Shades of Maire #1B1B08
Tints of Maire #1B1B08
RGB
CMYK
RGB Variations
Color information
#1B1B08 (or 0x1B1B08) is known color: Maire. HEX triplet: 1B, 1B and 08. RGB value is (27,27,8). Sum of RGB (Red+Green+Blue) = 27+27+8=62 (8% of max value = 765). Red value is 27 (10.94% from 255 or 43.55% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 27 - color contains mainly: red, green. Hex color #1B1B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1B08 is #E4E4F7. Grayscale: #181818. Windows color (decimal): -15000824 or 531227. OLE color: 531227.
HSL color Cylindrical-coordinate representation of color #1B1B08: hue angle of 60º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B1B08 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 27 | 8 | - |
| CMYK | 0 | 0 | 0.70 | 0.89 |
| HSL | 60º | 0.54% | 0.07% | - |
| HSV(B) | 60º | 0.7% | 0.11% | - |
| XYZ | 0.89 | 1.03 | 0.38 | - |
| YUV | 24.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 27 | 8 | 0 | 0 | 0.70 | 0.89 | 60 | 0.54 | 0.07 |
| Hex | 1B | 1B | 8 | 0 | 0 | 46 | 59 | 3C | 36 | 7 |
| Octal | 33 | 33 | 10 | 0 | 0 | 106 | 131 | 74 | 66 | 7 |
| Binary | 11011 | 11011 | 1000 | 0 | 0 | 1000110 | 1011001 | 111100 | 110110 | 111 |
Color Harmonies of #1B1B08
Complementary color
Monochromatic Colors of #1B1B08
Black with #1B1B08
Text Example
Text Example
White with #1B1B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1B08; }
p { color: rgb(27,27,8); }
H1.HeaderClassName
{
color: #1B1B08;
}
.AnyTagClassName
{
color: #1B1B08;
}
</style>
background-color css
<style>
a { background-color: #1B1B08; }
a { background-color: rgb(27,27,8); }
div.DivClassName
{
background-color: #1B1B08;
}
.BgClassName
{
background-color: #1B1B08;
}
</style>
border-color css
<style>
span { border-color: #1B1B08; }
span { border-color: rgb(27,27,8); }
td.TdClassName
{
border-color: #1B1B08;
}
.TagClassName
{
border-color: #1B1B08;
}
</style>