#120604

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

Shades of Black #120604

Tints of Black #120604

Color information

#120604 (or 0x120604) is unknown color: approx Black. HEX triplet: 12, 06 and 04. RGB value is (18,6,4). Sum of RGB (Red+Green+Blue) = 18+6+4=28 (3% of max value = 765). Red value is 18 (7.42% from 255 or 64.29% from 28); Green value is 6 (2.73% from 255 or 21.43% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 18 - color contains mainly: red. Hex color #120604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120604 is #EDF9FB. Grayscale: #090909. Windows color (decimal): -15596028 or 263698. OLE color: 263698.

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

Color convert

RGB1864-
CMYK00.670.780.93
HSL8.57º63.64%4.31%-
HSV(B)8.57º77.78%7.06%-
XYZ0.340.270.15-
YUV9.36124.98134.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 64.29%
GREEN value IS 6 (2.73% from 255) = 21.43%
BLUE value IS 4 (1.95% from 255) = 14.29%
R=64.29%
G=21.43%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal186400.670.780.938.5763.644.31
Hex12640434E5D9404
Octal22640103116135111004
Binary10010110100010000111001110101110110011000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120604; }

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

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

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

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

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

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

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

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