#120B06

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

Shades of Black #120B06

Tints of Black #120B06

Color information

#120B06 (or 0x120B06) is unknown color: approx Black. HEX triplet: 12, 0B and 06. RGB value is (18,11,6). Sum of RGB (Red+Green+Blue) = 18+11+6=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B06 is #EDF4F9. Grayscale: #0C0C0C. Windows color (decimal): -15594746 or 396050. OLE color: 396050.

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

Color convert

RGB18116-
CMYK00.390.670.93
HSL25º50%4.71%-
HSV(B)25º66.67%7.06%-
XYZ0.40.380.22-
YUV12.52124.32131.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 11 (4.69% from 255) = 31.43%
BLUE value IS 6 (2.73% from 255) = 17.14%
R=51.43%
G=31.43%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1811600.390.670.9325504.71
Hex12B6027435D19325
Octal2213604710313531625
Binary10010101111001001111000011101110111001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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