Shades of Maire #282717
Tints of Maire #282717
RGB
CMYK
RGB Variations
Color information
#282717 (or 0x282717) is known color: Maire. HEX triplet: 28, 27 and 17. RGB value is (40,39,23). Sum of RGB (Red+Green+Blue) = 40+39+23=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 40 - color contains mainly: red. Hex color #282717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282717 is #D7D8E8. Grayscale: #252525. Windows color (decimal): -14145769 or 1517352. OLE color: 1517352.
HSL color Cylindrical-coordinate representation of color #282717: hue angle of 56.47º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #282717 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 39 | 23 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.84 |
| HSL | 56.47º | 0.27% | 0.12% | - |
| HSV(B) | 56.47º | 0.43% | 0.16% | - |
| XYZ | 1.76 | 1.96 | 1.1 | - |
| YUV | 37.48 | 119.83 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 23 | 0 | 0.02 | 0.43 | 0.84 | 56.47 | 0.27 | 0.12 |
| Hex | 28 | 27 | 17 | 0 | 2 | 2B | 54 | 38 | 1B | C |
| Octal | 50 | 47 | 27 | 0 | 2 | 53 | 124 | 70 | 33 | 14 |
| Binary | 101000 | 100111 | 10111 | 0 | 10 | 101011 | 1010100 | 111000 | 11011 | 1100 |
Color Harmonies of #282717
Complementary color
Monochromatic Colors of #282717
Black with #282717
Text Example
Text Example
White with #282717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282717; }
p { color: rgb(40,39,23); }
H1.HeaderClassName
{
color: #282717;
}
.AnyTagClassName
{
color: #282717;
}
</style>
background-color css
<style>
a { background-color: #282717; }
a { background-color: rgb(40,39,23); }
div.DivClassName
{
background-color: #282717;
}
.BgClassName
{
background-color: #282717;
}
</style>
border-color css
<style>
span { border-color: #282717; }
span { border-color: rgb(40,39,23); }
td.TdClassName
{
border-color: #282717;
}
.TagClassName
{
border-color: #282717;
}
</style>