#020319

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

Shades of Black Russian #020319

Tints of Black Russian #020319

Color information

#020319 (or 0x020319) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 19. RGB value is (2,3,25). Sum of RGB (Red+Green+Blue) = 2+3+25=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 25 (10.16% from 255 or 83.33% from 30); Max value from RGB is 25 - color contains mainly: blue. Hex color #020319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020319 is #FDFCE6. Grayscale: #050505. Windows color (decimal): -16645351 or 1639170. OLE color: 1639170.

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

Color convert

RGB2325-
CMYK0.920.8800.90
HSL237.39º85.19%5.29%-
HSV(B)237.39º92%9.8%-
XYZ0.230.150.94-
YUV5.21139.17125.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.67%
GREEN value IS 3 (1.56% from 255) = 10%
BLUE value IS 25 (10.16% from 255) = 83.33%
R=6.67%
G=10%
B=83.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal23250.920.8800.90237.3985.195.29
Hex23195C5805Aed555
Octal233113413001323551255
Binary1011110011011100101100001011010111011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020319; }

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

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

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

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

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

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

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

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