#040513

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

Shades of Black Russian #040513

Tints of Black Russian #040513

Color information

#040513 (or 0x040513) is unknown color: approx Black Russian. HEX triplet: 04, 05 and 13. RGB value is (4,5,19). Sum of RGB (Red+Green+Blue) = 4+5+19=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 19 (7.81% from 255 or 67.86% from 28); Max value from RGB is 19 - color contains mainly: blue. Hex color #040513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040513 is #FBFAEC. Grayscale: #060606. Windows color (decimal): -16513773 or 1246468. OLE color: 1246468.

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

Color convert

RGB4519-
CMYK0.790.7400.93
HSL236º65.22%4.51%-
HSV(B)236º78.95%7.45%-
XYZ0.220.180.64-
YUV6.3135.17126.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 14.29%
GREEN value IS 5 (2.34% from 255) = 17.86%
BLUE value IS 19 (7.81% from 255) = 67.86%
R=14.29%
G=17.86%
B=67.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal45190.790.7400.9323665.224.51
Hex45134F4A05Dec415
Octal452311711201353541015
Binary100101100111001111100101001011101111011001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040513; }

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

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

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

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

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

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

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

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