Html Css Color HEX #111216 Black Russian

📋 copy color: '#111216'

red 17 ◦ green 18 ◦ blue 22

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

Shades of Black Russian #111216

Tints of Black Russian #111216

RGB

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

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

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

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

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#111216 (or 0x111216) is known color: Black Russian. HEX triplet: 11, 12 and 16. RGB value is (17,18,22). Sum of RGB (Red+Green+Blue) = 17+18+22=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 18 (7.42% from 255 or 31.58% 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 #111216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111216 is #EEEDE9. Grayscale: #121212. Windows color (decimal): -15658474 or 1446417. OLE color: 1446417.

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

Color convert

RGB 17 18 22 -
CMYK 0.23 0.18 0 0.91
HSL 228º 0.13% 0.08% -
HSV(B) 228º 0.23% 0.09% -
XYZ 0.59 0.61 0.85 -
YUV 18.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 17 18 22 0.23 0.18 0 0.91 228 0.13 0.08
Hex 11 12 16 17 12 0 5B E4 D 8
Octal 21 22 26 27 22 0 133 344 15 10
Binary 10001 10010 10110 10111 10010 0 1011011 11100100 1101 1000

Color Harmonies of #111216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111216

Black with #111216

Text Example


Text Example

White with #111216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111216; }

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

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

background-color css

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

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

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

border-color css

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

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

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