#020105

Color #020105 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #020105

Tints of Black Russian #020105

Color information

#020105 (or 0x020105) is unknown color: approx Black Russian. HEX triplet: 02, 01 and 05. RGB value is (2,1,5). Sum of RGB (Red+Green+Blue) = 2+1+5=8 (1% of max value = 765). Red value is 2 (1.17% from 255 or 25% from 8); Green value is 1 (0.78% from 255 or 12.5% from 8); Blue value is 5 (2.34% from 255 or 62.5% from 8); Max value from RGB is 5 - color contains mainly: blue. Hex color #020105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020105 is #FDFEFA. Grayscale: #010101. Windows color (decimal): -16645883 or 327938. OLE color: 327938.

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

Color convert

RGB215-
CMYK0.600.8000.98
HSL255º66.67%1.18%-
HSV(B)255º80%1.96%-
XYZ0.060.050.15-
YUV1.76129.83128.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 25%
GREEN value IS 1 (0.78% from 255) = 12.5%
BLUE value IS 5 (2.34% from 255) = 62.5%
R=25%
G=12.5%
B=62.5%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal2150.600.8000.9825566.671.18
Hex2153C50062ff431
Octal2157412001423771031
Binary1011011111001010000011000101111111110000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020105; }

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

 H1.HeaderClassName
 {
   color: #020105;
 }
 .AnyTagClassName
 {
   color: #020105;
 }
</style>
background-color css

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

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

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

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

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

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