Shades of Maire #1B1B16
Tints of Maire #1B1B16
RGB
CMYK
RGB Variations
Color information
#1B1B16 (or 0x1B1B16) is known color: Maire. HEX triplet: 1B, 1B and 16. RGB value is (27,27,22). Sum of RGB (Red+Green+Blue) = 27+27+22=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 27 - color contains mainly: red, green. Hex color #1B1B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1B16 is #E4E4E9. Grayscale: #1A1A1A. Windows color (decimal): -15000810 or 1448731. OLE color: 1448731.
HSL color Cylindrical-coordinate representation of color #1B1B16: hue angle of 60º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1B1B16 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.89.
Color convert
RGB | 27 | 27 | 22 | - |
CMYK | 0 | 0 | 0.19 | 0.89 |
HSL | 60º | 0.1% | 0.1% | - |
HSV(B) | 60º | 0.19% | 0.11% | - |
XYZ | 0.99 | 1.07 | 0.91 | - |
YUV | 26.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 27 | 27 | 22 | 0 | 0 | 0.19 | 0.89 | 60 | 0.1 | 0.1 |
Hex | 1B | 1B | 16 | 0 | 0 | 13 | 59 | 3C | A | A |
Octal | 33 | 33 | 26 | 0 | 0 | 23 | 131 | 74 | 12 | 12 |
Binary | 11011 | 11011 | 10110 | 0 | 0 | 10011 | 1011001 | 111100 | 1010 | 1010 |
Color Harmonies of #1B1B16
Complementary color
Monochromatic Colors of #1B1B16
Black with #1B1B16
Text Example
Text Example
White with #1B1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1B16; }
p { color: rgb(27,27,22); }
H1.HeaderClassName
{
color: #1B1B16;
}
.AnyTagClassName
{
color: #1B1B16;
}
</style>
background-color css
<style>
a { background-color: #1B1B16; }
a { background-color: rgb(27,27,22); }
div.DivClassName
{
background-color: #1B1B16;
}
.BgClassName
{
background-color: #1B1B16;
}
</style>
border-color css
<style>
span { border-color: #1B1B16; }
span { border-color: rgb(27,27,22); }
td.TdClassName
{
border-color: #1B1B16;
}
.TagClassName
{
border-color: #1B1B16;
}
</style>