Shades of Blackcurrant #250037
Tints of Blackcurrant #250037
RGB
CMYK
RGB Variations
Color information
#250037 (or 0x250037) is known color: Blackcurrant. HEX triplet: 25, 00 and 37. RGB value is (37,0,55). Sum of RGB (Red+Green+Blue) = 37+0+55=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 55 (21.88% from 255 or 59.78% from 92); Max value from RGB is 55 - color contains mainly: blue. Hex color #250037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250037 is #DAFFC8. Grayscale: #111111. Windows color (decimal): -14352329 or 3604517. OLE color: 3604517.
HSL color Cylindrical-coordinate representation of color #250037: hue angle of 280.36º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250037 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 0 | 55 | - |
| CMYK | 0.33 | 1 | 0 | 0.78 |
| HSL | 280.36º | 1% | 0.11% | - |
| HSV(B) | 280.36º | 1% | 0.22% | - |
| XYZ | 1.45 | 0.67 | 3.67 | - |
| YUV | 17.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 55 | 0.33 | 1 | 0 | 0.78 | 280.36 | 1 | 0.11 |
| Hex | 25 | 0 | 37 | 21 | 64 | 0 | 4E | 118 | 64 | B |
| Octal | 45 | 0 | 67 | 41 | 144 | 0 | 116 | 430 | 144 | 13 |
| Binary | 100101 | 0 | 110111 | 100001 | 1100100 | 0 | 1001110 | 100011000 | 1100100 | 1011 |
Color Harmonies of #250037
Complementary color
Monochromatic Colors of #250037
Black with #250037
Text Example
Text Example
White with #250037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250037; }
p { color: rgb(37,0,55); }
H1.HeaderClassName
{
color: #250037;
}
.AnyTagClassName
{
color: #250037;
}
</style>
background-color css
<style>
a { background-color: #250037; }
a { background-color: rgb(37,0,55); }
div.DivClassName
{
background-color: #250037;
}
.BgClassName
{
background-color: #250037;
}
</style>
border-color css
<style>
span { border-color: #250037; }
span { border-color: rgb(37,0,55); }
td.TdClassName
{
border-color: #250037;
}
.TagClassName
{
border-color: #250037;
}
</style>