#120804

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

Shades of Black #120804

Tints of Black #120804

Color information

#120804 (or 0x120804) is unknown color: approx Black. HEX triplet: 12, 08 and 04. RGB value is (18,8,4). Sum of RGB (Red+Green+Blue) = 18+8+4=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #120804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120804 is #EDF7FB. Grayscale: #0A0A0A. Windows color (decimal): -15595516 or 264210. OLE color: 264210.

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

Color convert

RGB1884-
CMYK00.560.780.93
HSL17.14º63.64%4.31%-
HSV(B)17.14º77.78%7.06%-
XYZ0.360.310.16-
YUV10.53124.31133.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 60%
GREEN value IS 8 (3.52% from 255) = 26.67%
BLUE value IS 4 (1.95% from 255) = 13.33%
R=60%
G=26.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal188400.560.780.9317.1463.644.31
Hex12840384E5D11404
Octal22104070116135211004
Binary100101000100011100010011101011101100011000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120804; }

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

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

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

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

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

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

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

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