Shades of Melanzane #231C22
Tints of Melanzane #231C22
RGB
CMYK
RGB Variations
Color information
#231C22 (or 0x231C22) is known color: Melanzane. HEX triplet: 23, 1C and 22. RGB value is (35,28,34). Sum of RGB (Red+Green+Blue) = 35+28+34=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 35 - color contains mainly: red. Hex color #231C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C22 is #DCE3DD. Grayscale: #1E1E1E. Windows color (decimal): -14476254 or 2235427. OLE color: 2235427.
HSL color Cylindrical-coordinate representation of color #231C22: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #231C22 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 28 | 34 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.86 |
| HSL | 308.57º | 0.11% | 0.12% | - |
| HSV(B) | 308.57º | 0.2% | 0.14% | - |
| XYZ | 1.4 | 1.3 | 1.69 | - |
| YUV | 30.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 34 | 0 | 0.20 | 0.03 | 0.86 | 308.57 | 0.11 | 0.12 |
| Hex | 23 | 1C | 22 | 0 | 14 | 3 | 56 | 135 | B | C |
| Octal | 43 | 34 | 42 | 0 | 24 | 3 | 126 | 465 | 13 | 14 |
| Binary | 100011 | 11100 | 100010 | 0 | 10100 | 11 | 1010110 | 100110101 | 1011 | 1100 |
Color Harmonies of #231C22
Complementary color
Monochromatic Colors of #231C22
Black with #231C22
Text Example
Text Example
White with #231C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C22; }
p { color: rgb(35,28,34); }
H1.HeaderClassName
{
color: #231C22;
}
.AnyTagClassName
{
color: #231C22;
}
</style>
background-color css
<style>
a { background-color: #231C22; }
a { background-color: rgb(35,28,34); }
div.DivClassName
{
background-color: #231C22;
}
.BgClassName
{
background-color: #231C22;
}
</style>
border-color css
<style>
span { border-color: #231C22; }
span { border-color: rgb(35,28,34); }
td.TdClassName
{
border-color: #231C22;
}
.TagClassName
{
border-color: #231C22;
}
</style>