Html Css Color HEX #121118 Black Russian

📋 copy color: '#121118'

red 18 ◦ green 17 ◦ blue 24

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

Shades of Black Russian #121118

Tints of Black Russian #121118

RGB

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

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

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

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

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#121118 (or 0x121118) is known color: Black Russian. HEX triplet: 12, 11 and 18. RGB value is (18,17,24). Sum of RGB (Red+Green+Blue) = 18+17+24=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 17 (7.03% from 255 or 28.81% 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 #121118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121118 is #EDEEE7. Grayscale: #121212. Windows color (decimal): -15593192 or 1577234. OLE color: 1577234.

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

Color convert

RGB 18 17 24 -
CMYK 0.25 0.29 0 0.91
HSL 248.57º 0.17% 0.08% -
HSV(B) 248.57º 0.29% 0.09% -
XYZ 0.61 0.6 0.95 -
YUV 18.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 18 17 24 0.25 0.29 0 0.91 248.57 0.17 0.08
Hex 12 11 18 19 1D 0 5B F9 11 8
Octal 22 21 30 31 35 0 133 371 21 10
Binary 10010 10001 11000 11001 11101 0 1011011 11111001 10001 1000

Color Harmonies of #121118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121118

Black with #121118

Text Example


Text Example

White with #121118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121118; }

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

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

background-color css

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

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

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

border-color css

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

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

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