Shades of Black #120907
Tints of Black #120907
RGB
CMYK
RGB Variations
Color information
#120907 (or 0x120907) is known color: Black. HEX triplet: 12, 09 and 07. RGB value is (18,9,7). Sum of RGB (Red+Green+Blue) = 18+9+7=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 7 (3.12% from 255 or 20.59% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120907 is #EDF6F8. Grayscale: #0B0B0B. Windows color (decimal): -15595257 or 461074. OLE color: 461074.
HSL color Cylindrical-coordinate representation of color #120907: hue angle of 10.91º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #120907 is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 9 | 7 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.93 |
| HSL | 10.91º | 0.44% | 0.05% | - |
| HSV(B) | 10.91º | 0.61% | 0.07% | - |
| XYZ | 0.39 | 0.34 | 0.25 | - |
| YUV | 11.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 7 | 0 | 0.5 | 0.61 | 0.93 | 10.91 | 0.44 | 0.05 |
| Hex | 12 | 9 | 7 | 0 | 32 | 3D | 5D | B | 2C | 5 |
| Octal | 22 | 11 | 7 | 0 | 62 | 75 | 135 | 13 | 54 | 5 |
| Binary | 10010 | 1001 | 111 | 0 | 110010 | 111101 | 1011101 | 1011 | 101100 | 101 |
Color Harmonies of #120907
Complementary color
Monochromatic Colors of #120907
Black with #120907
Text Example
Text Example
White with #120907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120907; }
p { color: rgb(18,9,7); }
H1.HeaderClassName
{
color: #120907;
}
.AnyTagClassName
{
color: #120907;
}
</style>
background-color css
<style>
a { background-color: #120907; }
a { background-color: rgb(18,9,7); }
div.DivClassName
{
background-color: #120907;
}
.BgClassName
{
background-color: #120907;
}
</style>
border-color css
<style>
span { border-color: #120907; }
span { border-color: rgb(18,9,7); }
td.TdClassName
{
border-color: #120907;
}
.TagClassName
{
border-color: #120907;
}
</style>