Shades of Blackcurrant #250947
Tints of Blackcurrant #250947
RGB
CMYK
RGB Variations
Color information
#250947 (or 0x250947) is known color: Blackcurrant. HEX triplet: 25, 09 and 47. RGB value is (37,9,71). Sum of RGB (Red+Green+Blue) = 37+9+71=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #250947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250947 is #DAF6B8. Grayscale: #181818. Windows color (decimal): -14350009 or 4655397. OLE color: 4655397.
HSL color Cylindrical-coordinate representation of color #250947: hue angle of 267.1º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #250947 is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 9 | 71 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.72 |
| HSL | 267.1º | 0.78% | 0.16% | - |
| HSV(B) | 267.1º | 0.87% | 0.28% | - |
| XYZ | 2 | 1.04 | 6.06 | - |
| YUV | 24.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 71 | 0.48 | 0.87 | 0 | 0.72 | 267.1 | 0.78 | 0.16 |
| Hex | 25 | 9 | 47 | 30 | 57 | 0 | 48 | 10B | 4E | 10 |
| Octal | 45 | 11 | 107 | 60 | 127 | 0 | 110 | 413 | 116 | 20 |
| Binary | 100101 | 1001 | 1000111 | 110000 | 1010111 | 0 | 1001000 | 100001011 | 1001110 | 10000 |
Color Harmonies of #250947
Complementary color
Monochromatic Colors of #250947
Black with #250947
Text Example
Text Example
White with #250947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250947; }
p { color: rgb(37,9,71); }
H1.HeaderClassName
{
color: #250947;
}
.AnyTagClassName
{
color: #250947;
}
</style>
background-color css
<style>
a { background-color: #250947; }
a { background-color: rgb(37,9,71); }
div.DivClassName
{
background-color: #250947;
}
.BgClassName
{
background-color: #250947;
}
</style>
border-color css
<style>
span { border-color: #250947; }
span { border-color: rgb(37,9,71); }
td.TdClassName
{
border-color: #250947;
}
.TagClassName
{
border-color: #250947;
}
</style>