Shades of Black #120905
Tints of Black #120905
RGB
CMYK
RGB Variations
Color information
#120905 (or 0x120905) is known color: Black. HEX triplet: 12, 09 and 05. RGB value is (18,9,5). Sum of RGB (Red+Green+Blue) = 18+9+5=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #120905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120905 is #EDF6FA. Grayscale: #0B0B0B. Windows color (decimal): -15595259 or 330002. OLE color: 330002.
HSL color Cylindrical-coordinate representation of color #120905: hue angle of 18.46º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120905 is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 9 | 5 | - |
| CMYK | 0 | 0.5 | 0.72 | 0.93 |
| HSL | 18.46º | 0.57% | 0.05% | - |
| HSV(B) | 18.46º | 0.72% | 0.07% | - |
| XYZ | 0.37 | 0.33 | 0.19 | - |
| YUV | 11.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 5 | 0 | 0.5 | 0.72 | 0.93 | 18.46 | 0.57 | 0.05 |
| Hex | 12 | 9 | 5 | 0 | 32 | 48 | 5D | 12 | 39 | 5 |
| Octal | 22 | 11 | 5 | 0 | 62 | 110 | 135 | 22 | 71 | 5 |
| Binary | 10010 | 1001 | 101 | 0 | 110010 | 1001000 | 1011101 | 10010 | 111001 | 101 |
Color Harmonies of #120905
Complementary color
Monochromatic Colors of #120905
Black with #120905
Text Example
Text Example
White with #120905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120905; }
p { color: rgb(18,9,5); }
H1.HeaderClassName
{
color: #120905;
}
.AnyTagClassName
{
color: #120905;
}
</style>
background-color css
<style>
a { background-color: #120905; }
a { background-color: rgb(18,9,5); }
div.DivClassName
{
background-color: #120905;
}
.BgClassName
{
background-color: #120905;
}
</style>
border-color css
<style>
span { border-color: #120905; }
span { border-color: rgb(18,9,5); }
td.TdClassName
{
border-color: #120905;
}
.TagClassName
{
border-color: #120905;
}
</style>