#030413

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

Shades of Black Russian #030413

Tints of Black Russian #030413

Color information

#030413 (or 0x030413) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 13. RGB value is (3,4,19). Sum of RGB (Red+Green+Blue) = 3+4+19=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 19 (7.81% from 255 or 73.08% from 26); Max value from RGB is 19 - color contains mainly: blue. Hex color #030413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030413 is #FCFBEC. Grayscale: #050505. Windows color (decimal): -16579565 or 1246211. OLE color: 1246211.

HSL color Cylindrical-coordinate representation of color #030413: hue angle of 236.25º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #030413 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB3419-
CMYK0.840.7900.93
HSL236.25º72.73%4.31%-
HSV(B)236.25º84.21%7.45%-
XYZ0.20.150.64-
YUV5.41135.67126.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.54%
GREEN value IS 4 (1.95% from 255) = 15.38%
BLUE value IS 19 (7.81% from 255) = 73.08%
R=11.54%
G=15.38%
B=73.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal34190.840.7900.93236.2572.734.31
Hex3413544F05Dec494
Octal342312411701353541114
Binary11100100111010100100111101011101111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030413; }

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

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

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

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

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

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

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

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