Shades of Maire #221B00
Tints of Maire #221B00
RGB
CMYK
RGB Variations
Color information
#221B00 (or 0x221B00) is known color: Maire. HEX triplet: 22, 1B and 00. RGB value is (34,27,0). Sum of RGB (Red+Green+Blue) = 34+27+0=61 (8% of max value = 765). Red value is 34 (13.67% from 255 or 55.74% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 34 - color contains mainly: red. Hex color #221B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221B00 is #DDE4FF. Grayscale: #1A1A1A. Windows color (decimal): -14542080 or 6946. OLE color: 6946.
HSL color Cylindrical-coordinate representation of color #221B00: hue angle of 47.65º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #221B00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 27 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.87 |
| HSL | 47.65º | 1% | 0.07% | - |
| HSV(B) | 47.65º | 1% | 0.13% | - |
| XYZ | 1.05 | 1.12 | 0.16 | - |
| YUV | 26.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 0 | 0 | 0.21 | 1 | 0.87 | 47.65 | 1 | 0.07 |
| Hex | 22 | 1B | 0 | 0 | 15 | 64 | 57 | 30 | 64 | 7 |
| Octal | 42 | 33 | 0 | 0 | 25 | 144 | 127 | 60 | 144 | 7 |
| Binary | 100010 | 11011 | 0 | 0 | 10101 | 1100100 | 1010111 | 110000 | 1100100 | 111 |
Color Harmonies of #221B00
Complementary color
Monochromatic Colors of #221B00
Black with #221B00
Text Example
Text Example
White with #221B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B00; }
p { color: rgb(34,27,0); }
H1.HeaderClassName
{
color: #221B00;
}
.AnyTagClassName
{
color: #221B00;
}
</style>
background-color css
<style>
a { background-color: #221B00; }
a { background-color: rgb(34,27,0); }
div.DivClassName
{
background-color: #221B00;
}
.BgClassName
{
background-color: #221B00;
}
</style>
border-color css
<style>
span { border-color: #221B00; }
span { border-color: rgb(34,27,0); }
td.TdClassName
{
border-color: #221B00;
}
.TagClassName
{
border-color: #221B00;
}
</style>