Shades of Blackcurrant #250347
Tints of Blackcurrant #250347
RGB
CMYK
RGB Variations
Color information
#250347 (or 0x250347) is known color: Blackcurrant. HEX triplet: 25, 03 and 47. RGB value is (37,3,71). Sum of RGB (Red+Green+Blue) = 37+3+71=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #250347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250347 is #DAFCB8. Grayscale: #141414. Windows color (decimal): -14351545 or 4653861. OLE color: 4653861.
HSL color Cylindrical-coordinate representation of color #250347: hue angle of 270º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250347 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 3 | 71 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.72 |
| HSL | 270º | 0.92% | 0.15% | - |
| HSV(B) | 270º | 0.96% | 0.28% | - |
| XYZ | 1.93 | 0.91 | 6.04 | - |
| YUV | 20.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 71 | 0.48 | 0.96 | 0 | 0.72 | 270 | 0.92 | 0.15 |
| Hex | 25 | 3 | 47 | 30 | 60 | 0 | 48 | 10E | 5C | F |
| Octal | 45 | 3 | 107 | 60 | 140 | 0 | 110 | 416 | 134 | 17 |
| Binary | 100101 | 11 | 1000111 | 110000 | 1100000 | 0 | 1001000 | 100001110 | 1011100 | 1111 |
Color Harmonies of #250347
Complementary color
Monochromatic Colors of #250347
Black with #250347
Text Example
Text Example
White with #250347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250347; }
p { color: rgb(37,3,71); }
H1.HeaderClassName
{
color: #250347;
}
.AnyTagClassName
{
color: #250347;
}
</style>
background-color css
<style>
a { background-color: #250347; }
a { background-color: rgb(37,3,71); }
div.DivClassName
{
background-color: #250347;
}
.BgClassName
{
background-color: #250347;
}
</style>
border-color css
<style>
span { border-color: #250347; }
span { border-color: rgb(37,3,71); }
td.TdClassName
{
border-color: #250347;
}
.TagClassName
{
border-color: #250347;
}
</style>