Shades of Blackcurrant #250048
Tints of Blackcurrant #250048
RGB
CMYK
RGB Variations
Color information
#250048 (or 0x250048) is known color: Blackcurrant. HEX triplet: 25, 00 and 48. RGB value is (37,0,72). Sum of RGB (Red+Green+Blue) = 37+0+72=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #250048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250048 is #DAFFB7. Grayscale: #131313. Windows color (decimal): -14352312 or 4718629. OLE color: 4718629.
HSL color Cylindrical-coordinate representation of color #250048: hue angle of 270.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250048 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 0 | 72 | - |
| CMYK | 0.49 | 1 | 0 | 0.72 |
| HSL | 270.83º | 1% | 0.14% | - |
| HSV(B) | 270.83º | 1% | 0.28% | - |
| XYZ | 1.93 | 0.86 | 6.2 | - |
| YUV | 19.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 72 | 0.49 | 1 | 0 | 0.72 | 270.83 | 1 | 0.14 |
| Hex | 25 | 0 | 48 | 31 | 64 | 0 | 48 | 10F | 64 | E |
| Octal | 45 | 0 | 110 | 61 | 144 | 0 | 110 | 417 | 144 | 16 |
| Binary | 100101 | 0 | 1001000 | 110001 | 1100100 | 0 | 1001000 | 100001111 | 1100100 | 1110 |
Color Harmonies of #250048
Complementary color
Monochromatic Colors of #250048
Black with #250048
Text Example
Text Example
White with #250048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250048; }
p { color: rgb(37,0,72); }
H1.HeaderClassName
{
color: #250048;
}
.AnyTagClassName
{
color: #250048;
}
</style>
background-color css
<style>
a { background-color: #250048; }
a { background-color: rgb(37,0,72); }
div.DivClassName
{
background-color: #250048;
}
.BgClassName
{
background-color: #250048;
}
</style>
border-color css
<style>
span { border-color: #250048; }
span { border-color: rgb(37,0,72); }
td.TdClassName
{
border-color: #250048;
}
.TagClassName
{
border-color: #250048;
}
</style>