#020419

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

Shades of Black Russian #020419

Tints of Black Russian #020419

Color information

#020419 (or 0x020419) is unknown color: approx Black Russian. HEX triplet: 02, 04 and 19. RGB value is (2,4,25). Sum of RGB (Red+Green+Blue) = 2+4+25=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 25 (10.16% from 255 or 80.65% from 31); Max value from RGB is 25 - color contains mainly: blue. Hex color #020419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020419 is #FDFBE6. Grayscale: #050505. Windows color (decimal): -16645095 or 1639426. OLE color: 1639426.

HSL color Cylindrical-coordinate representation of color #020419: hue angle of 234.78º 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 #020419 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB2425-
CMYK0.920.8400.90
HSL234.78º85.19%5.29%-
HSV(B)234.78º92%9.8%-
XYZ0.240.170.94-
YUV5.8138.84125.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.45%
GREEN value IS 4 (1.95% from 255) = 12.90%
BLUE value IS 25 (10.16% from 255) = 80.65%
R=6.45%
G=12.90%
B=80.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal24250.920.8400.90234.7885.195.29
Hex24195C5405Aeb555
Octal243113412401323531255
Binary10100110011011100101010001011010111010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020419; }

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

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

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

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

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

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

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

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