Shades of Melanzane #281B24
Tints of Melanzane #281B24
RGB
CMYK
RGB Variations
Color information
#281B24 (or 0x281B24) is known color: Melanzane. HEX triplet: 28, 1B and 24. RGB value is (40,27,36). Sum of RGB (Red+Green+Blue) = 40+27+36=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 40 - color contains mainly: red. Hex color #281B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281B24 is #D7E4DB. Grayscale: #1F1F1F. Windows color (decimal): -14148828 or 2366248. OLE color: 2366248.
HSL color Cylindrical-coordinate representation of color #281B24: hue angle of 318.46º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #281B24 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 27 | 36 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.84 |
| HSL | 318.46º | 0.19% | 0.13% | - |
| HSV(B) | 318.46º | 0.33% | 0.16% | - |
| XYZ | 1.59 | 1.36 | 1.85 | - |
| YUV | 31.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 36 | 0 | 0.33 | 0.10 | 0.84 | 318.46 | 0.19 | 0.13 |
| Hex | 28 | 1B | 24 | 0 | 21 | A | 54 | 13E | 13 | D |
| Octal | 50 | 33 | 44 | 0 | 41 | 12 | 124 | 476 | 23 | 15 |
| Binary | 101000 | 11011 | 100100 | 0 | 100001 | 1010 | 1010100 | 100111110 | 10011 | 1101 |
Color Harmonies of #281B24
Complementary color
Monochromatic Colors of #281B24
Black with #281B24
Text Example
Text Example
White with #281B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B24; }
p { color: rgb(40,27,36); }
H1.HeaderClassName
{
color: #281B24;
}
.AnyTagClassName
{
color: #281B24;
}
</style>
background-color css
<style>
a { background-color: #281B24; }
a { background-color: rgb(40,27,36); }
div.DivClassName
{
background-color: #281B24;
}
.BgClassName
{
background-color: #281B24;
}
</style>
border-color css
<style>
span { border-color: #281B24; }
span { border-color: rgb(40,27,36); }
td.TdClassName
{
border-color: #281B24;
}
.TagClassName
{
border-color: #281B24;
}
</style>