Shades of Blackcurrant #250032
Tints of Blackcurrant #250032
RGB
CMYK
RGB Variations
Color information
#250032 (or 0x250032) is known color: Blackcurrant. HEX triplet: 25, 00 and 32. RGB value is (37,0,50). Sum of RGB (Red+Green+Blue) = 37+0+50=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 50 (19.92% from 255 or 57.47% from 87); Max value from RGB is 50 - color contains mainly: blue. Hex color #250032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250032 is #DAFFCD. Grayscale: #101010. Windows color (decimal): -14352334 or 3276837. OLE color: 3276837.
HSL color Cylindrical-coordinate representation of color #250032: hue angle of 284.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250032 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 0 | 50 | - |
| CMYK | 0.26 | 1 | 0 | 0.80 |
| HSL | 284.4º | 1% | 0.1% | - |
| HSV(B) | 284.4º | 1% | 0.2% | - |
| XYZ | 1.34 | 0.62 | 3.07 | - |
| YUV | 16.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 50 | 0.26 | 1 | 0 | 0.80 | 284.4 | 1 | 0.1 |
| Hex | 25 | 0 | 32 | 1A | 64 | 0 | 50 | 11C | 64 | A |
| Octal | 45 | 0 | 62 | 32 | 144 | 0 | 120 | 434 | 144 | 12 |
| Binary | 100101 | 0 | 110010 | 11010 | 1100100 | 0 | 1010000 | 100011100 | 1100100 | 1010 |
Color Harmonies of #250032
Complementary color
Monochromatic Colors of #250032
Black with #250032
Text Example
Text Example
White with #250032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250032; }
p { color: rgb(37,0,50); }
H1.HeaderClassName
{
color: #250032;
}
.AnyTagClassName
{
color: #250032;
}
</style>
background-color css
<style>
a { background-color: #250032; }
a { background-color: rgb(37,0,50); }
div.DivClassName
{
background-color: #250032;
}
.BgClassName
{
background-color: #250032;
}
</style>
border-color css
<style>
span { border-color: #250032; }
span { border-color: rgb(37,0,50); }
td.TdClassName
{
border-color: #250032;
}
.TagClassName
{
border-color: #250032;
}
</style>