#040315

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

Shades of Black Russian #040315

Tints of Black Russian #040315

Color information

#040315 (or 0x040315) is unknown color: approx Black Russian. HEX triplet: 04, 03 and 15. RGB value is (4,3,21). Sum of RGB (Red+Green+Blue) = 4+3+21=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 21 (8.59% from 255 or 75% from 28); Max value from RGB is 21 - color contains mainly: blue. Hex color #040315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040315 is #FBFCEA. Grayscale: #050505. Windows color (decimal): -16514283 or 1377028. OLE color: 1377028.

HSL color Cylindrical-coordinate representation of color #040315: hue angle of 243.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #040315 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB4321-
CMYK0.810.8600.92
HSL243.33º75%4.71%-
HSV(B)243.33º85.71%8.24%-
XYZ0.220.150.73-
YUV5.35136.83127.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 14.29%
GREEN value IS 3 (1.56% from 255) = 10.71%
BLUE value IS 21 (8.59% from 255) = 75%
R=14.29%
G=10.71%
B=75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal43210.810.8600.92243.33754.71
Hex4315515605Cf34b5
Octal432512112601343631135
Binary10011101011010001101011001011100111100111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040315; }

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

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

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

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

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

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

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

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