Shades of Melanzane #281C25
Tints of Melanzane #281C25
RGB
CMYK
RGB Variations
Color information
#281C25 (or 0x281C25) is known color: Melanzane. HEX triplet: 28, 1C and 25. RGB value is (40,28,37). Sum of RGB (Red+Green+Blue) = 40+28+37=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 40 - color contains mainly: red. Hex color #281C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C25 is #D7E3DA. Grayscale: #202020. Windows color (decimal): -14148571 or 2432040. OLE color: 2432040.
HSL color Cylindrical-coordinate representation of color #281C25: hue angle of 315º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #281C25 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 28 | 37 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.84 |
| HSL | 315º | 0.18% | 0.13% | - |
| HSV(B) | 315º | 0.3% | 0.16% | - |
| XYZ | 1.62 | 1.42 | 1.94 | - |
| YUV | 32.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 37 | 0 | 0.30 | 0.07 | 0.84 | 315 | 0.18 | 0.13 |
| Hex | 28 | 1C | 25 | 0 | 1E | 7 | 54 | 13B | 12 | D |
| Octal | 50 | 34 | 45 | 0 | 36 | 7 | 124 | 473 | 22 | 15 |
| Binary | 101000 | 11100 | 100101 | 0 | 11110 | 111 | 1010100 | 100111011 | 10010 | 1101 |
Color Harmonies of #281C25
Complementary color
Monochromatic Colors of #281C25
Black with #281C25
Text Example
Text Example
White with #281C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C25; }
p { color: rgb(40,28,37); }
H1.HeaderClassName
{
color: #281C25;
}
.AnyTagClassName
{
color: #281C25;
}
</style>
background-color css
<style>
a { background-color: #281C25; }
a { background-color: rgb(40,28,37); }
div.DivClassName
{
background-color: #281C25;
}
.BgClassName
{
background-color: #281C25;
}
</style>
border-color css
<style>
span { border-color: #281C25; }
span { border-color: rgb(40,28,37); }
td.TdClassName
{
border-color: #281C25;
}
.TagClassName
{
border-color: #281C25;
}
</style>