Shades of Melanzane #23171F
Tints of Melanzane #23171F
RGB
CMYK
RGB Variations
Color information
#23171F (or 0x23171F) is known color: Melanzane. HEX triplet: 23, 17 and 1F. RGB value is (35,23,31). Sum of RGB (Red+Green+Blue) = 35+23+31=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 35 - color contains mainly: red. Hex color #23171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23171F is #DCE8E0. Grayscale: #1B1B1B. Windows color (decimal): -14477537 or 2037539. OLE color: 2037539.
HSL color Cylindrical-coordinate representation of color #23171F: hue angle of 320º 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 #23171F is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 23 | 31 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.86 |
| HSL | 320º | 0.21% | 0.11% | - |
| HSV(B) | 320º | 0.34% | 0.14% | - |
| XYZ | 1.25 | 1.07 | 1.44 | - |
| YUV | 27.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 31 | 0 | 0.34 | 0.11 | 0.86 | 320 | 0.21 | 0.11 |
| Hex | 23 | 17 | 1F | 0 | 22 | B | 56 | 140 | 15 | B |
| Octal | 43 | 27 | 37 | 0 | 42 | 13 | 126 | 500 | 25 | 13 |
| Binary | 100011 | 10111 | 11111 | 0 | 100010 | 1011 | 1010110 | 101000000 | 10101 | 1011 |
Color Harmonies of #23171F
Complementary color
Monochromatic Colors of #23171F
Black with #23171F
Text Example
Text Example
White with #23171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23171F; }
p { color: rgb(35,23,31); }
H1.HeaderClassName
{
color: #23171F;
}
.AnyTagClassName
{
color: #23171F;
}
</style>
background-color css
<style>
a { background-color: #23171F; }
a { background-color: rgb(35,23,31); }
div.DivClassName
{
background-color: #23171F;
}
.BgClassName
{
background-color: #23171F;
}
</style>
border-color css
<style>
span { border-color: #23171F; }
span { border-color: rgb(35,23,31); }
td.TdClassName
{
border-color: #23171F;
}
.TagClassName
{
border-color: #23171F;
}
</style>