Shades of Blackcurrant #250139
Tints of Blackcurrant #250139
RGB
CMYK
RGB Variations
Color information
#250139 (or 0x250139) is known color: Blackcurrant. HEX triplet: 25, 01 and 39. RGB value is (37,1,57). Sum of RGB (Red+Green+Blue) = 37+1+57=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #250139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250139 is #DAFEC6. Grayscale: #111111. Windows color (decimal): -14352071 or 3735845. OLE color: 3735845.
HSL color Cylindrical-coordinate representation of color #250139: hue angle of 278.57º degrees, saturation: 0.97, 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 #250139 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 1 | 57 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.78 |
| HSL | 278.57º | 0.97% | 0.11% | - |
| HSV(B) | 278.57º | 0.98% | 0.22% | - |
| XYZ | 1.51 | 0.71 | 3.93 | - |
| YUV | 18.15 | 149.93 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 57 | 0.35 | 0.98 | 0 | 0.78 | 278.57 | 0.97 | 0.11 |
| Hex | 25 | 1 | 39 | 23 | 62 | 0 | 4E | 117 | 61 | B |
| Octal | 45 | 1 | 71 | 43 | 142 | 0 | 116 | 427 | 141 | 13 |
| Binary | 100101 | 1 | 111001 | 100011 | 1100010 | 0 | 1001110 | 100010111 | 1100001 | 1011 |
Color Harmonies of #250139
Complementary color
Monochromatic Colors of #250139
Black with #250139
Text Example
Text Example
White with #250139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250139; }
p { color: rgb(37,1,57); }
H1.HeaderClassName
{
color: #250139;
}
.AnyTagClassName
{
color: #250139;
}
</style>
background-color css
<style>
a { background-color: #250139; }
a { background-color: rgb(37,1,57); }
div.DivClassName
{
background-color: #250139;
}
.BgClassName
{
background-color: #250139;
}
</style>
border-color css
<style>
span { border-color: #250139; }
span { border-color: rgb(37,1,57); }
td.TdClassName
{
border-color: #250139;
}
.TagClassName
{
border-color: #250139;
}
</style>