Shades of Maire #281E05
Tints of Maire #281E05
RGB
CMYK
RGB Variations
Color information
#281E05 (or 0x281E05) is known color: Maire. HEX triplet: 28, 1E and 05. RGB value is (40,30,5). Sum of RGB (Red+Green+Blue) = 40+30+5=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 30 (12.11% from 255 or 40% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #281E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E05 is #D7E1FA. Grayscale: #1E1E1E. Windows color (decimal): -14148091 or 335400. OLE color: 335400.
HSL color Cylindrical-coordinate representation of color #281E05: hue angle of 42.86º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281E05 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 30 | 5 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.84 |
| HSL | 42.86º | 0.78% | 0.09% | - |
| HSV(B) | 42.86º | 0.88% | 0.16% | - |
| XYZ | 1.37 | 1.39 | 0.34 | - |
| YUV | 30.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 5 | 0 | 0.25 | 0.88 | 0.84 | 42.86 | 0.78 | 0.09 |
| Hex | 28 | 1E | 5 | 0 | 19 | 58 | 54 | 2B | 4E | 9 |
| Octal | 50 | 36 | 5 | 0 | 31 | 130 | 124 | 53 | 116 | 11 |
| Binary | 101000 | 11110 | 101 | 0 | 11001 | 1011000 | 1010100 | 101011 | 1001110 | 1001 |
Color Harmonies of #281E05
Complementary color
Monochromatic Colors of #281E05
Black with #281E05
Text Example
Text Example
White with #281E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281E05; }
p { color: rgb(40,30,5); }
H1.HeaderClassName
{
color: #281E05;
}
.AnyTagClassName
{
color: #281E05;
}
</style>
background-color css
<style>
a { background-color: #281E05; }
a { background-color: rgb(40,30,5); }
div.DivClassName
{
background-color: #281E05;
}
.BgClassName
{
background-color: #281E05;
}
</style>
border-color css
<style>
span { border-color: #281E05; }
span { border-color: rgb(40,30,5); }
td.TdClassName
{
border-color: #281E05;
}
.TagClassName
{
border-color: #281E05;
}
</style>