Html Css Color HEX #111214 Black Russian

📋 copy color: '#111214'

red 17 ◦ green 18 ◦ blue 20

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

Shades of Black Russian #111214

Tints of Black Russian #111214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 36.36%

R = 30.91%
G = 32.73%
B = 36.36%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#111214 (or 0x111214) is known color: Black Russian. HEX triplet: 11, 12 and 14. RGB value is (17,18,20). Sum of RGB (Red+Green+Blue) = 17+18+20=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 20 - color contains mainly: blue. Hex color #111214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111214 is #EEEDEB. Grayscale: #111111. Windows color (decimal): -15658476 or 1315345. OLE color: 1315345.

HSL color Cylindrical-coordinate representation of color #111214: hue angle of 220º degrees, saturation: 0.08, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #111214 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 18 20 -
CMYK 0.15 0.10 0 0.92
HSL 220º 0.08% 0.07% -
HSV(B) 220º 0.15% 0.08% -
XYZ 0.57 0.6 0.75 -
YUV 17.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 17 18 20 0.15 0.10 0 0.92 220 0.08 0.07
Hex 11 12 14 F A 0 5C DC 8 7
Octal 21 22 24 17 12 0 134 334 10 7
Binary 10001 10010 10100 1111 1010 0 1011100 11011100 1000 111

Color Harmonies of #111214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111214

Black with #111214

Text Example


Text Example

White with #111214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111214; }

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

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

background-color css

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

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

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

border-color css

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

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

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