#120A04

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

Shades of Black #120A04

Tints of Black #120A04

Color information

#120A04 (or 0x120A04) is unknown color: approx Black. HEX triplet: 12, 0A and 04. RGB value is (18,10,4). Sum of RGB (Red+Green+Blue) = 18+10+4=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #120A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A04 is #EDF5FB. Grayscale: #0B0B0B. Windows color (decimal): -15595004 or 264722. OLE color: 264722.

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

Color convert

RGB18104-
CMYK00.440.780.93
HSL25.71º63.64%4.31%-
HSV(B)25.71º77.78%7.06%-
XYZ0.380.350.16-
YUV11.71123.65132.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 56.25%
GREEN value IS 10 (4.30% from 255) = 31.25%
BLUE value IS 4 (1.95% from 255) = 12.5%
R=56.25%
G=31.25%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1810400.440.780.9325.7163.644.31
Hex12A402C4E5D1a404
Octal22124054116135321004
Binary100101010100010110010011101011101110101000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120A04; }

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

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

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

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

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

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

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

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