Shades of Blackcurrant #250B47
Tints of Blackcurrant #250B47
RGB
CMYK
RGB Variations
Color information
#250B47 (or 0x250B47) is known color: Blackcurrant. HEX triplet: 25, 0B and 47. RGB value is (37,11,71). Sum of RGB (Red+Green+Blue) = 37+11+71=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #250B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B47 is #DAF4B8. Grayscale: #191919. Windows color (decimal): -14349497 or 4655909. OLE color: 4655909.
HSL color Cylindrical-coordinate representation of color #250B47: hue angle of 266º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250B47 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 11 | 71 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.72 |
| HSL | 266º | 0.73% | 0.16% | - |
| HSV(B) | 266º | 0.85% | 0.28% | - |
| XYZ | 2.02 | 1.09 | 6.06 | - |
| YUV | 25.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 71 | 0.48 | 0.85 | 0 | 0.72 | 266 | 0.73 | 0.16 |
| Hex | 25 | B | 47 | 30 | 55 | 0 | 48 | 10A | 49 | 10 |
| Octal | 45 | 13 | 107 | 60 | 125 | 0 | 110 | 412 | 111 | 20 |
| Binary | 100101 | 1011 | 1000111 | 110000 | 1010101 | 0 | 1001000 | 100001010 | 1001001 | 10000 |
Color Harmonies of #250B47
Complementary color
Monochromatic Colors of #250B47
Black with #250B47
Text Example
Text Example
White with #250B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B47; }
p { color: rgb(37,11,71); }
H1.HeaderClassName
{
color: #250B47;
}
.AnyTagClassName
{
color: #250B47;
}
</style>
background-color css
<style>
a { background-color: #250B47; }
a { background-color: rgb(37,11,71); }
div.DivClassName
{
background-color: #250B47;
}
.BgClassName
{
background-color: #250B47;
}
</style>
border-color css
<style>
span { border-color: #250B47; }
span { border-color: rgb(37,11,71); }
td.TdClassName
{
border-color: #250B47;
}
.TagClassName
{
border-color: #250B47;
}
</style>