Shades of Melanzane #281C26
Tints of Melanzane #281C26
RGB
CMYK
RGB Variations
Color information
#281C26 (or 0x281C26) is known color: Melanzane. HEX triplet: 28, 1C and 26. RGB value is (40,28,38). Sum of RGB (Red+Green+Blue) = 40+28+38=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 40 - color contains mainly: red. Hex color #281C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C26 is #D7E3D9. Grayscale: #202020. Windows color (decimal): -14148570 or 2497576. OLE color: 2497576.
HSL color Cylindrical-coordinate representation of color #281C26: hue angle of 310º 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 #281C26 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 28 | 38 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.84 |
| HSL | 310º | 0.18% | 0.13% | - |
| HSV(B) | 310º | 0.3% | 0.16% | - |
| XYZ | 1.64 | 1.42 | 2.02 | - |
| YUV | 32.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 38 | 0 | 0.30 | 0.05 | 0.84 | 310 | 0.18 | 0.13 |
| Hex | 28 | 1C | 26 | 0 | 1E | 5 | 54 | 136 | 12 | D |
| Octal | 50 | 34 | 46 | 0 | 36 | 5 | 124 | 466 | 22 | 15 |
| Binary | 101000 | 11100 | 100110 | 0 | 11110 | 101 | 1010100 | 100110110 | 10010 | 1101 |
Color Harmonies of #281C26
Complementary color
Monochromatic Colors of #281C26
Black with #281C26
Text Example
Text Example
White with #281C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C26; }
p { color: rgb(40,28,38); }
H1.HeaderClassName
{
color: #281C26;
}
.AnyTagClassName
{
color: #281C26;
}
</style>
background-color css
<style>
a { background-color: #281C26; }
a { background-color: rgb(40,28,38); }
div.DivClassName
{
background-color: #281C26;
}
.BgClassName
{
background-color: #281C26;
}
</style>
border-color css
<style>
span { border-color: #281C26; }
span { border-color: rgb(40,28,38); }
td.TdClassName
{
border-color: #281C26;
}
.TagClassName
{
border-color: #281C26;
}
</style>