Shades of Melanzane #2B0923
Tints of Melanzane #2B0923
RGB
CMYK
RGB Variations
Color information
#2B0923 (or 0x2B0923) is known color: Melanzane. HEX triplet: 2B, 09 and 23. RGB value is (43,9,35). Sum of RGB (Red+Green+Blue) = 43+9+35=87 (11% of max value = 765). Red value is 43 (17.19% from 255 or 49.43% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0923 is #D4F6DC. Grayscale: #161616. Windows color (decimal): -13956829 or 2296107. OLE color: 2296107.
HSL color Cylindrical-coordinate representation of color #2B0923: hue angle of 314.12º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B0923 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 9 | 35 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.83 |
| HSL | 314.12º | 0.65% | 0.1% | - |
| HSV(B) | 314.12º | 0.79% | 0.17% | - |
| XYZ | 1.4 | 0.83 | 1.68 | - |
| YUV | 22.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 35 | 0 | 0.79 | 0.19 | 0.83 | 314.12 | 0.65 | 0.1 |
| Hex | 2B | 9 | 23 | 0 | 4F | 13 | 53 | 13A | 41 | A |
| Octal | 53 | 11 | 43 | 0 | 117 | 23 | 123 | 472 | 101 | 12 |
| Binary | 101011 | 1001 | 100011 | 0 | 1001111 | 10011 | 1010011 | 100111010 | 1000001 | 1010 |
Color Harmonies of #2B0923
Complementary color
Monochromatic Colors of #2B0923
Black with #2B0923
Text Example
Text Example
White with #2B0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0923; }
p { color: rgb(43,9,35); }
H1.HeaderClassName
{
color: #2B0923;
}
.AnyTagClassName
{
color: #2B0923;
}
</style>
background-color css
<style>
a { background-color: #2B0923; }
a { background-color: rgb(43,9,35); }
div.DivClassName
{
background-color: #2B0923;
}
.BgClassName
{
background-color: #2B0923;
}
</style>
border-color css
<style>
span { border-color: #2B0923; }
span { border-color: rgb(43,9,35); }
td.TdClassName
{
border-color: #2B0923;
}
.TagClassName
{
border-color: #2B0923;
}
</style>