Shades of Blackcurrant #250431
Tints of Blackcurrant #250431
RGB
CMYK
RGB Variations
Color information
#250431 (or 0x250431) is known color: Blackcurrant. HEX triplet: 25, 04 and 31. RGB value is (37,4,49). Sum of RGB (Red+Green+Blue) = 37+4+49=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #250431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250431 is #DAFBCE. Grayscale: #121212. Windows color (decimal): -14351311 or 3212325. OLE color: 3212325.
HSL color Cylindrical-coordinate representation of color #250431: hue angle of 284º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250431 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 4 | 49 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.81 |
| HSL | 284º | 0.85% | 0.1% | - |
| HSV(B) | 284º | 0.92% | 0.19% | - |
| XYZ | 1.36 | 0.7 | 2.97 | - |
| YUV | 19 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 49 | 0.24 | 0.92 | 0 | 0.81 | 284 | 0.85 | 0.1 |
| Hex | 25 | 4 | 31 | 18 | 5C | 0 | 51 | 11C | 55 | A |
| Octal | 45 | 4 | 61 | 30 | 134 | 0 | 121 | 434 | 125 | 12 |
| Binary | 100101 | 100 | 110001 | 11000 | 1011100 | 0 | 1010001 | 100011100 | 1010101 | 1010 |
Color Harmonies of #250431
Complementary color
Monochromatic Colors of #250431
Black with #250431
Text Example
Text Example
White with #250431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250431; }
p { color: rgb(37,4,49); }
H1.HeaderClassName
{
color: #250431;
}
.AnyTagClassName
{
color: #250431;
}
</style>
background-color css
<style>
a { background-color: #250431; }
a { background-color: rgb(37,4,49); }
div.DivClassName
{
background-color: #250431;
}
.BgClassName
{
background-color: #250431;
}
</style>
border-color css
<style>
span { border-color: #250431; }
span { border-color: rgb(37,4,49); }
td.TdClassName
{
border-color: #250431;
}
.TagClassName
{
border-color: #250431;
}
</style>