Shades of Melanzane #230D1B
Tints of Melanzane #230D1B
RGB
CMYK
RGB Variations
Color information
#230D1B (or 0x230D1B) is known color: Melanzane. HEX triplet: 23, 0D and 1B. RGB value is (35,13,27). Sum of RGB (Red+Green+Blue) = 35+13+27=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #230D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230D1B is #DCF2E4. Grayscale: #151515. Windows color (decimal): -14480101 or 1772835. OLE color: 1772835.
HSL color Cylindrical-coordinate representation of color #230D1B: hue angle of 321.82º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #230D1B is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 13 | 27 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.86 |
| HSL | 321.82º | 0.46% | 0.09% | - |
| HSV(B) | 321.82º | 0.63% | 0.14% | - |
| XYZ | 1.03 | 0.72 | 1.12 | - |
| YUV | 21.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 27 | 0 | 0.63 | 0.23 | 0.86 | 321.82 | 0.46 | 0.09 |
| Hex | 23 | D | 1B | 0 | 3F | 17 | 56 | 142 | 2E | 9 |
| Octal | 43 | 15 | 33 | 0 | 77 | 27 | 126 | 502 | 56 | 11 |
| Binary | 100011 | 1101 | 11011 | 0 | 111111 | 10111 | 1010110 | 101000010 | 101110 | 1001 |
Color Harmonies of #230D1B
Complementary color
Monochromatic Colors of #230D1B
Black with #230D1B
Text Example
Text Example
White with #230D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230D1B; }
p { color: rgb(35,13,27); }
H1.HeaderClassName
{
color: #230D1B;
}
.AnyTagClassName
{
color: #230D1B;
}
</style>
background-color css
<style>
a { background-color: #230D1B; }
a { background-color: rgb(35,13,27); }
div.DivClassName
{
background-color: #230D1B;
}
.BgClassName
{
background-color: #230D1B;
}
</style>
border-color css
<style>
span { border-color: #230D1B; }
span { border-color: rgb(35,13,27); }
td.TdClassName
{
border-color: #230D1B;
}
.TagClassName
{
border-color: #230D1B;
}
</style>