Shades of Melanzane #281B25
Tints of Melanzane #281B25
RGB
CMYK
RGB Variations
Color information
#281B25 (or 0x281B25) is known color: Melanzane. HEX triplet: 28, 1B and 25. RGB value is (40,27,37). Sum of RGB (Red+Green+Blue) = 40+27+37=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 40 - color contains mainly: red. Hex color #281B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281B25 is #D7E4DA. Grayscale: #202020. Windows color (decimal): -14148827 or 2431784. OLE color: 2431784.
HSL color Cylindrical-coordinate representation of color #281B25: hue angle of 313.85º 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 #281B25 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 27 | 37 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.84 |
| HSL | 313.85º | 0.19% | 0.13% | - |
| HSV(B) | 313.85º | 0.33% | 0.16% | - |
| XYZ | 1.6 | 1.37 | 1.93 | - |
| YUV | 32.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 37 | 0 | 0.33 | 0.07 | 0.84 | 313.85 | 0.19 | 0.13 |
| Hex | 28 | 1B | 25 | 0 | 21 | 7 | 54 | 13A | 13 | D |
| Octal | 50 | 33 | 45 | 0 | 41 | 7 | 124 | 472 | 23 | 15 |
| Binary | 101000 | 11011 | 100101 | 0 | 100001 | 111 | 1010100 | 100111010 | 10011 | 1101 |
Color Harmonies of #281B25
Complementary color
Monochromatic Colors of #281B25
Black with #281B25
Text Example
Text Example
White with #281B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B25; }
p { color: rgb(40,27,37); }
H1.HeaderClassName
{
color: #281B25;
}
.AnyTagClassName
{
color: #281B25;
}
</style>
background-color css
<style>
a { background-color: #281B25; }
a { background-color: rgb(40,27,37); }
div.DivClassName
{
background-color: #281B25;
}
.BgClassName
{
background-color: #281B25;
}
</style>
border-color css
<style>
span { border-color: #281B25; }
span { border-color: rgb(40,27,37); }
td.TdClassName
{
border-color: #281B25;
}
.TagClassName
{
border-color: #281B25;
}
</style>