Html Css Color HEX #020106 Black Russian

📋 copy color: '#020106'

red 2 ◦ green 1 ◦ blue 6

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

Shades of Black Russian #020106

Tints of Black Russian #020106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 66.67%

R = 22.22%
G = 11.11%
B = 66.67%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#020106 (or 0x020106) is known color: Black Russian. HEX triplet: 02, 01 and 06. RGB value is (2,1,6). Sum of RGB (Red+Green+Blue) = 2+1+6=9 (1% of max value = 765). Red value is 2 (1.17% from 255 or 22.22% from 9); Green value is 1 (0.78% from 255 or 11.11% from 9); Blue value is 6 (2.73% from 255 or 66.67% from 9); Max value from RGB is 6 - color contains mainly: blue. Hex color #020106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020106 is #FDFEF9. Grayscale: #010101. Windows color (decimal): -16645882 or 393474. OLE color: 393474.

HSL color Cylindrical-coordinate representation of color #020106: hue angle of 252º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #020106 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 2 1 6 -
CMYK 0.67 0.83 0 0.98
HSL 252º 0.71% 0.01% -
HSV(B) 252º 0.83% 0.02% -
XYZ 0.07 0.05 0.18 -
YUV 1.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 2 1 6 0.67 0.83 0 0.98 252 0.71 0.01
Hex 2 1 6 43 53 0 62 FC 47 1
Octal 2 1 6 103 123 0 142 374 107 1
Binary 10 1 110 1000011 1010011 0 1100010 11111100 1000111 1

Color Harmonies of #020106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020106

Black with #020106

Text Example


Text Example

White with #020106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020106; }

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

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

background-color css

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

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

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

border-color css

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

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

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