Shades of Melanzane #251F23
Tints of Melanzane #251F23
RGB
CMYK
RGB Variations
Color information
#251F23 (or 0x251F23) is known color: Melanzane. HEX triplet: 25, 1F and 23. RGB value is (37,31,35). Sum of RGB (Red+Green+Blue) = 37+31+35=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 37 - color contains mainly: red. Hex color #251F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F23 is #DAE0DC. Grayscale: #212121. Windows color (decimal): -14344413 or 2301733. OLE color: 2301733.
HSL color Cylindrical-coordinate representation of color #251F23: hue angle of 320º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #251F23 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 31 | 35 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.85 |
| HSL | 320º | 0.09% | 0.13% | - |
| HSV(B) | 320º | 0.16% | 0.15% | - |
| XYZ | 1.56 | 1.49 | 1.8 | - |
| YUV | 33.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 35 | 0 | 0.16 | 0.05 | 0.85 | 320 | 0.09 | 0.13 |
| Hex | 25 | 1F | 23 | 0 | 10 | 5 | 55 | 140 | 9 | D |
| Octal | 45 | 37 | 43 | 0 | 20 | 5 | 125 | 500 | 11 | 15 |
| Binary | 100101 | 11111 | 100011 | 0 | 10000 | 101 | 1010101 | 101000000 | 1001 | 1101 |
Color Harmonies of #251F23
Complementary color
Monochromatic Colors of #251F23
Black with #251F23
Text Example
Text Example
White with #251F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F23; }
p { color: rgb(37,31,35); }
H1.HeaderClassName
{
color: #251F23;
}
.AnyTagClassName
{
color: #251F23;
}
</style>
background-color css
<style>
a { background-color: #251F23; }
a { background-color: rgb(37,31,35); }
div.DivClassName
{
background-color: #251F23;
}
.BgClassName
{
background-color: #251F23;
}
</style>
border-color css
<style>
span { border-color: #251F23; }
span { border-color: rgb(37,31,35); }
td.TdClassName
{
border-color: #251F23;
}
.TagClassName
{
border-color: #251F23;
}
</style>