Shades of Maire #14110B
Tints of Maire #14110B
RGB
CMYK
RGB Variations
Color information
#14110B (or 0x14110B) is known color: Maire. HEX triplet: 14, 11 and 0B. RGB value is (20,17,11). Sum of RGB (Red+Green+Blue) = 20+17+11=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 20 - color contains mainly: red. Hex color #14110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14110B is #EBEEF4. Grayscale: #111111. Windows color (decimal): -15462133 or 725268. OLE color: 725268.
HSL color Cylindrical-coordinate representation of color #14110B: hue angle of 40º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #14110B is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 17 | 11 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.92 |
| HSL | 40º | 0.29% | 0.06% | - |
| HSV(B) | 40º | 0.45% | 0.08% | - |
| XYZ | 0.55 | 0.57 | 0.4 | - |
| YUV | 17.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 11 | 0 | 0.15 | 0.45 | 0.92 | 40 | 0.29 | 0.06 |
| Hex | 14 | 11 | B | 0 | F | 2D | 5C | 28 | 1D | 6 |
| Octal | 24 | 21 | 13 | 0 | 17 | 55 | 134 | 50 | 35 | 6 |
| Binary | 10100 | 10001 | 1011 | 0 | 1111 | 101101 | 1011100 | 101000 | 11101 | 110 |
Color Harmonies of #14110B
Complementary color
Monochromatic Colors of #14110B
Black with #14110B
Text Example
Text Example
White with #14110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14110B; }
p { color: rgb(20,17,11); }
H1.HeaderClassName
{
color: #14110B;
}
.AnyTagClassName
{
color: #14110B;
}
</style>
background-color css
<style>
a { background-color: #14110B; }
a { background-color: rgb(20,17,11); }
div.DivClassName
{
background-color: #14110B;
}
.BgClassName
{
background-color: #14110B;
}
</style>
border-color css
<style>
span { border-color: #14110B; }
span { border-color: rgb(20,17,11); }
td.TdClassName
{
border-color: #14110B;
}
.TagClassName
{
border-color: #14110B;
}
</style>