#120906

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

Shades of Black #120906

Tints of Black #120906

Color information

#120906 (or 0x120906) is unknown color: approx Black. HEX triplet: 12, 09 and 06. RGB value is (18,9,6). Sum of RGB (Red+Green+Blue) = 18+9+6=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #120906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120906 is #EDF6F9. Grayscale: #0B0B0B. Windows color (decimal): -15595258 or 395538. OLE color: 395538.

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

Color convert

RGB1896-
CMYK00.50.670.93
HSL15º50%4.71%-
HSV(B)15º66.67%7.06%-
XYZ0.380.340.22-
YUV11.35124.98132.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 54.55%
GREEN value IS 9 (3.91% from 255) = 27.27%
BLUE value IS 6 (2.73% from 255) = 18.18%
R=54.55%
G=27.27%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal189600.50.670.9315504.71
Hex1296032435Df325
Octal2211606210313517625
Binary1001010011100110010100001110111011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120906; }

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

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

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

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

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

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

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

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