#120404

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

Shades of Black #120404

Tints of Black #120404

Color information

#120404 (or 0x120404) is unknown color: approx Black. HEX triplet: 12, 04 and 04. RGB value is (18,4,4). Sum of RGB (Red+Green+Blue) = 18+4+4=26 (3% of max value = 765). Red value is 18 (7.42% from 255 or 69.23% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 18 - color contains mainly: red. Hex color #120404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120404 is #EDFBFB. Grayscale: #080808. Windows color (decimal): -15596540 or 263186. OLE color: 263186.

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

Color convert

RGB1844-
CMYK00.780.780.93
HSL63.64%4.31%-
HSV(B)77.78%7.06%-
XYZ0.310.220.14-
YUV8.19125.64135-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 69.23%
GREEN value IS 4 (1.95% from 255) = 15.38%
BLUE value IS 4 (1.95% from 255) = 15.38%
R=69.23%
G=15.38%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal184400.780.780.93063.644.31
Hex124404E4E5D0404
Octal2244011611613501004
Binary10010100100010011101001110101110101000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120404; }

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

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

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

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

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

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

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

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