Shades of Maire #282619
Tints of Maire #282619
RGB
CMYK
RGB Variations
Color information
#282619 (or 0x282619) is known color: Maire. HEX triplet: 28, 26 and 19. RGB value is (40,38,25). Sum of RGB (Red+Green+Blue) = 40+38+25=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 40 - color contains mainly: red. Hex color #282619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282619 is #D7D9E6. Grayscale: #252525. Windows color (decimal): -14146023 or 1648168. OLE color: 1648168.
HSL color Cylindrical-coordinate representation of color #282619: hue angle of 52º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #282619 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 38 | 25 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.84 |
| HSL | 52º | 0.23% | 0.13% | - |
| HSV(B) | 52º | 0.38% | 0.16% | - |
| XYZ | 1.74 | 1.91 | 1.2 | - |
| YUV | 37.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 25 | 0 | 0.05 | 0.38 | 0.84 | 52 | 0.23 | 0.13 |
| Hex | 28 | 26 | 19 | 0 | 5 | 26 | 54 | 34 | 17 | D |
| Octal | 50 | 46 | 31 | 0 | 5 | 46 | 124 | 64 | 27 | 15 |
| Binary | 101000 | 100110 | 11001 | 0 | 101 | 100110 | 1010100 | 110100 | 10111 | 1101 |
Color Harmonies of #282619
Complementary color
Monochromatic Colors of #282619
Black with #282619
Text Example
Text Example
White with #282619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282619; }
p { color: rgb(40,38,25); }
H1.HeaderClassName
{
color: #282619;
}
.AnyTagClassName
{
color: #282619;
}
</style>
background-color css
<style>
a { background-color: #282619; }
a { background-color: rgb(40,38,25); }
div.DivClassName
{
background-color: #282619;
}
.BgClassName
{
background-color: #282619;
}
</style>
border-color css
<style>
span { border-color: #282619; }
span { border-color: rgb(40,38,25); }
td.TdClassName
{
border-color: #282619;
}
.TagClassName
{
border-color: #282619;
}
</style>