Shades of Blackcurrant #250137
Tints of Blackcurrant #250137
RGB
CMYK
RGB Variations
Color information
#250137 (or 0x250137) is known color: Blackcurrant. HEX triplet: 25, 01 and 37. RGB value is (37,1,55). Sum of RGB (Red+Green+Blue) = 37+1+55=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #250137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250137 is #DAFEC8. Grayscale: #111111. Windows color (decimal): -14352073 or 3604773. OLE color: 3604773.
HSL color Cylindrical-coordinate representation of color #250137: hue angle of 280º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #250137 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 1 | 55 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.78 |
| HSL | 280º | 0.96% | 0.11% | - |
| HSV(B) | 280º | 0.98% | 0.22% | - |
| XYZ | 1.46 | 0.69 | 3.67 | - |
| YUV | 17.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 55 | 0.33 | 0.98 | 0 | 0.78 | 280 | 0.96 | 0.11 |
| Hex | 25 | 1 | 37 | 21 | 62 | 0 | 4E | 118 | 60 | B |
| Octal | 45 | 1 | 67 | 41 | 142 | 0 | 116 | 430 | 140 | 13 |
| Binary | 100101 | 1 | 110111 | 100001 | 1100010 | 0 | 1001110 | 100011000 | 1100000 | 1011 |
Color Harmonies of #250137
Complementary color
Monochromatic Colors of #250137
Black with #250137
Text Example
Text Example
White with #250137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250137; }
p { color: rgb(37,1,55); }
H1.HeaderClassName
{
color: #250137;
}
.AnyTagClassName
{
color: #250137;
}
</style>
background-color css
<style>
a { background-color: #250137; }
a { background-color: rgb(37,1,55); }
div.DivClassName
{
background-color: #250137;
}
.BgClassName
{
background-color: #250137;
}
</style>
border-color css
<style>
span { border-color: #250137; }
span { border-color: rgb(37,1,55); }
td.TdClassName
{
border-color: #250137;
}
.TagClassName
{
border-color: #250137;
}
</style>