Shades of Maire #1B1B02
Tints of Maire #1B1B02
RGB
CMYK
RGB Variations
Color information
#1B1B02 (or 0x1B1B02) is known color: Maire. HEX triplet: 1B, 1B and 02. RGB value is (27,27,2). Sum of RGB (Red+Green+Blue) = 27+27+2=56 (7% of max value = 765). Red value is 27 (10.94% from 255 or 48.21% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 27 - color contains mainly: red, green. Hex color #1B1B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1B02 is #E4E4FD. Grayscale: #181818. Windows color (decimal): -15000830 or 138011. OLE color: 138011.
HSL color Cylindrical-coordinate representation of color #1B1B02: hue angle of 60º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B1B02 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 27 | 2 | - |
| CMYK | 0 | 0 | 0.93 | 0.89 |
| HSL | 60º | 0.86% | 0.06% | - |
| HSV(B) | 60º | 0.93% | 0.11% | - |
| XYZ | 0.85 | 1.02 | 0.21 | - |
| YUV | 24.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 27 | 2 | 0 | 0 | 0.93 | 0.89 | 60 | 0.86 | 0.06 |
| Hex | 1B | 1B | 2 | 0 | 0 | 5D | 59 | 3C | 56 | 6 |
| Octal | 33 | 33 | 2 | 0 | 0 | 135 | 131 | 74 | 126 | 6 |
| Binary | 11011 | 11011 | 10 | 0 | 0 | 1011101 | 1011001 | 111100 | 1010110 | 110 |
Color Harmonies of #1B1B02
Complementary color
Monochromatic Colors of #1B1B02
Black with #1B1B02
Text Example
Text Example
White with #1B1B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1B02; }
p { color: rgb(27,27,2); }
H1.HeaderClassName
{
color: #1B1B02;
}
.AnyTagClassName
{
color: #1B1B02;
}
</style>
background-color css
<style>
a { background-color: #1B1B02; }
a { background-color: rgb(27,27,2); }
div.DivClassName
{
background-color: #1B1B02;
}
.BgClassName
{
background-color: #1B1B02;
}
</style>
border-color css
<style>
span { border-color: #1B1B02; }
span { border-color: rgb(27,27,2); }
td.TdClassName
{
border-color: #1B1B02;
}
.TagClassName
{
border-color: #1B1B02;
}
</style>