Shades of Maire #1B1202
Tints of Maire #1B1202
RGB
CMYK
RGB Variations
Color information
#1B1202 (or 0x1B1202) is known color: Maire. HEX triplet: 1B, 12 and 02. RGB value is (27,18,2). Sum of RGB (Red+Green+Blue) = 27+18+2=47 (6% of max value = 765). Red value is 27 (10.94% from 255 or 57.45% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1202 is #E4EDFD. Grayscale: #121212. Windows color (decimal): -15003134 or 135707. OLE color: 135707.
HSL color Cylindrical-coordinate representation of color #1B1202: hue angle of 38.4º 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 #1B1202 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 18 | 2 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.89 |
| HSL | 38.4º | 0.86% | 0.06% | - |
| HSV(B) | 38.4º | 0.93% | 0.11% | - |
| XYZ | 0.68 | 0.67 | 0.15 | - |
| YUV | 18.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 18 | 2 | 0 | 0.33 | 0.93 | 0.89 | 38.4 | 0.86 | 0.06 |
| Hex | 1B | 12 | 2 | 0 | 21 | 5D | 59 | 26 | 56 | 6 |
| Octal | 33 | 22 | 2 | 0 | 41 | 135 | 131 | 46 | 126 | 6 |
| Binary | 11011 | 10010 | 10 | 0 | 100001 | 1011101 | 1011001 | 100110 | 1010110 | 110 |
Color Harmonies of #1B1202
Complementary color
Monochromatic Colors of #1B1202
Black with #1B1202
Text Example
Text Example
White with #1B1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1202; }
p { color: rgb(27,18,2); }
H1.HeaderClassName
{
color: #1B1202;
}
.AnyTagClassName
{
color: #1B1202;
}
</style>
background-color css
<style>
a { background-color: #1B1202; }
a { background-color: rgb(27,18,2); }
div.DivClassName
{
background-color: #1B1202;
}
.BgClassName
{
background-color: #1B1202;
}
</style>
border-color css
<style>
span { border-color: #1B1202; }
span { border-color: rgb(27,18,2); }
td.TdClassName
{
border-color: #1B1202;
}
.TagClassName
{
border-color: #1B1202;
}
</style>