Shades of Blackcurrant #250745
Tints of Blackcurrant #250745
RGB
CMYK
RGB Variations
Color information
#250745 (or 0x250745) is known color: Blackcurrant. HEX triplet: 25, 07 and 45. RGB value is (37,7,69). Sum of RGB (Red+Green+Blue) = 37+7+69=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 69 (27.34% from 255 or 61.06% from 113); Max value from RGB is 69 - color contains mainly: blue. Hex color #250745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250745 is #DAF8BA. Grayscale: #161616. Windows color (decimal): -14350523 or 4523813. OLE color: 4523813.
HSL color Cylindrical-coordinate representation of color #250745: hue angle of 269.03º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250745 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 7 | 69 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.73 |
| HSL | 269.03º | 0.82% | 0.15% | - |
| HSV(B) | 269.03º | 0.9% | 0.27% | - |
| XYZ | 1.91 | 0.97 | 5.72 | - |
| YUV | 23.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 69 | 0.46 | 0.90 | 0 | 0.73 | 269.03 | 0.82 | 0.15 |
| Hex | 25 | 7 | 45 | 2E | 5A | 0 | 49 | 10D | 52 | F |
| Octal | 45 | 7 | 105 | 56 | 132 | 0 | 111 | 415 | 122 | 17 |
| Binary | 100101 | 111 | 1000101 | 101110 | 1011010 | 0 | 1001001 | 100001101 | 1010010 | 1111 |
Color Harmonies of #250745
Complementary color
Monochromatic Colors of #250745
Black with #250745
Text Example
Text Example
White with #250745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250745; }
p { color: rgb(37,7,69); }
H1.HeaderClassName
{
color: #250745;
}
.AnyTagClassName
{
color: #250745;
}
</style>
background-color css
<style>
a { background-color: #250745; }
a { background-color: rgb(37,7,69); }
div.DivClassName
{
background-color: #250745;
}
.BgClassName
{
background-color: #250745;
}
</style>
border-color css
<style>
span { border-color: #250745; }
span { border-color: rgb(37,7,69); }
td.TdClassName
{
border-color: #250745;
}
.TagClassName
{
border-color: #250745;
}
</style>