Shades of Blackcurrant #250040
Tints of Blackcurrant #250040
RGB
CMYK
RGB Variations
Color information
#250040 (or 0x250040) is known color: Blackcurrant. HEX triplet: 25, 00 and 40. RGB value is (37,0,64). Sum of RGB (Red+Green+Blue) = 37+0+64=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #250040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250040 is #DAFFBF. Grayscale: #121212. Windows color (decimal): -14352320 or 4194341. OLE color: 4194341.
HSL color Cylindrical-coordinate representation of color #250040: hue angle of 274.69º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250040 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 0 | 64 | - |
| CMYK | 0.42 | 1 | 0 | 0.75 |
| HSL | 274.69º | 1% | 0.13% | - |
| HSV(B) | 274.69º | 1% | 0.25% | - |
| XYZ | 1.69 | 0.76 | 4.91 | - |
| YUV | 18.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 64 | 0.42 | 1 | 0 | 0.75 | 274.69 | 1 | 0.13 |
| Hex | 25 | 0 | 40 | 2A | 64 | 0 | 4B | 113 | 64 | D |
| Octal | 45 | 0 | 100 | 52 | 144 | 0 | 113 | 423 | 144 | 15 |
| Binary | 100101 | 0 | 1000000 | 101010 | 1100100 | 0 | 1001011 | 100010011 | 1100100 | 1101 |
Color Harmonies of #250040
Complementary color
Monochromatic Colors of #250040
Black with #250040
Text Example
Text Example
White with #250040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250040; }
p { color: rgb(37,0,64); }
H1.HeaderClassName
{
color: #250040;
}
.AnyTagClassName
{
color: #250040;
}
</style>
background-color css
<style>
a { background-color: #250040; }
a { background-color: rgb(37,0,64); }
div.DivClassName
{
background-color: #250040;
}
.BgClassName
{
background-color: #250040;
}
</style>
border-color css
<style>
span { border-color: #250040; }
span { border-color: rgb(37,0,64); }
td.TdClassName
{
border-color: #250040;
}
.TagClassName
{
border-color: #250040;
}
</style>