Html Css Color HEX #020212 Black Russian

📋 copy color: '#020212'

red 2 ◦ green 2 ◦ blue 18

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

Shades of Black Russian #020212

Tints of Black Russian #020212

RGB

 RED value IS 2 (1.17% from 255) = 9.09%

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

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

R = 9.09%
G = 9.09%
B = 81.82%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020212 (or 0x020212) is known color: Black Russian. HEX triplet: 02, 02 and 12. RGB value is (2,2,18). Sum of RGB (Red+Green+Blue) = 2+2+18=22 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.09% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 18 (7.42% from 255 or 81.82% from 22); Max value from RGB is 18 - color contains mainly: blue. Hex color #020212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020212 is #FDFDED. Grayscale: #030303. Windows color (decimal): -16645614 or 1180162. OLE color: 1180162.

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

Color convert

RGB 2 2 18 -
CMYK 0.89 0.89 0 0.93
HSL 240º 0.8% 0.04% -
HSV(B) 240º 0.89% 0.07% -
XYZ 0.16 0.1 0.58 -
YUV 3.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 2 2 18 0.89 0.89 0 0.93 240 0.8 0.04
Hex 2 2 12 59 59 0 5D F0 50 4
Octal 2 2 22 131 131 0 135 360 120 4
Binary 10 10 10010 1011001 1011001 0 1011101 11110000 1010000 100

Color Harmonies of #020212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020212

Black with #020212

Text Example


Text Example

White with #020212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020212; }

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

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

background-color css

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

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

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

border-color css

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

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

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