Shades of Maire #16130B
Tints of Maire #16130B
RGB
CMYK
RGB Variations
Color information
#16130B (or 0x16130B) is known color: Maire. HEX triplet: 16, 13 and 0B. RGB value is (22,19,11). Sum of RGB (Red+Green+Blue) = 22+19+11=52 (6% of max value = 765). Red value is 22 (8.98% from 255 or 42.31% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 22 - color contains mainly: red. Hex color #16130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16130B is #E9ECF4. Grayscale: #131313. Windows color (decimal): -15330549 or 725782. OLE color: 725782.
HSL color Cylindrical-coordinate representation of color #16130B: hue angle of 43.64º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #16130B is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 19 | 11 | - |
| CMYK | 0 | 0.14 | 0.5 | 0.91 |
| HSL | 43.64º | 0.33% | 0.06% | - |
| HSV(B) | 43.64º | 0.5% | 0.09% | - |
| XYZ | 0.62 | 0.66 | 0.41 | - |
| YUV | 18.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 11 | 0 | 0.14 | 0.5 | 0.91 | 43.64 | 0.33 | 0.06 |
| Hex | 16 | 13 | B | 0 | E | 32 | 5B | 2C | 21 | 6 |
| Octal | 26 | 23 | 13 | 0 | 16 | 62 | 133 | 54 | 41 | 6 |
| Binary | 10110 | 10011 | 1011 | 0 | 1110 | 110010 | 1011011 | 101100 | 100001 | 110 |
Color Harmonies of #16130B
Complementary color
Monochromatic Colors of #16130B
Black with #16130B
Text Example
Text Example
White with #16130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16130B; }
p { color: rgb(22,19,11); }
H1.HeaderClassName
{
color: #16130B;
}
.AnyTagClassName
{
color: #16130B;
}
</style>
background-color css
<style>
a { background-color: #16130B; }
a { background-color: rgb(22,19,11); }
div.DivClassName
{
background-color: #16130B;
}
.BgClassName
{
background-color: #16130B;
}
</style>
border-color css
<style>
span { border-color: #16130B; }
span { border-color: rgb(22,19,11); }
td.TdClassName
{
border-color: #16130B;
}
.TagClassName
{
border-color: #16130B;
}
</style>