#000412

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

Shades of Black Russian #000412

Tints of Black Russian #000412

Color information

#000412 (or 0x000412) is unknown color: approx Black Russian. HEX triplet: 00, 04 and 12. RGB value is (0,4,18). Sum of RGB (Red+Green+Blue) = 0+4+18=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 4 (1.95% from 255 or 18.18% 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 #000412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000412 is #FFFBED. Grayscale: #040404. Windows color (decimal): -16776174 or 1180672. OLE color: 1180672.

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

Color convert

RGB0418-
CMYK10.7800.93
HSL226.67º100%3.53%-
HSV(B)226.67º100%7.06%-
XYZ0.150.130.59-
YUV4.4135.67124.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal041810.7800.93226.671003.53
Hex0412644E05De3644
Octal042214411601353431444
Binary0100100101100100100111001011101111000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000412; }

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

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

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

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

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

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

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

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