Html Css Color HEX #000212 Black Russian

📋 copy color: '#000212'

red 0 ◦ green 2 ◦ blue 18

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

Shades of Black Russian #000212

Tints of Black Russian #000212

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 2 (1.17% from 255) = 10%

 BLUE value IS 18 (7.42% from 255) = 90%

R = 0%
G = 10%
B = 90%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#000212 (or 0x000212) is known color: Black Russian. HEX triplet: 00, 02 and 12. RGB value is (0,2,18). Sum of RGB (Red+Green+Blue) = 0+2+18=20 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 20); Green value is 2 (1.17% from 255 or 10% from 20); Blue value is 18 (7.42% from 255 or 90% from 20); Max value from RGB is 18 - color contains mainly: blue. Hex color #000212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000212 is #FFFDED. Grayscale: #030303. Windows color (decimal): -16776686 or 1180160. OLE color: 1180160.

HSL color Cylindrical-coordinate representation of color #000212: hue angle of 233.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000212 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 0 2 18 -
CMYK 1 0.89 0 0.93
HSL 233.33º 1% 0.04% -
HSV(B) 233.33º 1% 0.07% -
XYZ 0.13 0.09 0.58 -
YUV 3.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 0 2 18 1 0.89 0 0.93 233.33 1 0.04
Hex 0 2 12 64 59 0 5D E9 64 4
Octal 0 2 22 144 131 0 135 351 144 4
Binary 0 10 10010 1100100 1011001 0 1011101 11101001 1100100 100

Color Harmonies of #000212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000212

Black with #000212

Text Example


Text Example

White with #000212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000212; }

 p { color: rgb(0,2,18); }

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

background-color css

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

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

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

border-color css

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

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

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