Shades of Maire #221B07
Tints of Maire #221B07
RGB
CMYK
RGB Variations
Color information
#221B07 (or 0x221B07) is known color: Maire. HEX triplet: 22, 1B and 07. RGB value is (34,27,7). Sum of RGB (Red+Green+Blue) = 34+27+7=68 (9% of max value = 765). Red value is 34 (13.67% from 255 or 50% from 68); Green value is 27 (10.94% from 255 or 39.71% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 34 - color contains mainly: red. Hex color #221B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221B07 is #DDE4F8. Grayscale: #1A1A1A. Windows color (decimal): -14542073 or 465698. OLE color: 465698.
HSL color Cylindrical-coordinate representation of color #221B07: hue angle of 44.44º degrees, saturation: 0.66, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #221B07 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 27 | 7 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.87 |
| HSL | 44.44º | 0.66% | 0.08% | - |
| HSV(B) | 44.44º | 0.79% | 0.13% | - |
| XYZ | 1.09 | 1.14 | 0.36 | - |
| YUV | 26.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 7 | 0 | 0.21 | 0.79 | 0.87 | 44.44 | 0.66 | 0.08 |
| Hex | 22 | 1B | 7 | 0 | 15 | 4F | 57 | 2C | 42 | 8 |
| Octal | 42 | 33 | 7 | 0 | 25 | 117 | 127 | 54 | 102 | 10 |
| Binary | 100010 | 11011 | 111 | 0 | 10101 | 1001111 | 1010111 | 101100 | 1000010 | 1000 |
Color Harmonies of #221B07
Complementary color
Monochromatic Colors of #221B07
Black with #221B07
Text Example
Text Example
White with #221B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B07; }
p { color: rgb(34,27,7); }
H1.HeaderClassName
{
color: #221B07;
}
.AnyTagClassName
{
color: #221B07;
}
</style>
background-color css
<style>
a { background-color: #221B07; }
a { background-color: rgb(34,27,7); }
div.DivClassName
{
background-color: #221B07;
}
.BgClassName
{
background-color: #221B07;
}
</style>
border-color css
<style>
span { border-color: #221B07; }
span { border-color: rgb(34,27,7); }
td.TdClassName
{
border-color: #221B07;
}
.TagClassName
{
border-color: #221B07;
}
</style>