Shades of Maire #18170B
Tints of Maire #18170B
RGB
CMYK
RGB Variations
Color information
#18170B (or 0x18170B) is known color: Maire. HEX triplet: 18, 17 and 0B. RGB value is (24,23,11). Sum of RGB (Red+Green+Blue) = 24+23+11=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 24 - color contains mainly: red. Hex color #18170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18170B is #E7E8F4. Grayscale: #151515. Windows color (decimal): -15198453 or 726808. OLE color: 726808.
HSL color Cylindrical-coordinate representation of color #18170B: hue angle of 55.38º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #18170B is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 23 | 11 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.91 |
| HSL | 55.38º | 0.37% | 0.07% | - |
| HSV(B) | 55.38º | 0.54% | 0.09% | - |
| XYZ | 0.74 | 0.83 | 0.44 | - |
| YUV | 21.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 11 | 0 | 0.04 | 0.54 | 0.91 | 55.38 | 0.37 | 0.07 |
| Hex | 18 | 17 | B | 0 | 4 | 36 | 5B | 37 | 25 | 7 |
| Octal | 30 | 27 | 13 | 0 | 4 | 66 | 133 | 67 | 45 | 7 |
| Binary | 11000 | 10111 | 1011 | 0 | 100 | 110110 | 1011011 | 110111 | 100101 | 111 |
Color Harmonies of #18170B
Complementary color
Monochromatic Colors of #18170B
Black with #18170B
Text Example
Text Example
White with #18170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18170B; }
p { color: rgb(24,23,11); }
H1.HeaderClassName
{
color: #18170B;
}
.AnyTagClassName
{
color: #18170B;
}
</style>
background-color css
<style>
a { background-color: #18170B; }
a { background-color: rgb(24,23,11); }
div.DivClassName
{
background-color: #18170B;
}
.BgClassName
{
background-color: #18170B;
}
</style>
border-color css
<style>
span { border-color: #18170B; }
span { border-color: rgb(24,23,11); }
td.TdClassName
{
border-color: #18170B;
}
.TagClassName
{
border-color: #18170B;
}
</style>