Shades of Black #110907
Tints of Black #110907
RGB
CMYK
RGB Variations
Color information
#110907 (or 0x110907) is known color: Black. HEX triplet: 11, 09 and 07. RGB value is (17,9,7). Sum of RGB (Red+Green+Blue) = 17+9+7=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #110907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110907 is #EEF6F8. Grayscale: #0B0B0B. Windows color (decimal): -15660793 or 461073. OLE color: 461073.
HSL color Cylindrical-coordinate representation of color #110907: hue angle of 12º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #110907 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 9 | 7 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.93 |
| HSL | 12º | 0.42% | 0.05% | - |
| HSV(B) | 12º | 0.59% | 0.07% | - |
| XYZ | 0.37 | 0.33 | 0.25 | - |
| YUV | 11.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 7 | 0 | 0.47 | 0.59 | 0.93 | 12 | 0.42 | 0.05 |
| Hex | 11 | 9 | 7 | 0 | 2F | 3B | 5D | C | 2A | 5 |
| Octal | 21 | 11 | 7 | 0 | 57 | 73 | 135 | 14 | 52 | 5 |
| Binary | 10001 | 1001 | 111 | 0 | 101111 | 111011 | 1011101 | 1100 | 101010 | 101 |
Color Harmonies of #110907
Complementary color
Monochromatic Colors of #110907
Black with #110907
Text Example
Text Example
White with #110907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110907; }
p { color: rgb(17,9,7); }
H1.HeaderClassName
{
color: #110907;
}
.AnyTagClassName
{
color: #110907;
}
</style>
background-color css
<style>
a { background-color: #110907; }
a { background-color: rgb(17,9,7); }
div.DivClassName
{
background-color: #110907;
}
.BgClassName
{
background-color: #110907;
}
</style>
border-color css
<style>
span { border-color: #110907; }
span { border-color: rgb(17,9,7); }
td.TdClassName
{
border-color: #110907;
}
.TagClassName
{
border-color: #110907;
}
</style>