Shades of Melanzane #23041C
Tints of Melanzane #23041C
RGB
CMYK
RGB Variations
Color information
#23041C (or 0x23041C) is known color: Melanzane. HEX triplet: 23, 04 and 1C. RGB value is (35,4,28). Sum of RGB (Red+Green+Blue) = 35+4+28=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #23041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23041C is #DCFBE3. Grayscale: #0F0F0F. Windows color (decimal): -14482404 or 1836067. OLE color: 1836067.
HSL color Cylindrical-coordinate representation of color #23041C: hue angle of 313.55º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23041C is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 4 | 28 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.86 |
| HSL | 313.55º | 0.79% | 0.08% | - |
| HSV(B) | 313.55º | 0.89% | 0.14% | - |
| XYZ | 0.95 | 0.53 | 1.15 | - |
| YUV | 16.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 28 | 0 | 0.89 | 0.20 | 0.86 | 313.55 | 0.79 | 0.08 |
| Hex | 23 | 4 | 1C | 0 | 59 | 14 | 56 | 13A | 4F | 8 |
| Octal | 43 | 4 | 34 | 0 | 131 | 24 | 126 | 472 | 117 | 10 |
| Binary | 100011 | 100 | 11100 | 0 | 1011001 | 10100 | 1010110 | 100111010 | 1001111 | 1000 |
Color Harmonies of #23041C
Complementary color
Monochromatic Colors of #23041C
Black with #23041C
Text Example
Text Example
White with #23041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23041C; }
p { color: rgb(35,4,28); }
H1.HeaderClassName
{
color: #23041C;
}
.AnyTagClassName
{
color: #23041C;
}
</style>
background-color css
<style>
a { background-color: #23041C; }
a { background-color: rgb(35,4,28); }
div.DivClassName
{
background-color: #23041C;
}
.BgClassName
{
background-color: #23041C;
}
</style>
border-color css
<style>
span { border-color: #23041C; }
span { border-color: rgb(35,4,28); }
td.TdClassName
{
border-color: #23041C;
}
.TagClassName
{
border-color: #23041C;
}
</style>