#040012

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

Shades of Black Russian #040012

Tints of Black Russian #040012

Color information

#040012 (or 0x040012) is unknown color: approx Black Russian. HEX triplet: 04, 00 and 12. RGB value is (4,0,18). Sum of RGB (Red+Green+Blue) = 4+0+18=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 0 (0.39% from 255 or 0% from 22); Blue value is 18 (7.42% from 255 or 81.82% from 22); Max value from RGB is 18 - color contains mainly: blue. Hex color #040012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040012 is #FBFFED. Grayscale: #030303. Windows color (decimal): -16515054 or 1179652. OLE color: 1179652.

HSL color Cylindrical-coordinate representation of color #040012: hue angle of 253.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040012 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB4018-
CMYK0.78100.93
HSL253.33º100%3.53%-
HSV(B)253.33º100%7.06%-
XYZ0.160.070.58-
YUV3.25136.33128.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 18.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 81.82%
R=18.18%
G=0%
B=81.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal40180.78100.93253.331003.53
Hex40124E6405Dfd644
Octal402211614401353751444
Binary1000100101001110110010001011101111111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040012; }

 p { color: rgb(4,0,18); }

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

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

 a { background-color: rgb(4,0,18); }

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

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

 span { border-color: rgb(4,0,18); }

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