Shades of Melanzane #25121F
Tints of Melanzane #25121F
RGB
CMYK
RGB Variations
Color information
#25121F (or 0x25121F) is known color: Melanzane. HEX triplet: 25, 12 and 1F. RGB value is (37,18,31). Sum of RGB (Red+Green+Blue) = 37+18+31=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #25121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25121F is #DAEDE0. Grayscale: #191919. Windows color (decimal): -14347745 or 2036261. OLE color: 2036261.
HSL color Cylindrical-coordinate representation of color #25121F: hue angle of 318.95º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25121F is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 18 | 31 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.85 |
| HSL | 318.95º | 0.35% | 0.11% | - |
| HSV(B) | 318.95º | 0.51% | 0.15% | - |
| XYZ | 1.23 | 0.92 | 1.41 | - |
| YUV | 25.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 31 | 0 | 0.51 | 0.16 | 0.85 | 318.95 | 0.35 | 0.11 |
| Hex | 25 | 12 | 1F | 0 | 33 | 10 | 55 | 13F | 23 | B |
| Octal | 45 | 22 | 37 | 0 | 63 | 20 | 125 | 477 | 43 | 13 |
| Binary | 100101 | 10010 | 11111 | 0 | 110011 | 10000 | 1010101 | 100111111 | 100011 | 1011 |
Color Harmonies of #25121F
Complementary color
Monochromatic Colors of #25121F
Black with #25121F
Text Example
Text Example
White with #25121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25121F; }
p { color: rgb(37,18,31); }
H1.HeaderClassName
{
color: #25121F;
}
.AnyTagClassName
{
color: #25121F;
}
</style>
background-color css
<style>
a { background-color: #25121F; }
a { background-color: rgb(37,18,31); }
div.DivClassName
{
background-color: #25121F;
}
.BgClassName
{
background-color: #25121F;
}
</style>
border-color css
<style>
span { border-color: #25121F; }
span { border-color: rgb(37,18,31); }
td.TdClassName
{
border-color: #25121F;
}
.TagClassName
{
border-color: #25121F;
}
</style>