Shades of Maire #17160B
Tints of Maire #17160B
RGB
CMYK
RGB Variations
Color information
#17160B (or 0x17160B) is known color: Maire. HEX triplet: 17, 16 and 0B. RGB value is (23,22,11). Sum of RGB (Red+Green+Blue) = 23+22+11=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 23 - color contains mainly: red. Hex color #17160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17160B is #E8E9F4. Grayscale: #151515. Windows color (decimal): -15264245 or 726551. OLE color: 726551.
HSL color Cylindrical-coordinate representation of color #17160B: hue angle of 55º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #17160B is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 22 | 11 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.91 |
| HSL | 55º | 0.35% | 0.07% | - |
| HSV(B) | 55º | 0.52% | 0.09% | - |
| XYZ | 0.7 | 0.78 | 0.43 | - |
| YUV | 21.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 11 | 0 | 0.04 | 0.52 | 0.91 | 55 | 0.35 | 0.07 |
| Hex | 17 | 16 | B | 0 | 4 | 34 | 5B | 37 | 23 | 7 |
| Octal | 27 | 26 | 13 | 0 | 4 | 64 | 133 | 67 | 43 | 7 |
| Binary | 10111 | 10110 | 1011 | 0 | 100 | 110100 | 1011011 | 110111 | 100011 | 111 |
Color Harmonies of #17160B
Complementary color
Monochromatic Colors of #17160B
Black with #17160B
Text Example
Text Example
White with #17160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17160B; }
p { color: rgb(23,22,11); }
H1.HeaderClassName
{
color: #17160B;
}
.AnyTagClassName
{
color: #17160B;
}
</style>
background-color css
<style>
a { background-color: #17160B; }
a { background-color: rgb(23,22,11); }
div.DivClassName
{
background-color: #17160B;
}
.BgClassName
{
background-color: #17160B;
}
</style>
border-color css
<style>
span { border-color: #17160B; }
span { border-color: rgb(23,22,11); }
td.TdClassName
{
border-color: #17160B;
}
.TagClassName
{
border-color: #17160B;
}
</style>