#020213

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

Shades of Black Russian #020213

Tints of Black Russian #020213

Color information

#020213 (or 0x020213) is unknown color: approx Black Russian. HEX triplet: 02, 02 and 13. RGB value is (2,2,19). Sum of RGB (Red+Green+Blue) = 2+2+19=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 19 (7.81% from 255 or 82.61% from 23); Max value from RGB is 19 - color contains mainly: blue. Hex color #020213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020213 is #FDFDEC. Grayscale: #030303. Windows color (decimal): -16645613 or 1245698. OLE color: 1245698.

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

Color convert

RGB2219-
CMYK0.890.8900.93
HSL240º80.95%4.12%-
HSV(B)240º89.47%7.45%-
XYZ0.160.10.63-
YUV3.94136.5126.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.70%
GREEN value IS 2 (1.17% from 255) = 8.70%
BLUE value IS 19 (7.81% from 255) = 82.61%
R=8.70%
G=8.70%
B=82.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal22190.890.8900.9324080.954.12
Hex2213595905Df0514
Octal222313113101353601214
Binary1010100111011001101100101011101111100001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020213; }

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

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

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

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

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

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

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

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