Shades of Melanzane #231F22
Tints of Melanzane #231F22
RGB
CMYK
RGB Variations
Color information
#231F22 (or 0x231F22) is known color: Melanzane. HEX triplet: 23, 1F and 22. RGB value is (35,31,34). Sum of RGB (Red+Green+Blue) = 35+31+34=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 35 - color contains mainly: red. Hex color #231F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F22 is #DCE0DD. Grayscale: #202020. Windows color (decimal): -14475486 or 2236195. OLE color: 2236195.
HSL color Cylindrical-coordinate representation of color #231F22: hue angle of 315º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #231F22 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 31 | 34 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.86 |
| HSL | 315º | 0.06% | 0.13% | - |
| HSV(B) | 315º | 0.11% | 0.14% | - |
| XYZ | 1.47 | 1.45 | 1.72 | - |
| YUV | 32.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 34 | 0 | 0.11 | 0.03 | 0.86 | 315 | 0.06 | 0.13 |
| Hex | 23 | 1F | 22 | 0 | B | 3 | 56 | 13B | 6 | D |
| Octal | 43 | 37 | 42 | 0 | 13 | 3 | 126 | 473 | 6 | 15 |
| Binary | 100011 | 11111 | 100010 | 0 | 1011 | 11 | 1010110 | 100111011 | 110 | 1101 |
Color Harmonies of #231F22
Complementary color
Monochromatic Colors of #231F22
Black with #231F22
Text Example
Text Example
White with #231F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F22; }
p { color: rgb(35,31,34); }
H1.HeaderClassName
{
color: #231F22;
}
.AnyTagClassName
{
color: #231F22;
}
</style>
background-color css
<style>
a { background-color: #231F22; }
a { background-color: rgb(35,31,34); }
div.DivClassName
{
background-color: #231F22;
}
.BgClassName
{
background-color: #231F22;
}
</style>
border-color css
<style>
span { border-color: #231F22; }
span { border-color: rgb(35,31,34); }
td.TdClassName
{
border-color: #231F22;
}
.TagClassName
{
border-color: #231F22;
}
</style>