Shades of Maire #282315
Tints of Maire #282315
RGB
CMYK
RGB Variations
Color information
#282315 (or 0x282315) is known color: Maire. HEX triplet: 28, 23 and 15. RGB value is (40,35,21). Sum of RGB (Red+Green+Blue) = 40+35+21=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #282315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282315 is #D7DCEA. Grayscale: #222222. Windows color (decimal): -14146795 or 1385256. OLE color: 1385256.
HSL color Cylindrical-coordinate representation of color #282315: hue angle of 44.21º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #282315 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 35 | 21 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.84 |
| HSL | 44.21º | 0.31% | 0.12% | - |
| HSV(B) | 44.21º | 0.48% | 0.16% | - |
| XYZ | 1.61 | 1.71 | 0.95 | - |
| YUV | 34.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 21 | 0 | 0.12 | 0.48 | 0.84 | 44.21 | 0.31 | 0.12 |
| Hex | 28 | 23 | 15 | 0 | C | 30 | 54 | 2C | 1F | C |
| Octal | 50 | 43 | 25 | 0 | 14 | 60 | 124 | 54 | 37 | 14 |
| Binary | 101000 | 100011 | 10101 | 0 | 1100 | 110000 | 1010100 | 101100 | 11111 | 1100 |
Color Harmonies of #282315
Complementary color
Monochromatic Colors of #282315
Black with #282315
Text Example
Text Example
White with #282315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282315; }
p { color: rgb(40,35,21); }
H1.HeaderClassName
{
color: #282315;
}
.AnyTagClassName
{
color: #282315;
}
</style>
background-color css
<style>
a { background-color: #282315; }
a { background-color: rgb(40,35,21); }
div.DivClassName
{
background-color: #282315;
}
.BgClassName
{
background-color: #282315;
}
</style>
border-color css
<style>
span { border-color: #282315; }
span { border-color: rgb(40,35,21); }
td.TdClassName
{
border-color: #282315;
}
.TagClassName
{
border-color: #282315;
}
</style>