Shades of Blackcurrant #250845
Tints of Blackcurrant #250845
RGB
CMYK
RGB Variations
Color information
#250845 (or 0x250845) is known color: Blackcurrant. HEX triplet: 25, 08 and 45. RGB value is (37,8,69). Sum of RGB (Red+Green+Blue) = 37+8+69=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 69 (27.34% from 255 or 60.53% from 114); Max value from RGB is 69 - color contains mainly: blue. Hex color #250845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250845 is #DAF7BA. Grayscale: #171717. Windows color (decimal): -14350267 or 4524069. OLE color: 4524069.
HSL color Cylindrical-coordinate representation of color #250845: hue angle of 268.52º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250845 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 8 | 69 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.73 |
| HSL | 268.52º | 0.79% | 0.15% | - |
| HSV(B) | 268.52º | 0.88% | 0.27% | - |
| XYZ | 1.92 | 1 | 5.72 | - |
| YUV | 23.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 69 | 0.46 | 0.88 | 0 | 0.73 | 268.52 | 0.79 | 0.15 |
| Hex | 25 | 8 | 45 | 2E | 58 | 0 | 49 | 10D | 4F | F |
| Octal | 45 | 10 | 105 | 56 | 130 | 0 | 111 | 415 | 117 | 17 |
| Binary | 100101 | 1000 | 1000101 | 101110 | 1011000 | 0 | 1001001 | 100001101 | 1001111 | 1111 |
Color Harmonies of #250845
Complementary color
Monochromatic Colors of #250845
Black with #250845
Text Example
Text Example
White with #250845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250845; }
p { color: rgb(37,8,69); }
H1.HeaderClassName
{
color: #250845;
}
.AnyTagClassName
{
color: #250845;
}
</style>
background-color css
<style>
a { background-color: #250845; }
a { background-color: rgb(37,8,69); }
div.DivClassName
{
background-color: #250845;
}
.BgClassName
{
background-color: #250845;
}
</style>
border-color css
<style>
span { border-color: #250845; }
span { border-color: rgb(37,8,69); }
td.TdClassName
{
border-color: #250845;
}
.TagClassName
{
border-color: #250845;
}
</style>