Html Css Color HEX #111827 Black Russian

📋 copy color: '#111827'

red 17 ◦ green 24 ◦ blue 39

#111827
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #111827

Tints of Black Russian #111827

RGB

 RED value IS 17 (7.03% from 255) = 21.25%

 GREEN value IS 24 (9.77% from 255) = 30%

 BLUE value IS 39 (15.63% from 255) = 48.75%

R = 21.25%
G = 30%
B = 48.75%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#111827 (or 0x111827) is known color: Black Russian. HEX triplet: 11, 18 and 27. RGB value is (17,24,39). Sum of RGB (Red+Green+Blue) = 17+24+39=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #111827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111827 is #EEE7D8. Grayscale: #171717. Windows color (decimal): -15656921 or 2562065. OLE color: 2562065.

HSL color Cylindrical-coordinate representation of color #111827: hue angle of 220.91º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #111827 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 24 39 -
CMYK 0.56 0.38 0 0.85
HSL 220.91º 0.39% 0.11% -
HSV(B) 220.91º 0.56% 0.15% -
XYZ 0.92 0.92 2.05 -
YUV 23.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 17 24 39 0.56 0.38 0 0.85 220.91 0.39 0.11
Hex 11 18 27 38 26 0 55 DD 27 B
Octal 21 30 47 70 46 0 125 335 47 13
Binary 10001 11000 100111 111000 100110 0 1010101 11011101 100111 1011

Color Harmonies of #111827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111827

Black with #111827

Text Example


Text Example

White with #111827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111827; }

 p { color: rgb(17,24,39); }

 H1.HeaderClassName
 {
   color: #111827;
 }
 .AnyTagClassName
 {
   color: #111827;
 }
</style>

background-color css

<style>
 a { background-color: #111827; }

 a { background-color: rgb(17,24,39); }

 div.DivClassName
 {
   background-color: #111827;
 }
 .BgClassName
 {
   background-color: #111827;
 }
</style>

border-color css

<style>
 span { border-color: #111827; }

 span { border-color: rgb(17,24,39); }

 td.TdClassName
 {
   border-color: #111827;
 }
 .TagClassName
 {
   border-color: #111827;
 }
</style>