#020413

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

Shades of Black Russian #020413

Tints of Black Russian #020413

Color information

#020413 (or 0x020413) is unknown color: approx Black Russian. HEX triplet: 02, 04 and 13. RGB value is (2,4,19). Sum of RGB (Red+Green+Blue) = 2+4+19=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 19 (7.81% from 255 or 76% from 25); Max value from RGB is 19 - color contains mainly: blue. Hex color #020413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020413 is #FDFBEC. Grayscale: #050505. Windows color (decimal): -16645101 or 1246210. OLE color: 1246210.

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

Color convert

RGB2419-
CMYK0.890.7900.93
HSL232.94º80.95%4.12%-
HSV(B)232.94º89.47%7.45%-
XYZ0.190.150.63-
YUV5.11135.84125.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8%
GREEN value IS 4 (1.95% from 255) = 16%
BLUE value IS 19 (7.81% from 255) = 76%
R=8%
G=16%
B=76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal24190.890.7900.93232.9480.954.12
Hex2413594F05De9514
Octal242313111701353511214
Binary10100100111011001100111101011101111010011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020413; }

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

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

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

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

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

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

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

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