Shades of Blackcurrant #250549
Tints of Blackcurrant #250549
RGB
CMYK
RGB Variations
Color information
#250549 (or 0x250549) is known color: Blackcurrant. HEX triplet: 25, 05 and 49. RGB value is (37,5,73). Sum of RGB (Red+Green+Blue) = 37+5+73=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #250549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250549 is #DAFAB6. Grayscale: #161616. Windows color (decimal): -14351031 or 4785445. OLE color: 4785445.
HSL color Cylindrical-coordinate representation of color #250549: hue angle of 268.24º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250549 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 5 | 73 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.71 |
| HSL | 268.24º | 0.87% | 0.15% | - |
| HSV(B) | 268.24º | 0.93% | 0.29% | - |
| XYZ | 2.02 | 0.98 | 6.39 | - |
| YUV | 22.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 73 | 0.49 | 0.93 | 0 | 0.71 | 268.24 | 0.87 | 0.15 |
| Hex | 25 | 5 | 49 | 31 | 5D | 0 | 47 | 10C | 57 | F |
| Octal | 45 | 5 | 111 | 61 | 135 | 0 | 107 | 414 | 127 | 17 |
| Binary | 100101 | 101 | 1001001 | 110001 | 1011101 | 0 | 1000111 | 100001100 | 1010111 | 1111 |
Color Harmonies of #250549
Complementary color
Monochromatic Colors of #250549
Black with #250549
Text Example
Text Example
White with #250549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250549; }
p { color: rgb(37,5,73); }
H1.HeaderClassName
{
color: #250549;
}
.AnyTagClassName
{
color: #250549;
}
</style>
background-color css
<style>
a { background-color: #250549; }
a { background-color: rgb(37,5,73); }
div.DivClassName
{
background-color: #250549;
}
.BgClassName
{
background-color: #250549;
}
</style>
border-color css
<style>
span { border-color: #250549; }
span { border-color: rgb(37,5,73); }
td.TdClassName
{
border-color: #250549;
}
.TagClassName
{
border-color: #250549;
}
</style>