#020219

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

Shades of Black Russian #020219

Tints of Black Russian #020219

Color information

#020219 (or 0x020219) is unknown color: approx Black Russian. HEX triplet: 02, 02 and 19. RGB value is (2,2,25). Sum of RGB (Red+Green+Blue) = 2+2+25=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 25 (10.16% from 255 or 86.21% from 29); Max value from RGB is 25 - color contains mainly: blue. Hex color #020219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020219 is #FDFDE6. Grayscale: #040404. Windows color (decimal): -16645607 or 1638914. OLE color: 1638914.

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

Color convert

RGB2225-
CMYK0.920.9200.90
HSL240º85.19%5.29%-
HSV(B)240º92%9.8%-
XYZ0.220.130.93-
YUV4.62139.5126.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.90%
GREEN value IS 2 (1.17% from 255) = 6.90%
BLUE value IS 25 (10.16% from 255) = 86.21%
R=6.90%
G=6.90%
B=86.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal22250.920.9200.9024085.195.29
Hex22195C5C05Af0555
Octal223113413401323601255
Binary1010110011011100101110001011010111100001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020219; }

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

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

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

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

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

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

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

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