Shades of Blackcurrant #250337
Tints of Blackcurrant #250337
RGB
CMYK
RGB Variations
Color information
#250337 (or 0x250337) is known color: Blackcurrant. HEX triplet: 25, 03 and 37. RGB value is (37,3,55). Sum of RGB (Red+Green+Blue) = 37+3+55=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #250337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250337 is #DAFCC8. Grayscale: #121212. Windows color (decimal): -14351561 or 3605285. OLE color: 3605285.
HSL color Cylindrical-coordinate representation of color #250337: hue angle of 279.23º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250337 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 3 | 55 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.78 |
| HSL | 279.23º | 0.9% | 0.11% | - |
| HSV(B) | 279.23º | 0.95% | 0.22% | - |
| XYZ | 1.49 | 0.73 | 3.68 | - |
| YUV | 19.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 55 | 0.33 | 0.95 | 0 | 0.78 | 279.23 | 0.9 | 0.11 |
| Hex | 25 | 3 | 37 | 21 | 5F | 0 | 4E | 117 | 5A | B |
| Octal | 45 | 3 | 67 | 41 | 137 | 0 | 116 | 427 | 132 | 13 |
| Binary | 100101 | 11 | 110111 | 100001 | 1011111 | 0 | 1001110 | 100010111 | 1011010 | 1011 |
Color Harmonies of #250337
Complementary color
Monochromatic Colors of #250337
Black with #250337
Text Example
Text Example
White with #250337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250337; }
p { color: rgb(37,3,55); }
H1.HeaderClassName
{
color: #250337;
}
.AnyTagClassName
{
color: #250337;
}
</style>
background-color css
<style>
a { background-color: #250337; }
a { background-color: rgb(37,3,55); }
div.DivClassName
{
background-color: #250337;
}
.BgClassName
{
background-color: #250337;
}
</style>
border-color css
<style>
span { border-color: #250337; }
span { border-color: rgb(37,3,55); }
td.TdClassName
{
border-color: #250337;
}
.TagClassName
{
border-color: #250337;
}
</style>