Shades of Blackcurrant #250349
Tints of Blackcurrant #250349
RGB
CMYK
RGB Variations
Color information
#250349 (or 0x250349) is known color: Blackcurrant. HEX triplet: 25, 03 and 49. RGB value is (37,3,73). Sum of RGB (Red+Green+Blue) = 37+3+73=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #250349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250349 is #DAFCB6. Grayscale: #141414. Windows color (decimal): -14351543 or 4784933. OLE color: 4784933.
HSL color Cylindrical-coordinate representation of color #250349: hue angle of 269.14º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250349 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 3 | 73 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.71 |
| HSL | 269.14º | 0.92% | 0.15% | - |
| HSV(B) | 269.14º | 0.96% | 0.29% | - |
| XYZ | 2 | 0.94 | 6.38 | - |
| YUV | 21.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 73 | 0.49 | 0.96 | 0 | 0.71 | 269.14 | 0.92 | 0.15 |
| Hex | 25 | 3 | 49 | 31 | 60 | 0 | 47 | 10D | 5C | F |
| Octal | 45 | 3 | 111 | 61 | 140 | 0 | 107 | 415 | 134 | 17 |
| Binary | 100101 | 11 | 1001001 | 110001 | 1100000 | 0 | 1000111 | 100001101 | 1011100 | 1111 |
Color Harmonies of #250349
Complementary color
Monochromatic Colors of #250349
Black with #250349
Text Example
Text Example
White with #250349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250349; }
p { color: rgb(37,3,73); }
H1.HeaderClassName
{
color: #250349;
}
.AnyTagClassName
{
color: #250349;
}
</style>
background-color css
<style>
a { background-color: #250349; }
a { background-color: rgb(37,3,73); }
div.DivClassName
{
background-color: #250349;
}
.BgClassName
{
background-color: #250349;
}
</style>
border-color css
<style>
span { border-color: #250349; }
span { border-color: rgb(37,3,73); }
td.TdClassName
{
border-color: #250349;
}
.TagClassName
{
border-color: #250349;
}
</style>