#120A06

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

Shades of Black #120A06

Tints of Black #120A06

Color information

#120A06 (or 0x120A06) is unknown color: approx Black. HEX triplet: 12, 0A and 06. RGB value is (18,10,6). Sum of RGB (Red+Green+Blue) = 18+10+6=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A06 is #EDF5F9. Grayscale: #0B0B0B. Windows color (decimal): -15595002 or 395794. OLE color: 395794.

HSL color Cylindrical-coordinate representation of color #120A06: hue angle of 20º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #120A06 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.93.

Color convert

RGB18106-
CMYK00.440.670.93
HSL20º50%4.71%-
HSV(B)20º66.67%7.06%-
XYZ0.390.360.22-
YUV11.94124.65132.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 52.94%
GREEN value IS 10 (4.30% from 255) = 29.41%
BLUE value IS 6 (2.73% from 255) = 17.65%
R=52.94%
G=29.41%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1810600.440.670.9320504.71
Hex12A602C435D14325
Octal2212605410313524625
Binary10010101011001011001000011101110110100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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