Shades of Blackcurrant #250148
Tints of Blackcurrant #250148
RGB
CMYK
RGB Variations
Color information
#250148 (or 0x250148) is known color: Blackcurrant. HEX triplet: 25, 01 and 48. RGB value is (37,1,72). Sum of RGB (Red+Green+Blue) = 37+1+72=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #250148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250148 is #DAFEB7. Grayscale: #131313. Windows color (decimal): -14352056 or 4718885. OLE color: 4718885.
HSL color Cylindrical-coordinate representation of color #250148: hue angle of 270.42º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250148 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 1 | 72 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.72 |
| HSL | 270.42º | 0.97% | 0.14% | - |
| HSV(B) | 270.42º | 0.99% | 0.28% | - |
| XYZ | 1.94 | 0.88 | 6.2 | - |
| YUV | 19.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 72 | 0.49 | 0.99 | 0 | 0.72 | 270.42 | 0.97 | 0.14 |
| Hex | 25 | 1 | 48 | 31 | 63 | 0 | 48 | 10E | 61 | E |
| Octal | 45 | 1 | 110 | 61 | 143 | 0 | 110 | 416 | 141 | 16 |
| Binary | 100101 | 1 | 1001000 | 110001 | 1100011 | 0 | 1001000 | 100001110 | 1100001 | 1110 |
Color Harmonies of #250148
Complementary color
Monochromatic Colors of #250148
Black with #250148
Text Example
Text Example
White with #250148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250148; }
p { color: rgb(37,1,72); }
H1.HeaderClassName
{
color: #250148;
}
.AnyTagClassName
{
color: #250148;
}
</style>
background-color css
<style>
a { background-color: #250148; }
a { background-color: rgb(37,1,72); }
div.DivClassName
{
background-color: #250148;
}
.BgClassName
{
background-color: #250148;
}
</style>
border-color css
<style>
span { border-color: #250148; }
span { border-color: rgb(37,1,72); }
td.TdClassName
{
border-color: #250148;
}
.TagClassName
{
border-color: #250148;
}
</style>