Shades of Maire #282213
Tints of Maire #282213
RGB
CMYK
RGB Variations
Color information
#282213 (or 0x282213) is known color: Maire. HEX triplet: 28, 22 and 13. RGB value is (40,34,19). Sum of RGB (Red+Green+Blue) = 40+34+19=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 40 - color contains mainly: red. Hex color #282213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282213 is #D7DDEC. Grayscale: #222222. Windows color (decimal): -14147053 or 1253928. OLE color: 1253928.
HSL color Cylindrical-coordinate representation of color #282213: hue angle of 42.86º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #282213 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 34 | 19 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.84 |
| HSL | 42.86º | 0.36% | 0.12% | - |
| HSV(B) | 42.86º | 0.53% | 0.16% | - |
| XYZ | 1.56 | 1.64 | 0.85 | - |
| YUV | 34.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 34 | 19 | 0 | 0.15 | 0.52 | 0.84 | 42.86 | 0.36 | 0.12 |
| Hex | 28 | 22 | 13 | 0 | F | 34 | 54 | 2B | 24 | C |
| Octal | 50 | 42 | 23 | 0 | 17 | 64 | 124 | 53 | 44 | 14 |
| Binary | 101000 | 100010 | 10011 | 0 | 1111 | 110100 | 1010100 | 101011 | 100100 | 1100 |
Color Harmonies of #282213
Complementary color
Monochromatic Colors of #282213
Black with #282213
Text Example
Text Example
White with #282213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282213; }
p { color: rgb(40,34,19); }
H1.HeaderClassName
{
color: #282213;
}
.AnyTagClassName
{
color: #282213;
}
</style>
background-color css
<style>
a { background-color: #282213; }
a { background-color: rgb(40,34,19); }
div.DivClassName
{
background-color: #282213;
}
.BgClassName
{
background-color: #282213;
}
</style>
border-color css
<style>
span { border-color: #282213; }
span { border-color: rgb(40,34,19); }
td.TdClassName
{
border-color: #282213;
}
.TagClassName
{
border-color: #282213;
}
</style>