#020313

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

Shades of Black Russian #020313

Tints of Black Russian #020313

Color information

#020313 (or 0x020313) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 13. RGB value is (2,3,19). Sum of RGB (Red+Green+Blue) = 2+3+19=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 19 (7.81% from 255 or 79.17% from 24); Max value from RGB is 19 - color contains mainly: blue. Hex color #020313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020313 is #FDFCEC. Grayscale: #040404. Windows color (decimal): -16645357 or 1245954. OLE color: 1245954.

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

Color convert

RGB2319-
CMYK0.890.8400.93
HSL236.47º80.95%4.12%-
HSV(B)236.47º89.47%7.45%-
XYZ0.180.130.63-
YUV4.53136.17126.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.33%
GREEN value IS 3 (1.56% from 255) = 12.5%
BLUE value IS 19 (7.81% from 255) = 79.17%
R=8.33%
G=12.5%
B=79.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal23190.890.8400.93236.4780.954.12
Hex2313595405Dec514
Octal232313112401353541214
Binary1011100111011001101010001011101111011001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020313; }

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

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

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

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

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

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

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

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