#020519

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

Shades of Black Russian #020519

Tints of Black Russian #020519

Color information

#020519 (or 0x020519) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 19. RGB value is (2,5,25). Sum of RGB (Red+Green+Blue) = 2+5+25=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 25 (10.16% from 255 or 78.12% from 32); Max value from RGB is 25 - color contains mainly: blue. Hex color #020519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020519 is #FDFAE6. Grayscale: #060606. Windows color (decimal): -16644839 or 1639682. OLE color: 1639682.

HSL color Cylindrical-coordinate representation of color #020519: hue angle of 232.17º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020519 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB2525-
CMYK0.920.8000.90
HSL232.17º85.19%5.29%-
HSV(B)232.17º92%9.8%-
XYZ0.250.190.94-
YUV6.38138.51124.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.25%
GREEN value IS 5 (2.34% from 255) = 15.62%
BLUE value IS 25 (10.16% from 255) = 78.12%
R=6.25%
G=15.62%
B=78.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25250.920.8000.90232.1785.195.29
Hex25195C5005Ae8555
Octal253113412001323501255
Binary10101110011011100101000001011010111010001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020519; }

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

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

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

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

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

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

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

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