Html Css Color HEX #111118 Black Russian

📋 copy color: '#111118'

red 17 ◦ green 17 ◦ blue 24

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

Shades of Black Russian #111118

Tints of Black Russian #111118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 29.31%

 BLUE value IS 24 (9.77% from 255) = 41.38%

R = 29.31%
G = 29.31%
B = 41.38%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#111118 (or 0x111118) is known color: Black Russian. HEX triplet: 11, 11 and 18. RGB value is (17,17,24). Sum of RGB (Red+Green+Blue) = 17+17+24=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 24 - color contains mainly: blue. Hex color #111118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111118 is #EEEEE7. Grayscale: #111111. Windows color (decimal): -15658728 or 1577233. OLE color: 1577233.

HSL color Cylindrical-coordinate representation of color #111118: hue angle of 240º degrees, saturation: 0.17, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #111118 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 17 24 -
CMYK 0.29 0.29 0 0.91
HSL 240º 0.17% 0.08% -
HSV(B) 240º 0.29% 0.09% -
XYZ 0.6 0.59 0.95 -
YUV 17.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 17 17 24 0.29 0.29 0 0.91 240 0.17 0.08
Hex 11 11 18 1D 1D 0 5B F0 11 8
Octal 21 21 30 35 35 0 133 360 21 10
Binary 10001 10001 11000 11101 11101 0 1011011 11110000 10001 1000

Color Harmonies of #111118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111118

Black with #111118

Text Example


Text Example

White with #111118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111118; }

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

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

background-color css

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

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

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

border-color css

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

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

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