Shades of Maire #221C02
Tints of Maire #221C02
RGB
CMYK
RGB Variations
Color information
#221C02 (or 0x221C02) is known color: Maire. HEX triplet: 22, 1C and 02. RGB value is (34,28,2). Sum of RGB (Red+Green+Blue) = 34+28+2=64 (8% of max value = 765). Red value is 34 (13.67% from 255 or 53.12% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 34 - color contains mainly: red. Hex color #221C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221C02 is #DDE3FD. Grayscale: #1A1A1A. Windows color (decimal): -14541822 or 138274. OLE color: 138274.
HSL color Cylindrical-coordinate representation of color #221C02: hue angle of 48.75º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #221C02 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 28 | 2 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.87 |
| HSL | 48.75º | 0.89% | 0.07% | - |
| HSV(B) | 48.75º | 0.94% | 0.13% | - |
| XYZ | 1.09 | 1.17 | 0.23 | - |
| YUV | 26.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 2 | 0 | 0.18 | 0.94 | 0.87 | 48.75 | 0.89 | 0.07 |
| Hex | 22 | 1C | 2 | 0 | 12 | 5E | 57 | 31 | 59 | 7 |
| Octal | 42 | 34 | 2 | 0 | 22 | 136 | 127 | 61 | 131 | 7 |
| Binary | 100010 | 11100 | 10 | 0 | 10010 | 1011110 | 1010111 | 110001 | 1011001 | 111 |
Color Harmonies of #221C02
Complementary color
Monochromatic Colors of #221C02
Black with #221C02
Text Example
Text Example
White with #221C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C02; }
p { color: rgb(34,28,2); }
H1.HeaderClassName
{
color: #221C02;
}
.AnyTagClassName
{
color: #221C02;
}
</style>
background-color css
<style>
a { background-color: #221C02; }
a { background-color: rgb(34,28,2); }
div.DivClassName
{
background-color: #221C02;
}
.BgClassName
{
background-color: #221C02;
}
</style>
border-color css
<style>
span { border-color: #221C02; }
span { border-color: rgb(34,28,2); }
td.TdClassName
{
border-color: #221C02;
}
.TagClassName
{
border-color: #221C02;
}
</style>