Shades of Melanzane #260A1F
Tints of Melanzane #260A1F
RGB
CMYK
RGB Variations
Color information
#260A1F (or 0x260A1F) is known color: Melanzane. HEX triplet: 26, 0A and 1F. RGB value is (38,10,31). Sum of RGB (Red+Green+Blue) = 38+10+31=79 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.10% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 38 - color contains mainly: red. Hex color #260A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260A1F is #D9F5E0. Grayscale: #141414. Windows color (decimal): -14284257 or 2034214. OLE color: 2034214.
HSL color Cylindrical-coordinate representation of color #260A1F: hue angle of 315º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #260A1F is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 10 | 31 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.85 |
| HSL | 315º | 0.58% | 0.09% | - |
| HSV(B) | 315º | 0.74% | 0.15% | - |
| XYZ | 1.16 | 0.73 | 1.38 | - |
| YUV | 20.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 31 | 0 | 0.74 | 0.18 | 0.85 | 315 | 0.58 | 0.09 |
| Hex | 26 | A | 1F | 0 | 4A | 12 | 55 | 13B | 3A | 9 |
| Octal | 46 | 12 | 37 | 0 | 112 | 22 | 125 | 473 | 72 | 11 |
| Binary | 100110 | 1010 | 11111 | 0 | 1001010 | 10010 | 1010101 | 100111011 | 111010 | 1001 |
Color Harmonies of #260A1F
Complementary color
Monochromatic Colors of #260A1F
Black with #260A1F
Text Example
Text Example
White with #260A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A1F; }
p { color: rgb(38,10,31); }
H1.HeaderClassName
{
color: #260A1F;
}
.AnyTagClassName
{
color: #260A1F;
}
</style>
background-color css
<style>
a { background-color: #260A1F; }
a { background-color: rgb(38,10,31); }
div.DivClassName
{
background-color: #260A1F;
}
.BgClassName
{
background-color: #260A1F;
}
</style>
border-color css
<style>
span { border-color: #260A1F; }
span { border-color: rgb(38,10,31); }
td.TdClassName
{
border-color: #260A1F;
}
.TagClassName
{
border-color: #260A1F;
}
</style>