Html Css Color HEX #121216 Black Russian

📋 copy color: '#121216'

red 18 ◦ green 18 ◦ blue 22

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

Shades of Black Russian #121216

Tints of Black Russian #121216

RGB

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

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

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

R = 31.03%
G = 31.03%
B = 37.93%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#121216 (or 0x121216) is known color: Black Russian. HEX triplet: 12, 12 and 16. RGB value is (18,18,22). Sum of RGB (Red+Green+Blue) = 18+18+22=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 22 - color contains mainly: blue. Hex color #121216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121216 is #EDEDE9. Grayscale: #121212. Windows color (decimal): -15592938 or 1446418. OLE color: 1446418.

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

Color convert

RGB 18 18 22 -
CMYK 0.18 0.18 0 0.91
HSL 240º 0.1% 0.08% -
HSV(B) 240º 0.18% 0.09% -
XYZ 0.61 0.62 0.85 -
YUV 18.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 18 18 22 0.18 0.18 0 0.91 240 0.1 0.08
Hex 12 12 16 12 12 0 5B F0 A 8
Octal 22 22 26 22 22 0 133 360 12 10
Binary 10010 10010 10110 10010 10010 0 1011011 11110000 1010 1000

Color Harmonies of #121216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121216

Black with #121216

Text Example


Text Example

White with #121216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121216; }

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

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

background-color css

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

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

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

border-color css

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

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

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