#020013

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

Shades of Black Russian #020013

Tints of Black Russian #020013

Color information

#020013 (or 0x020013) is unknown color: approx Black Russian. HEX triplet: 02, 00 and 13. RGB value is (2,0,19). Sum of RGB (Red+Green+Blue) = 2+0+19=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 0 (0.39% from 255 or 0% from 21); Blue value is 19 (7.81% from 255 or 90.48% from 21); Max value from RGB is 19 - color contains mainly: blue. Hex color #020013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020013 is #FDFFEC. Grayscale: #020202. Windows color (decimal): -16646125 or 1245186. OLE color: 1245186.

HSL color Cylindrical-coordinate representation of color #020013: hue angle of 246.32º 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 #020013 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB2019-
CMYK0.89100.93
HSL246.32º100%3.73%-
HSV(B)246.32º100%7.45%-
XYZ0.140.060.62-
YUV2.76137.16127.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 9.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 90.48%
R=9.52%
G=0%
B=90.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal20190.89100.93246.321003.73
Hex2013596405Df6644
Octal202313114401353661444
Binary100100111011001110010001011101111101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020013; }

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

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

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

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

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

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

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

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