Shades of Melanzane #281A22
Tints of Melanzane #281A22
RGB
CMYK
RGB Variations
Color information
#281A22 (or 0x281A22) is known color: Melanzane. HEX triplet: 28, 1A and 22. RGB value is (40,26,34). Sum of RGB (Red+Green+Blue) = 40+26+34=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 40 - color contains mainly: red. Hex color #281A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281A22 is #D7E5DD. Grayscale: #1F1F1F. Windows color (decimal): -14149086 or 2234920. OLE color: 2234920.
HSL color Cylindrical-coordinate representation of color #281A22: hue angle of 325.71º 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 #281A22 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 26 | 34 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.84 |
| HSL | 325.71º | 0.21% | 0.13% | - |
| HSV(B) | 325.71º | 0.35% | 0.16% | - |
| XYZ | 1.53 | 1.31 | 1.68 | - |
| YUV | 31.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 34 | 0 | 0.35 | 0.15 | 0.84 | 325.71 | 0.21 | 0.13 |
| Hex | 28 | 1A | 22 | 0 | 23 | F | 54 | 146 | 15 | D |
| Octal | 50 | 32 | 42 | 0 | 43 | 17 | 124 | 506 | 25 | 15 |
| Binary | 101000 | 11010 | 100010 | 0 | 100011 | 1111 | 1010100 | 101000110 | 10101 | 1101 |
Color Harmonies of #281A22
Complementary color
Monochromatic Colors of #281A22
Black with #281A22
Text Example
Text Example
White with #281A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A22; }
p { color: rgb(40,26,34); }
H1.HeaderClassName
{
color: #281A22;
}
.AnyTagClassName
{
color: #281A22;
}
</style>
background-color css
<style>
a { background-color: #281A22; }
a { background-color: rgb(40,26,34); }
div.DivClassName
{
background-color: #281A22;
}
.BgClassName
{
background-color: #281A22;
}
</style>
border-color css
<style>
span { border-color: #281A22; }
span { border-color: rgb(40,26,34); }
td.TdClassName
{
border-color: #281A22;
}
.TagClassName
{
border-color: #281A22;
}
</style>