Shades of Melanzane #281C23
Tints of Melanzane #281C23
RGB
CMYK
RGB Variations
Color information
#281C23 (or 0x281C23) is known color: Melanzane. HEX triplet: 28, 1C and 23. RGB value is (40,28,35). Sum of RGB (Red+Green+Blue) = 40+28+35=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 40 - color contains mainly: red. Hex color #281C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C23 is #D7E3DC. Grayscale: #202020. Windows color (decimal): -14148573 or 2300968. OLE color: 2300968.
HSL color Cylindrical-coordinate representation of color #281C23: hue angle of 325º 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 #281C23 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 28 | 35 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.84 |
| HSL | 325º | 0.18% | 0.13% | - |
| HSV(B) | 325º | 0.3% | 0.16% | - |
| XYZ | 1.59 | 1.4 | 1.78 | - |
| YUV | 32.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 35 | 0 | 0.30 | 0.12 | 0.84 | 325 | 0.18 | 0.13 |
| Hex | 28 | 1C | 23 | 0 | 1E | C | 54 | 145 | 12 | D |
| Octal | 50 | 34 | 43 | 0 | 36 | 14 | 124 | 505 | 22 | 15 |
| Binary | 101000 | 11100 | 100011 | 0 | 11110 | 1100 | 1010100 | 101000101 | 10010 | 1101 |
Color Harmonies of #281C23
Complementary color
Monochromatic Colors of #281C23
Black with #281C23
Text Example
Text Example
White with #281C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C23; }
p { color: rgb(40,28,35); }
H1.HeaderClassName
{
color: #281C23;
}
.AnyTagClassName
{
color: #281C23;
}
</style>
background-color css
<style>
a { background-color: #281C23; }
a { background-color: rgb(40,28,35); }
div.DivClassName
{
background-color: #281C23;
}
.BgClassName
{
background-color: #281C23;
}
</style>
border-color css
<style>
span { border-color: #281C23; }
span { border-color: rgb(40,28,35); }
td.TdClassName
{
border-color: #281C23;
}
.TagClassName
{
border-color: #281C23;
}
</style>