Html Css Color HEX #121214 Black Russian

📋 copy color: '#121214'

red 18 ◦ green 18 ◦ blue 20

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

Shades of Black Russian #121214

Tints of Black Russian #121214

RGB

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

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

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

R = 32.14%
G = 32.14%
B = 35.71%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#121214 (or 0x121214) is known color: Black Russian. HEX triplet: 12, 12 and 14. RGB value is (18,18,20). Sum of RGB (Red+Green+Blue) = 18+18+20=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 20 - color contains mainly: blue. Hex color #121214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121214 is #EDEDEB. Grayscale: #121212. Windows color (decimal): -15592940 or 1315346. OLE color: 1315346.

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

Color convert

RGB 18 18 20 -
CMYK 0.10 0.10 0 0.92
HSL 240º 0.05% 0.07% -
HSV(B) 240º 0.1% 0.08% -
XYZ 0.59 0.61 0.75 -
YUV 18.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 18 18 20 0.10 0.10 0 0.92 240 0.05 0.07
Hex 12 12 14 A A 0 5C F0 5 7
Octal 22 22 24 12 12 0 134 360 5 7
Binary 10010 10010 10100 1010 1010 0 1011100 11110000 101 111

Color Harmonies of #121214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121214

Black with #121214

Text Example


Text Example

White with #121214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121214; }

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

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

background-color css

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

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

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

border-color css

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

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

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