Shades of Melanzane #281B22
Tints of Melanzane #281B22
RGB
CMYK
RGB Variations
Color information
#281B22 (or 0x281B22) is known color: Melanzane. HEX triplet: 28, 1B and 22. RGB value is (40,27,34). Sum of RGB (Red+Green+Blue) = 40+27+34=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 40 - color contains mainly: red. Hex color #281B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281B22 is #D7E4DD. Grayscale: #1F1F1F. Windows color (decimal): -14148830 or 2235176. OLE color: 2235176.
HSL color Cylindrical-coordinate representation of color #281B22: hue angle of 327.69º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #281B22 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 27 | 34 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.84 |
| HSL | 327.69º | 0.19% | 0.13% | - |
| HSV(B) | 327.69º | 0.33% | 0.16% | - |
| XYZ | 1.56 | 1.35 | 1.69 | - |
| YUV | 31.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 34 | 0 | 0.33 | 0.15 | 0.84 | 327.69 | 0.19 | 0.13 |
| Hex | 28 | 1B | 22 | 0 | 21 | F | 54 | 148 | 13 | D |
| Octal | 50 | 33 | 42 | 0 | 41 | 17 | 124 | 510 | 23 | 15 |
| Binary | 101000 | 11011 | 100010 | 0 | 100001 | 1111 | 1010100 | 101001000 | 10011 | 1101 |
Color Harmonies of #281B22
Complementary color
Monochromatic Colors of #281B22
Black with #281B22
Text Example
Text Example
White with #281B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B22; }
p { color: rgb(40,27,34); }
H1.HeaderClassName
{
color: #281B22;
}
.AnyTagClassName
{
color: #281B22;
}
</style>
background-color css
<style>
a { background-color: #281B22; }
a { background-color: rgb(40,27,34); }
div.DivClassName
{
background-color: #281B22;
}
.BgClassName
{
background-color: #281B22;
}
</style>
border-color css
<style>
span { border-color: #281B22; }
span { border-color: rgb(40,27,34); }
td.TdClassName
{
border-color: #281B22;
}
.TagClassName
{
border-color: #281B22;
}
</style>