Shades of Maire #1B1C08
Tints of Maire #1B1C08
RGB
CMYK
RGB Variations
Color information
#1B1C08 (or 0x1B1C08) is known color: Maire. HEX triplet: 1B, 1C and 08. RGB value is (27,28,8). Sum of RGB (Red+Green+Blue) = 27+28+8=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 28 - color contains mainly: green. Hex color #1B1C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1C08 is #E4E3F7. Grayscale: #191919. Windows color (decimal): -15000568 or 531483. OLE color: 531483.
HSL color Cylindrical-coordinate representation of color #1B1C08: hue angle of 63º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B1C08 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 28 | 8 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.89 |
| HSL | 63º | 0.56% | 0.07% | - |
| HSV(B) | 63º | 0.71% | 0.11% | - |
| XYZ | 0.91 | 1.08 | 0.39 | - |
| YUV | 25.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 28 | 8 | 0.04 | 0 | 0.71 | 0.89 | 63 | 0.56 | 0.07 |
| Hex | 1B | 1C | 8 | 4 | 0 | 47 | 59 | 3F | 38 | 7 |
| Octal | 33 | 34 | 10 | 4 | 0 | 107 | 131 | 77 | 70 | 7 |
| Binary | 11011 | 11100 | 1000 | 100 | 0 | 1000111 | 1011001 | 111111 | 111000 | 111 |
Color Harmonies of #1B1C08
Complementary color
Monochromatic Colors of #1B1C08
Black with #1B1C08
Text Example
Text Example
White with #1B1C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1C08; }
p { color: rgb(27,28,8); }
H1.HeaderClassName
{
color: #1B1C08;
}
.AnyTagClassName
{
color: #1B1C08;
}
</style>
background-color css
<style>
a { background-color: #1B1C08; }
a { background-color: rgb(27,28,8); }
div.DivClassName
{
background-color: #1B1C08;
}
.BgClassName
{
background-color: #1B1C08;
}
</style>
border-color css
<style>
span { border-color: #1B1C08; }
span { border-color: rgb(27,28,8); }
td.TdClassName
{
border-color: #1B1C08;
}
.TagClassName
{
border-color: #1B1C08;
}
</style>