#020513

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

Shades of Black Russian #020513

Tints of Black Russian #020513

Color information

#020513 (or 0x020513) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 13. RGB value is (2,5,19). Sum of RGB (Red+Green+Blue) = 2+5+19=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 19 (7.81% from 255 or 73.08% from 26); Max value from RGB is 19 - color contains mainly: blue. Hex color #020513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020513 is #FDFAEC. Grayscale: #050505. Windows color (decimal): -16644845 or 1246466. OLE color: 1246466.

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

Color convert

RGB2519-
CMYK0.890.7400.93
HSL229.41º80.95%4.12%-
HSV(B)229.41º89.47%7.45%-
XYZ0.20.170.64-
YUV5.7135.51125.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.69%
GREEN value IS 5 (2.34% from 255) = 19.23%
BLUE value IS 19 (7.81% from 255) = 73.08%
R=7.69%
G=19.23%
B=73.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal25190.890.7400.93229.4180.954.12
Hex2513594A05De5514
Octal252313111201353451214
Binary10101100111011001100101001011101111001011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020513; }

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

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

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

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

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

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

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

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