Shades of Blackcurrant #250430
Tints of Blackcurrant #250430
RGB
CMYK
RGB Variations
Color information
#250430 (or 0x250430) is known color: Blackcurrant. HEX triplet: 25, 04 and 30. RGB value is (37,4,48). Sum of RGB (Red+Green+Blue) = 37+4+48=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #250430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250430 is #DAFBCF. Grayscale: #121212. Windows color (decimal): -14351312 or 3146789. OLE color: 3146789.
HSL color Cylindrical-coordinate representation of color #250430: hue angle of 285º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250430 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 4 | 48 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.81 |
| HSL | 285º | 0.85% | 0.1% | - |
| HSV(B) | 285º | 0.92% | 0.19% | - |
| XYZ | 1.34 | 0.69 | 2.86 | - |
| YUV | 18.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 48 | 0.23 | 0.92 | 0 | 0.81 | 285 | 0.85 | 0.1 |
| Hex | 25 | 4 | 30 | 17 | 5C | 0 | 51 | 11D | 55 | A |
| Octal | 45 | 4 | 60 | 27 | 134 | 0 | 121 | 435 | 125 | 12 |
| Binary | 100101 | 100 | 110000 | 10111 | 1011100 | 0 | 1010001 | 100011101 | 1010101 | 1010 |
Color Harmonies of #250430
Complementary color
Monochromatic Colors of #250430
Black with #250430
Text Example
Text Example
White with #250430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250430; }
p { color: rgb(37,4,48); }
H1.HeaderClassName
{
color: #250430;
}
.AnyTagClassName
{
color: #250430;
}
</style>
background-color css
<style>
a { background-color: #250430; }
a { background-color: rgb(37,4,48); }
div.DivClassName
{
background-color: #250430;
}
.BgClassName
{
background-color: #250430;
}
</style>
border-color css
<style>
span { border-color: #250430; }
span { border-color: rgb(37,4,48); }
td.TdClassName
{
border-color: #250430;
}
.TagClassName
{
border-color: #250430;
}
</style>