#030416

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

Shades of Black Russian #030416

Tints of Black Russian #030416

Color information

#030416 (or 0x030416) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 16. RGB value is (3,4,22). Sum of RGB (Red+Green+Blue) = 3+4+22=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 22 (8.98% from 255 or 75.86% from 29); Max value from RGB is 22 - color contains mainly: blue. Hex color #030416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030416 is #FCFBE9. Grayscale: #050505. Windows color (decimal): -16579562 or 1442819. OLE color: 1442819.

HSL color Cylindrical-coordinate representation of color #030416: hue angle of 236.84º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #030416 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB3422-
CMYK0.860.8200.91
HSL236.84º76%4.9%-
HSV(B)236.84º86.36%8.63%-
XYZ0.230.160.78-
YUV5.75137.17126.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.34%
GREEN value IS 4 (1.95% from 255) = 13.79%
BLUE value IS 22 (8.98% from 255) = 75.86%
R=10.34%
G=13.79%
B=75.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal34220.860.8200.91236.84764.9
Hex3416565205Bed4c5
Octal342612612201333551145
Binary11100101101010110101001001011011111011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030416; }

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

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

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

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

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

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

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

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