Shades of Melanzane #260C21
Tints of Melanzane #260C21
RGB
CMYK
RGB Variations
Color information
#260C21 (or 0x260C21) is known color: Melanzane. HEX triplet: 26, 0C and 21. RGB value is (38,12,33). Sum of RGB (Red+Green+Blue) = 38+12+33=83 (10% of max value = 765). Red value is 38 (15.23% from 255 or 45.78% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 38 - color contains mainly: red. Hex color #260C21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C21 is #D9F3DE. Grayscale: #161616. Windows color (decimal): -14283743 or 2165798. OLE color: 2165798.
HSL color Cylindrical-coordinate representation of color #260C21: hue angle of 311.54º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #260C21 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 12 | 33 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.85 |
| HSL | 311.54º | 0.52% | 0.1% | - |
| HSV(B) | 311.54º | 0.68% | 0.15% | - |
| XYZ | 1.21 | 0.78 | 1.53 | - |
| YUV | 22.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 33 | 0 | 0.68 | 0.13 | 0.85 | 311.54 | 0.52 | 0.1 |
| Hex | 26 | C | 21 | 0 | 44 | D | 55 | 138 | 34 | A |
| Octal | 46 | 14 | 41 | 0 | 104 | 15 | 125 | 470 | 64 | 12 |
| Binary | 100110 | 1100 | 100001 | 0 | 1000100 | 1101 | 1010101 | 100111000 | 110100 | 1010 |
Color Harmonies of #260C21
Complementary color
Monochromatic Colors of #260C21
Black with #260C21
Text Example
Text Example
White with #260C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C21; }
p { color: rgb(38,12,33); }
H1.HeaderClassName
{
color: #260C21;
}
.AnyTagClassName
{
color: #260C21;
}
</style>
background-color css
<style>
a { background-color: #260C21; }
a { background-color: rgb(38,12,33); }
div.DivClassName
{
background-color: #260C21;
}
.BgClassName
{
background-color: #260C21;
}
</style>
border-color css
<style>
span { border-color: #260C21; }
span { border-color: rgb(38,12,33); }
td.TdClassName
{
border-color: #260C21;
}
.TagClassName
{
border-color: #260C21;
}
</style>