Shades of Melanzane #250D1D
Tints of Melanzane #250D1D
RGB
CMYK
RGB Variations
Color information
#250D1D (or 0x250D1D) is known color: Melanzane. HEX triplet: 25, 0D and 1D. RGB value is (37,13,29). Sum of RGB (Red+Green+Blue) = 37+13+29=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #250D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D1D is #DAF2E2. Grayscale: #151515. Windows color (decimal): -14349027 or 1903909. OLE color: 1903909.
HSL color Cylindrical-coordinate representation of color #250D1D: hue angle of 320º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250D1D is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 13 | 29 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.85 |
| HSL | 320º | 0.48% | 0.1% | - |
| HSV(B) | 320º | 0.65% | 0.15% | - |
| XYZ | 1.13 | 0.77 | 1.25 | - |
| YUV | 22 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 29 | 0 | 0.65 | 0.22 | 0.85 | 320 | 0.48 | 0.1 |
| Hex | 25 | D | 1D | 0 | 41 | 16 | 55 | 140 | 30 | A |
| Octal | 45 | 15 | 35 | 0 | 101 | 26 | 125 | 500 | 60 | 12 |
| Binary | 100101 | 1101 | 11101 | 0 | 1000001 | 10110 | 1010101 | 101000000 | 110000 | 1010 |
Color Harmonies of #250D1D
Complementary color
Monochromatic Colors of #250D1D
Black with #250D1D
Text Example
Text Example
White with #250D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D1D; }
p { color: rgb(37,13,29); }
H1.HeaderClassName
{
color: #250D1D;
}
.AnyTagClassName
{
color: #250D1D;
}
</style>
background-color css
<style>
a { background-color: #250D1D; }
a { background-color: rgb(37,13,29); }
div.DivClassName
{
background-color: #250D1D;
}
.BgClassName
{
background-color: #250D1D;
}
</style>
border-color css
<style>
span { border-color: #250D1D; }
span { border-color: rgb(37,13,29); }
td.TdClassName
{
border-color: #250D1D;
}
.TagClassName
{
border-color: #250D1D;
}
</style>