Shades of Maire #282306
Tints of Maire #282306
RGB
CMYK
RGB Variations
Color information
#282306 (or 0x282306) is known color: Maire. HEX triplet: 28, 23 and 06. RGB value is (40,35,6). Sum of RGB (Red+Green+Blue) = 40+35+6=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #282306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282306 is #D7DCF9. Grayscale: #212121. Windows color (decimal): -14146810 or 402216. OLE color: 402216.
HSL color Cylindrical-coordinate representation of color #282306: hue angle of 51.18º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #282306 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 35 | 6 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.84 |
| HSL | 51.18º | 0.74% | 0.09% | - |
| HSV(B) | 51.18º | 0.85% | 0.16% | - |
| XYZ | 1.51 | 1.67 | 0.41 | - |
| YUV | 33.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 6 | 0 | 0.12 | 0.85 | 0.84 | 51.18 | 0.74 | 0.09 |
| Hex | 28 | 23 | 6 | 0 | C | 55 | 54 | 33 | 4A | 9 |
| Octal | 50 | 43 | 6 | 0 | 14 | 125 | 124 | 63 | 112 | 11 |
| Binary | 101000 | 100011 | 110 | 0 | 1100 | 1010101 | 1010100 | 110011 | 1001010 | 1001 |
Color Harmonies of #282306
Complementary color
Monochromatic Colors of #282306
Black with #282306
Text Example
Text Example
White with #282306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282306; }
p { color: rgb(40,35,6); }
H1.HeaderClassName
{
color: #282306;
}
.AnyTagClassName
{
color: #282306;
}
</style>
background-color css
<style>
a { background-color: #282306; }
a { background-color: rgb(40,35,6); }
div.DivClassName
{
background-color: #282306;
}
.BgClassName
{
background-color: #282306;
}
</style>
border-color css
<style>
span { border-color: #282306; }
span { border-color: rgb(40,35,6); }
td.TdClassName
{
border-color: #282306;
}
.TagClassName
{
border-color: #282306;
}
</style>