Shades of Maire #281F0B
Tints of Maire #281F0B
RGB
CMYK
RGB Variations
Color information
#281F0B (or 0x281F0B) is known color: Maire. HEX triplet: 28, 1F and 0B. RGB value is (40,31,11). Sum of RGB (Red+Green+Blue) = 40+31+11=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 40 - color contains mainly: red. Hex color #281F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F0B is #D7E0F4. Grayscale: #1F1F1F. Windows color (decimal): -14147829 or 728872. OLE color: 728872.
HSL color Cylindrical-coordinate representation of color #281F0B: hue angle of 41.38º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #281F0B is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 31 | 11 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.84 |
| HSL | 41.38º | 0.57% | 0.1% | - |
| HSV(B) | 41.38º | 0.73% | 0.16% | - |
| XYZ | 1.43 | 1.46 | 0.52 | - |
| YUV | 31.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 11 | 0 | 0.22 | 0.72 | 0.84 | 41.38 | 0.57 | 0.1 |
| Hex | 28 | 1F | B | 0 | 16 | 48 | 54 | 29 | 39 | A |
| Octal | 50 | 37 | 13 | 0 | 26 | 110 | 124 | 51 | 71 | 12 |
| Binary | 101000 | 11111 | 1011 | 0 | 10110 | 1001000 | 1010100 | 101001 | 111001 | 1010 |
Color Harmonies of #281F0B
Complementary color
Monochromatic Colors of #281F0B
Black with #281F0B
Text Example
Text Example
White with #281F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F0B; }
p { color: rgb(40,31,11); }
H1.HeaderClassName
{
color: #281F0B;
}
.AnyTagClassName
{
color: #281F0B;
}
</style>
background-color css
<style>
a { background-color: #281F0B; }
a { background-color: rgb(40,31,11); }
div.DivClassName
{
background-color: #281F0B;
}
.BgClassName
{
background-color: #281F0B;
}
</style>
border-color css
<style>
span { border-color: #281F0B; }
span { border-color: rgb(40,31,11); }
td.TdClassName
{
border-color: #281F0B;
}
.TagClassName
{
border-color: #281F0B;
}
</style>