Shades of Blackcurrant #250530
Tints of Blackcurrant #250530
RGB
CMYK
RGB Variations
Color information
#250530 (or 0x250530) is known color: Blackcurrant. HEX triplet: 25, 05 and 30. RGB value is (37,5,48). Sum of RGB (Red+Green+Blue) = 37+5+48=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #250530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250530 is #DAFACF. Grayscale: #131313. Windows color (decimal): -14351056 or 3147045. OLE color: 3147045.
HSL color Cylindrical-coordinate representation of color #250530: hue angle of 284.65º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250530 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 5 | 48 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.81 |
| HSL | 284.65º | 0.81% | 0.1% | - |
| HSV(B) | 284.65º | 0.9% | 0.19% | - |
| XYZ | 1.35 | 0.72 | 2.86 | - |
| YUV | 19.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 48 | 0.23 | 0.90 | 0 | 0.81 | 284.65 | 0.81 | 0.1 |
| Hex | 25 | 5 | 30 | 17 | 5A | 0 | 51 | 11D | 51 | A |
| Octal | 45 | 5 | 60 | 27 | 132 | 0 | 121 | 435 | 121 | 12 |
| Binary | 100101 | 101 | 110000 | 10111 | 1011010 | 0 | 1010001 | 100011101 | 1010001 | 1010 |
Color Harmonies of #250530
Complementary color
Monochromatic Colors of #250530
Black with #250530
Text Example
Text Example
White with #250530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250530; }
p { color: rgb(37,5,48); }
H1.HeaderClassName
{
color: #250530;
}
.AnyTagClassName
{
color: #250530;
}
</style>
background-color css
<style>
a { background-color: #250530; }
a { background-color: rgb(37,5,48); }
div.DivClassName
{
background-color: #250530;
}
.BgClassName
{
background-color: #250530;
}
</style>
border-color css
<style>
span { border-color: #250530; }
span { border-color: rgb(37,5,48); }
td.TdClassName
{
border-color: #250530;
}
.TagClassName
{
border-color: #250530;
}
</style>