Shades of Blackcurrant #250039
Tints of Blackcurrant #250039
RGB
CMYK
RGB Variations
Color information
#250039 (or 0x250039) is known color: Blackcurrant. HEX triplet: 25, 00 and 39. RGB value is (37,0,57). Sum of RGB (Red+Green+Blue) = 37+0+57=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #250039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250039 is #DAFFC6. Grayscale: #111111. Windows color (decimal): -14352327 or 3735589. OLE color: 3735589.
HSL color Cylindrical-coordinate representation of color #250039: hue angle of 278.95º 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 #250039 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 0 | 57 | - |
| CMYK | 0.35 | 1 | 0 | 0.78 |
| HSL | 278.95º | 1% | 0.11% | - |
| HSV(B) | 278.95º | 1% | 0.22% | - |
| XYZ | 1.5 | 0.69 | 3.92 | - |
| YUV | 17.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 57 | 0.35 | 1 | 0 | 0.78 | 278.95 | 1 | 0.11 |
| Hex | 25 | 0 | 39 | 23 | 64 | 0 | 4E | 117 | 64 | B |
| Octal | 45 | 0 | 71 | 43 | 144 | 0 | 116 | 427 | 144 | 13 |
| Binary | 100101 | 0 | 111001 | 100011 | 1100100 | 0 | 1001110 | 100010111 | 1100100 | 1011 |
Color Harmonies of #250039
Complementary color
Monochromatic Colors of #250039
Black with #250039
Text Example
Text Example
White with #250039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250039; }
p { color: rgb(37,0,57); }
H1.HeaderClassName
{
color: #250039;
}
.AnyTagClassName
{
color: #250039;
}
</style>
background-color css
<style>
a { background-color: #250039; }
a { background-color: rgb(37,0,57); }
div.DivClassName
{
background-color: #250039;
}
.BgClassName
{
background-color: #250039;
}
</style>
border-color css
<style>
span { border-color: #250039; }
span { border-color: rgb(37,0,57); }
td.TdClassName
{
border-color: #250039;
}
.TagClassName
{
border-color: #250039;
}
</style>