Shades of Melanzane #23061C
Tints of Melanzane #23061C
RGB
CMYK
RGB Variations
Color information
#23061C (or 0x23061C) is known color: Melanzane. HEX triplet: 23, 06 and 1C. RGB value is (35,6,28). Sum of RGB (Red+Green+Blue) = 35+6+28=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 6 (2.73% from 255 or 8.70% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #23061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23061C is #DCF9E3. Grayscale: #111111. Windows color (decimal): -14481892 or 1836579. OLE color: 1836579.
HSL color Cylindrical-coordinate representation of color #23061C: hue angle of 314.48º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23061C is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 6 | 28 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.86 |
| HSL | 314.48º | 0.71% | 0.08% | - |
| HSV(B) | 314.48º | 0.83% | 0.14% | - |
| XYZ | 0.97 | 0.57 | 1.16 | - |
| YUV | 17.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 6 | 28 | 0 | 0.83 | 0.20 | 0.86 | 314.48 | 0.71 | 0.08 |
| Hex | 23 | 6 | 1C | 0 | 53 | 14 | 56 | 13A | 47 | 8 |
| Octal | 43 | 6 | 34 | 0 | 123 | 24 | 126 | 472 | 107 | 10 |
| Binary | 100011 | 110 | 11100 | 0 | 1010011 | 10100 | 1010110 | 100111010 | 1000111 | 1000 |
Color Harmonies of #23061C
Complementary color
Monochromatic Colors of #23061C
Black with #23061C
Text Example
Text Example
White with #23061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23061C; }
p { color: rgb(35,6,28); }
H1.HeaderClassName
{
color: #23061C;
}
.AnyTagClassName
{
color: #23061C;
}
</style>
background-color css
<style>
a { background-color: #23061C; }
a { background-color: rgb(35,6,28); }
div.DivClassName
{
background-color: #23061C;
}
.BgClassName
{
background-color: #23061C;
}
</style>
border-color css
<style>
span { border-color: #23061C; }
span { border-color: rgb(35,6,28); }
td.TdClassName
{
border-color: #23061C;
}
.TagClassName
{
border-color: #23061C;
}
</style>