#120C06

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

Shades of Black #120C06

Tints of Black #120C06

Color information

#120C06 (or 0x120C06) is unknown color: approx Black. HEX triplet: 12, 0C and 06. RGB value is (18,12,6). Sum of RGB (Red+Green+Blue) = 18+12+6=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #120C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C06 is #EDF3F9. Grayscale: #0D0D0D. Windows color (decimal): -15594490 or 396306. OLE color: 396306.

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

Color convert

RGB18126-
CMYK00.330.670.93
HSL30º50%4.71%-
HSV(B)30º66.67%7.06%-
XYZ0.410.40.23-
YUV13.11123.99131.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 33.33%
BLUE value IS 6 (2.73% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1812600.330.670.9330504.71
Hex12C6021435D1e325
Octal2214604110313536625
Binary10010110011001000011000011101110111110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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