Html Css Color HEX #020112 Black Russian

📋 copy color: '#020112'

red 2 ◦ green 1 ◦ blue 18

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

Shades of Black Russian #020112

Tints of Black Russian #020112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 4.76%

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

R = 9.52%
G = 4.76%
B = 85.71%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020112 (or 0x020112) is known color: Black Russian. HEX triplet: 02, 01 and 12. RGB value is (2,1,18). Sum of RGB (Red+Green+Blue) = 2+1+18=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 18 (7.42% from 255 or 85.71% from 21); Max value from RGB is 18 - color contains mainly: blue. Hex color #020112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020112 is #FDFEED. Grayscale: #030303. Windows color (decimal): -16645870 or 1179906. OLE color: 1179906.

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

Color convert

RGB 2 1 18 -
CMYK 0.89 0.94 0 0.93
HSL 243.53º 0.89% 0.04% -
HSV(B) 243.53º 0.94% 0.07% -
XYZ 0.15 0.08 0.58 -
YUV 3.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 2 1 18 0.89 0.94 0 0.93 243.53 0.89 0.04
Hex 2 1 12 59 5E 0 5D F4 59 4
Octal 2 1 22 131 136 0 135 364 131 4
Binary 10 1 10010 1011001 1011110 0 1011101 11110100 1011001 100

Color Harmonies of #020112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020112

Black with #020112

Text Example


Text Example

White with #020112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020112; }

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

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

background-color css

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

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

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

border-color css

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

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

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