Shades of Blackcurrant #250151
Tints of Blackcurrant #250151
RGB
CMYK
RGB Variations
Color information
#250151 (or 0x250151) is known color: Blackcurrant. HEX triplet: 25, 01 and 51. RGB value is (37,1,81). Sum of RGB (Red+Green+Blue) = 37+1+81=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 81 (32.03% from 255 or 68.07% from 119); Max value from RGB is 81 - color contains mainly: blue. Hex color #250151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250151 is #DAFEAE. Grayscale: #141414. Windows color (decimal): -14352047 or 5308709. OLE color: 5308709.
HSL color Cylindrical-coordinate representation of color #250151: hue angle of 267º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250151 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 1 | 81 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.68 |
| HSL | 267º | 0.98% | 0.16% | - |
| HSV(B) | 267º | 0.99% | 0.32% | - |
| XYZ | 2.26 | 1.01 | 7.86 | - |
| YUV | 20.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 81 | 0.54 | 0.99 | 0 | 0.68 | 267 | 0.98 | 0.16 |
| Hex | 25 | 1 | 51 | 36 | 63 | 0 | 44 | 10B | 62 | 10 |
| Octal | 45 | 1 | 121 | 66 | 143 | 0 | 104 | 413 | 142 | 20 |
| Binary | 100101 | 1 | 1010001 | 110110 | 1100011 | 0 | 1000100 | 100001011 | 1100010 | 10000 |
Color Harmonies of #250151
Complementary color
Monochromatic Colors of #250151
Black with #250151
Text Example
Text Example
White with #250151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250151; }
p { color: rgb(37,1,81); }
H1.HeaderClassName
{
color: #250151;
}
.AnyTagClassName
{
color: #250151;
}
</style>
background-color css
<style>
a { background-color: #250151; }
a { background-color: rgb(37,1,81); }
div.DivClassName
{
background-color: #250151;
}
.BgClassName
{
background-color: #250151;
}
</style>
border-color css
<style>
span { border-color: #250151; }
span { border-color: rgb(37,1,81); }
td.TdClassName
{
border-color: #250151;
}
.TagClassName
{
border-color: #250151;
}
</style>