Shades of Melanzane #231721
Tints of Melanzane #231721
RGB
CMYK
RGB Variations
Color information
#231721 (or 0x231721) is known color: Melanzane. HEX triplet: 23, 17 and 21. RGB value is (35,23,33). Sum of RGB (Red+Green+Blue) = 35+23+33=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #231721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231721 is #DCE8DE. Grayscale: #1B1B1B. Windows color (decimal): -14477535 or 2168611. OLE color: 2168611.
HSL color Cylindrical-coordinate representation of color #231721: hue angle of 310º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #231721 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 23 | 33 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.86 |
| HSL | 310º | 0.21% | 0.11% | - |
| HSV(B) | 310º | 0.34% | 0.14% | - |
| XYZ | 1.27 | 1.08 | 1.58 | - |
| YUV | 27.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 33 | 0 | 0.34 | 0.06 | 0.86 | 310 | 0.21 | 0.11 |
| Hex | 23 | 17 | 21 | 0 | 22 | 6 | 56 | 136 | 15 | B |
| Octal | 43 | 27 | 41 | 0 | 42 | 6 | 126 | 466 | 25 | 13 |
| Binary | 100011 | 10111 | 100001 | 0 | 100010 | 110 | 1010110 | 100110110 | 10101 | 1011 |
Color Harmonies of #231721
Complementary color
Monochromatic Colors of #231721
Black with #231721
Text Example
Text Example
White with #231721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231721; }
p { color: rgb(35,23,33); }
H1.HeaderClassName
{
color: #231721;
}
.AnyTagClassName
{
color: #231721;
}
</style>
background-color css
<style>
a { background-color: #231721; }
a { background-color: rgb(35,23,33); }
div.DivClassName
{
background-color: #231721;
}
.BgClassName
{
background-color: #231721;
}
</style>
border-color css
<style>
span { border-color: #231721; }
span { border-color: rgb(35,23,33); }
td.TdClassName
{
border-color: #231721;
}
.TagClassName
{
border-color: #231721;
}
</style>