Shades of Melanzane #231621
Tints of Melanzane #231621
RGB
CMYK
RGB Variations
Color information
#231621 (or 0x231621) is known color: Melanzane. HEX triplet: 23, 16 and 21. RGB value is (35,22,33). Sum of RGB (Red+Green+Blue) = 35+22+33=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #231621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231621 is #DCE9DE. Grayscale: #1B1B1B. Windows color (decimal): -14477791 or 2168355. OLE color: 2168355.
HSL color Cylindrical-coordinate representation of color #231621: hue angle of 309.23º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #231621 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 22 | 33 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.86 |
| HSL | 309.23º | 0.23% | 0.11% | - |
| HSV(B) | 309.23º | 0.37% | 0.14% | - |
| XYZ | 1.25 | 1.04 | 1.57 | - |
| YUV | 27.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 33 | 0 | 0.37 | 0.06 | 0.86 | 309.23 | 0.23 | 0.11 |
| Hex | 23 | 16 | 21 | 0 | 25 | 6 | 56 | 135 | 17 | B |
| Octal | 43 | 26 | 41 | 0 | 45 | 6 | 126 | 465 | 27 | 13 |
| Binary | 100011 | 10110 | 100001 | 0 | 100101 | 110 | 1010110 | 100110101 | 10111 | 1011 |
Color Harmonies of #231621
Complementary color
Monochromatic Colors of #231621
Black with #231621
Text Example
Text Example
White with #231621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231621; }
p { color: rgb(35,22,33); }
H1.HeaderClassName
{
color: #231621;
}
.AnyTagClassName
{
color: #231621;
}
</style>
background-color css
<style>
a { background-color: #231621; }
a { background-color: rgb(35,22,33); }
div.DivClassName
{
background-color: #231621;
}
.BgClassName
{
background-color: #231621;
}
</style>
border-color css
<style>
span { border-color: #231621; }
span { border-color: rgb(35,22,33); }
td.TdClassName
{
border-color: #231621;
}
.TagClassName
{
border-color: #231621;
}
</style>