Shades of Melanzane #23091B
Tints of Melanzane #23091B
RGB
CMYK
RGB Variations
Color information
#23091B (or 0x23091B) is known color: Melanzane. HEX triplet: 23, 09 and 1B. RGB value is (35,9,27). Sum of RGB (Red+Green+Blue) = 35+9+27=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #23091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23091B is #DCF6E4. Grayscale: #121212. Windows color (decimal): -14481125 or 1771811. OLE color: 1771811.
HSL color Cylindrical-coordinate representation of color #23091B: hue angle of 318.46º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23091B is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 9 | 27 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.86 |
| HSL | 318.46º | 0.59% | 0.09% | - |
| HSV(B) | 318.46º | 0.74% | 0.14% | - |
| XYZ | 0.99 | 0.63 | 1.11 | - |
| YUV | 18.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 27 | 0 | 0.74 | 0.23 | 0.86 | 318.46 | 0.59 | 0.09 |
| Hex | 23 | 9 | 1B | 0 | 4A | 17 | 56 | 13E | 3B | 9 |
| Octal | 43 | 11 | 33 | 0 | 112 | 27 | 126 | 476 | 73 | 11 |
| Binary | 100011 | 1001 | 11011 | 0 | 1001010 | 10111 | 1010110 | 100111110 | 111011 | 1001 |
Color Harmonies of #23091B
Complementary color
Monochromatic Colors of #23091B
Black with #23091B
Text Example
Text Example
White with #23091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23091B; }
p { color: rgb(35,9,27); }
H1.HeaderClassName
{
color: #23091B;
}
.AnyTagClassName
{
color: #23091B;
}
</style>
background-color css
<style>
a { background-color: #23091B; }
a { background-color: rgb(35,9,27); }
div.DivClassName
{
background-color: #23091B;
}
.BgClassName
{
background-color: #23091B;
}
</style>
border-color css
<style>
span { border-color: #23091B; }
span { border-color: rgb(35,9,27); }
td.TdClassName
{
border-color: #23091B;
}
.TagClassName
{
border-color: #23091B;
}
</style>