Shades of Melanzane #231D21
Tints of Melanzane #231D21
RGB
CMYK
RGB Variations
Color information
#231D21 (or 0x231D21) is known color: Melanzane. HEX triplet: 23, 1D and 21. RGB value is (35,29,33). Sum of RGB (Red+Green+Blue) = 35+29+33=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 35 - color contains mainly: red. Hex color #231D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D21 is #DCE2DE. Grayscale: #1F1F1F. Windows color (decimal): -14475999 or 2170147. OLE color: 2170147.
HSL color Cylindrical-coordinate representation of color #231D21: hue angle of 320º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #231D21 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 29 | 33 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.86 |
| HSL | 320º | 0.09% | 0.13% | - |
| HSV(B) | 320º | 0.17% | 0.14% | - |
| XYZ | 1.41 | 1.35 | 1.62 | - |
| YUV | 31.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 33 | 0 | 0.17 | 0.06 | 0.86 | 320 | 0.09 | 0.13 |
| Hex | 23 | 1D | 21 | 0 | 11 | 6 | 56 | 140 | 9 | D |
| Octal | 43 | 35 | 41 | 0 | 21 | 6 | 126 | 500 | 11 | 15 |
| Binary | 100011 | 11101 | 100001 | 0 | 10001 | 110 | 1010110 | 101000000 | 1001 | 1101 |
Color Harmonies of #231D21
Complementary color
Monochromatic Colors of #231D21
Black with #231D21
Text Example
Text Example
White with #231D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D21; }
p { color: rgb(35,29,33); }
H1.HeaderClassName
{
color: #231D21;
}
.AnyTagClassName
{
color: #231D21;
}
</style>
background-color css
<style>
a { background-color: #231D21; }
a { background-color: rgb(35,29,33); }
div.DivClassName
{
background-color: #231D21;
}
.BgClassName
{
background-color: #231D21;
}
</style>
border-color css
<style>
span { border-color: #231D21; }
span { border-color: rgb(35,29,33); }
td.TdClassName
{
border-color: #231D21;
}
.TagClassName
{
border-color: #231D21;
}
</style>