Shades of Blackcurrant #250046
Tints of Blackcurrant #250046
RGB
CMYK
RGB Variations
Color information
#250046 (or 0x250046) is known color: Blackcurrant. HEX triplet: 25, 00 and 46. RGB value is (37,0,70). Sum of RGB (Red+Green+Blue) = 37+0+70=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #250046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250046 is #DAFFB9. Grayscale: #121212. Windows color (decimal): -14352314 or 4587557. OLE color: 4587557.
HSL color Cylindrical-coordinate representation of color #250046: hue angle of 271.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250046 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 0 | 70 | - |
| CMYK | 0.47 | 1 | 0 | 0.73 |
| HSL | 271.71º | 1% | 0.14% | - |
| HSV(B) | 271.71º | 1% | 0.27% | - |
| XYZ | 1.87 | 0.84 | 5.86 | - |
| YUV | 19.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 70 | 0.47 | 1 | 0 | 0.73 | 271.71 | 1 | 0.14 |
| Hex | 25 | 0 | 46 | 2F | 64 | 0 | 49 | 110 | 64 | E |
| Octal | 45 | 0 | 106 | 57 | 144 | 0 | 111 | 420 | 144 | 16 |
| Binary | 100101 | 0 | 1000110 | 101111 | 1100100 | 0 | 1001001 | 100010000 | 1100100 | 1110 |
Color Harmonies of #250046
Complementary color
Monochromatic Colors of #250046
Black with #250046
Text Example
Text Example
White with #250046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250046; }
p { color: rgb(37,0,70); }
H1.HeaderClassName
{
color: #250046;
}
.AnyTagClassName
{
color: #250046;
}
</style>
background-color css
<style>
a { background-color: #250046; }
a { background-color: rgb(37,0,70); }
div.DivClassName
{
background-color: #250046;
}
.BgClassName
{
background-color: #250046;
}
</style>
border-color css
<style>
span { border-color: #250046; }
span { border-color: rgb(37,0,70); }
td.TdClassName
{
border-color: #250046;
}
.TagClassName
{
border-color: #250046;
}
</style>