#030213

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

Shades of Black Russian #030213

Tints of Black Russian #030213

Color information

#030213 (or 0x030213) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 13. RGB value is (3,2,19). Sum of RGB (Red+Green+Blue) = 3+2+19=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 2 (1.17% from 255 or 8.33% 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 #030213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030213 is #FCFDEC. Grayscale: #040404. Windows color (decimal): -16580077 or 1245699. OLE color: 1245699.

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

Color convert

RGB3219-
CMYK0.840.8900.93
HSL243.53º80.95%4.12%-
HSV(B)243.53º89.47%7.45%-
XYZ0.180.110.63-
YUV4.24136.33127.12-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal32190.840.8900.93243.5380.954.12
Hex3213545905Df4514
Octal322312413101353641214
Binary1110100111010100101100101011101111101001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030213; }

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

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

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

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

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

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

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

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