Shades of Blackcurrant #250350
Tints of Blackcurrant #250350
RGB
CMYK
RGB Variations
Color information
#250350 (or 0x250350) is known color: Blackcurrant. HEX triplet: 25, 03 and 50. RGB value is (37,3,80). Sum of RGB (Red+Green+Blue) = 37+3+80=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #250350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250350 is #DAFCAF. Grayscale: #151515. Windows color (decimal): -14351536 or 5243685. OLE color: 5243685.
HSL color Cylindrical-coordinate representation of color #250350: hue angle of 266.49º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250350 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 3 | 80 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.69 |
| HSL | 266.49º | 0.93% | 0.16% | - |
| HSV(B) | 266.49º | 0.96% | 0.31% | - |
| XYZ | 2.24 | 1.04 | 7.67 | - |
| YUV | 21.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 80 | 0.54 | 0.96 | 0 | 0.69 | 266.49 | 0.93 | 0.16 |
| Hex | 25 | 3 | 50 | 36 | 60 | 0 | 45 | 10A | 5D | 10 |
| Octal | 45 | 3 | 120 | 66 | 140 | 0 | 105 | 412 | 135 | 20 |
| Binary | 100101 | 11 | 1010000 | 110110 | 1100000 | 0 | 1000101 | 100001010 | 1011101 | 10000 |
Color Harmonies of #250350
Complementary color
Monochromatic Colors of #250350
Black with #250350
Text Example
Text Example
White with #250350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250350; }
p { color: rgb(37,3,80); }
H1.HeaderClassName
{
color: #250350;
}
.AnyTagClassName
{
color: #250350;
}
</style>
background-color css
<style>
a { background-color: #250350; }
a { background-color: rgb(37,3,80); }
div.DivClassName
{
background-color: #250350;
}
.BgClassName
{
background-color: #250350;
}
</style>
border-color css
<style>
span { border-color: #250350; }
span { border-color: rgb(37,3,80); }
td.TdClassName
{
border-color: #250350;
}
.TagClassName
{
border-color: #250350;
}
</style>