Html Css Color HEX #121116 Black Russian

📋 copy color: '#121116'

red 18 ◦ green 17 ◦ blue 22

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

Shades of Black Russian #121116

Tints of Black Russian #121116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 38.6%

R = 31.58%
G = 29.82%
B = 38.6%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#121116 (or 0x121116) is known color: Black Russian. HEX triplet: 12, 11 and 16. RGB value is (18,17,22). Sum of RGB (Red+Green+Blue) = 18+17+22=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 22 - color contains mainly: blue. Hex color #121116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121116 is #EDEEE9. Grayscale: #111111. Windows color (decimal): -15593194 or 1446162. OLE color: 1446162.

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

Color convert

RGB 18 17 22 -
CMYK 0.18 0.23 0 0.91
HSL 252º 0.13% 0.08% -
HSV(B) 252º 0.23% 0.09% -
XYZ 0.59 0.59 0.84 -
YUV 17.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 18 17 22 0.18 0.23 0 0.91 252 0.13 0.08
Hex 12 11 16 12 17 0 5B FC D 8
Octal 22 21 26 22 27 0 133 374 15 10
Binary 10010 10001 10110 10010 10111 0 1011011 11111100 1101 1000

Color Harmonies of #121116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121116

Black with #121116

Text Example


Text Example

White with #121116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121116; }

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

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

background-color css

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

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

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

border-color css

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

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

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