Shades of Blackcurrant #250741
Tints of Blackcurrant #250741
RGB
CMYK
RGB Variations
Color information
#250741 (or 0x250741) is known color: Blackcurrant. HEX triplet: 25, 07 and 41. RGB value is (37,7,65). Sum of RGB (Red+Green+Blue) = 37+7+65=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #250741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250741 is #DAF8BE. Grayscale: #161616. Windows color (decimal): -14350527 or 4261669. OLE color: 4261669.
HSL color Cylindrical-coordinate representation of color #250741: hue angle of 271.03º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250741 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 7 | 65 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.75 |
| HSL | 271.03º | 0.81% | 0.14% | - |
| HSV(B) | 271.03º | 0.89% | 0.25% | - |
| XYZ | 1.79 | 0.93 | 5.09 | - |
| YUV | 22.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 65 | 0.43 | 0.89 | 0 | 0.75 | 271.03 | 0.81 | 0.14 |
| Hex | 25 | 7 | 41 | 2B | 59 | 0 | 4B | 10F | 51 | E |
| Octal | 45 | 7 | 101 | 53 | 131 | 0 | 113 | 417 | 121 | 16 |
| Binary | 100101 | 111 | 1000001 | 101011 | 1011001 | 0 | 1001011 | 100001111 | 1010001 | 1110 |
Color Harmonies of #250741
Complementary color
Monochromatic Colors of #250741
Black with #250741
Text Example
Text Example
White with #250741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250741; }
p { color: rgb(37,7,65); }
H1.HeaderClassName
{
color: #250741;
}
.AnyTagClassName
{
color: #250741;
}
</style>
background-color css
<style>
a { background-color: #250741; }
a { background-color: rgb(37,7,65); }
div.DivClassName
{
background-color: #250741;
}
.BgClassName
{
background-color: #250741;
}
</style>
border-color css
<style>
span { border-color: #250741; }
span { border-color: rgb(37,7,65); }
td.TdClassName
{
border-color: #250741;
}
.TagClassName
{
border-color: #250741;
}
</style>