Html Css Color HEX #111218 Black Russian

📋 copy color: '#111218'

red 17 ◦ green 18 ◦ blue 24

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

Shades of Black Russian #111218

Tints of Black Russian #111218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 30.51%

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

R = 28.81%
G = 30.51%
B = 40.68%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#111218 (or 0x111218) is known color: Black Russian. HEX triplet: 11, 12 and 18. RGB value is (17,18,24). Sum of RGB (Red+Green+Blue) = 17+18+24=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 24 - color contains mainly: blue. Hex color #111218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111218 is #EEEDE7. Grayscale: #121212. Windows color (decimal): -15658472 or 1577489. OLE color: 1577489.

HSL color Cylindrical-coordinate representation of color #111218: hue angle of 231.43º 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 #111218 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 18 24 -
CMYK 0.29 0.25 0 0.91
HSL 231.43º 0.17% 0.08% -
HSV(B) 231.43º 0.29% 0.09% -
XYZ 0.61 0.62 0.95 -
YUV 18.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 17 18 24 0.29 0.25 0 0.91 231.43 0.17 0.08
Hex 11 12 18 1D 19 0 5B E7 11 8
Octal 21 22 30 35 31 0 133 347 21 10
Binary 10001 10010 11000 11101 11001 0 1011011 11100111 10001 1000

Color Harmonies of #111218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111218

Black with #111218

Text Example


Text Example

White with #111218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111218; }

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

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

background-color css

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

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

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

border-color css

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

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

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