#040316

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

Shades of Black Russian #040316

Tints of Black Russian #040316

Color information

#040316 (or 0x040316) is unknown color: approx Black Russian. HEX triplet: 04, 03 and 16. RGB value is (4,3,22). Sum of RGB (Red+Green+Blue) = 4+3+22=29 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.79% from 29); Green value is 3 (1.56% from 255 or 10.34% 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 #040316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040316 is #FBFCE9. Grayscale: #050505. Windows color (decimal): -16514282 or 1442564. OLE color: 1442564.

HSL color Cylindrical-coordinate representation of color #040316: hue angle of 243.16º 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 #040316 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB4322-
CMYK0.820.8600.91
HSL243.16º76%4.9%-
HSV(B)243.16º86.36%8.63%-
XYZ0.230.150.78-
YUV5.46137.33126.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal43220.820.8600.91243.16764.9
Hex4316525605Bf34c5
Octal432612212601333631145
Binary10011101101010010101011001011011111100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040316; }

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

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

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

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

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

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

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

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