#040913

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

Shades of Black Russian #040913

Tints of Black Russian #040913

Color information

#040913 (or 0x040913) is unknown color: approx Black Russian. HEX triplet: 04, 09 and 13. RGB value is (4,9,19). Sum of RGB (Red+Green+Blue) = 4+9+19=32 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.5% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 19 (7.81% from 255 or 59.38% from 32); Max value from RGB is 19 - color contains mainly: blue. Hex color #040913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040913 is #FBF6EC. Grayscale: #080808. Windows color (decimal): -16512749 or 1247492. OLE color: 1247492.

HSL color Cylindrical-coordinate representation of color #040913: hue angle of 220º 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 #040913 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB4919-
CMYK0.790.5300.93
HSL220º65.22%4.51%-
HSV(B)220º78.95%7.45%-
XYZ0.270.270.65-
YUV8.64133.84124.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 12.5%
GREEN value IS 9 (3.91% from 255) = 28.12%
BLUE value IS 19 (7.81% from 255) = 59.38%
R=12.5%
G=28.12%
B=59.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal49190.790.5300.9322065.224.51
Hex49134F3505Ddc415
Octal411231176501353341015
Binary100100110011100111111010101011101110111001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040913; }

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

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

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

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

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

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

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

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