Shades of Melanzane #281A23
Tints of Melanzane #281A23
RGB
CMYK
RGB Variations
Color information
#281A23 (or 0x281A23) is known color: Melanzane. HEX triplet: 28, 1A and 23. RGB value is (40,26,35). Sum of RGB (Red+Green+Blue) = 40+26+35=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 40 - color contains mainly: red. Hex color #281A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281A23 is #D7E5DC. Grayscale: #1F1F1F. Windows color (decimal): -14149085 or 2300456. OLE color: 2300456.
HSL color Cylindrical-coordinate representation of color #281A23: hue angle of 321.43º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #281A23 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 26 | 35 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.84 |
| HSL | 321.43º | 0.21% | 0.13% | - |
| HSV(B) | 321.43º | 0.35% | 0.16% | - |
| XYZ | 1.55 | 1.31 | 1.76 | - |
| YUV | 31.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 35 | 0 | 0.35 | 0.12 | 0.84 | 321.43 | 0.21 | 0.13 |
| Hex | 28 | 1A | 23 | 0 | 23 | C | 54 | 141 | 15 | D |
| Octal | 50 | 32 | 43 | 0 | 43 | 14 | 124 | 501 | 25 | 15 |
| Binary | 101000 | 11010 | 100011 | 0 | 100011 | 1100 | 1010100 | 101000001 | 10101 | 1101 |
Color Harmonies of #281A23
Complementary color
Monochromatic Colors of #281A23
Black with #281A23
Text Example
Text Example
White with #281A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A23; }
p { color: rgb(40,26,35); }
H1.HeaderClassName
{
color: #281A23;
}
.AnyTagClassName
{
color: #281A23;
}
</style>
background-color css
<style>
a { background-color: #281A23; }
a { background-color: rgb(40,26,35); }
div.DivClassName
{
background-color: #281A23;
}
.BgClassName
{
background-color: #281A23;
}
</style>
border-color css
<style>
span { border-color: #281A23; }
span { border-color: rgb(40,26,35); }
td.TdClassName
{
border-color: #281A23;
}
.TagClassName
{
border-color: #281A23;
}
</style>