Shades of Blackcurrant #250840
Tints of Blackcurrant #250840
RGB
CMYK
RGB Variations
Color information
#250840 (or 0x250840) is known color: Blackcurrant. HEX triplet: 25, 08 and 40. RGB value is (37,8,64). Sum of RGB (Red+Green+Blue) = 37+8+64=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #250840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250840 is #DAF7BF. Grayscale: #161616. Windows color (decimal): -14350272 or 4196389. OLE color: 4196389.
HSL color Cylindrical-coordinate representation of color #250840: hue angle of 271.07º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250840 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 8 | 64 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.75 |
| HSL | 271.07º | 0.78% | 0.14% | - |
| HSV(B) | 271.07º | 0.88% | 0.25% | - |
| XYZ | 1.78 | 0.94 | 4.94 | - |
| YUV | 23.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 64 | 0.42 | 0.87 | 0 | 0.75 | 271.07 | 0.78 | 0.14 |
| Hex | 25 | 8 | 40 | 2A | 57 | 0 | 4B | 10F | 4E | E |
| Octal | 45 | 10 | 100 | 52 | 127 | 0 | 113 | 417 | 116 | 16 |
| Binary | 100101 | 1000 | 1000000 | 101010 | 1010111 | 0 | 1001011 | 100001111 | 1001110 | 1110 |
Color Harmonies of #250840
Complementary color
Monochromatic Colors of #250840
Black with #250840
Text Example
Text Example
White with #250840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250840; }
p { color: rgb(37,8,64); }
H1.HeaderClassName
{
color: #250840;
}
.AnyTagClassName
{
color: #250840;
}
</style>
background-color css
<style>
a { background-color: #250840; }
a { background-color: rgb(37,8,64); }
div.DivClassName
{
background-color: #250840;
}
.BgClassName
{
background-color: #250840;
}
</style>
border-color css
<style>
span { border-color: #250840; }
span { border-color: rgb(37,8,64); }
td.TdClassName
{
border-color: #250840;
}
.TagClassName
{
border-color: #250840;
}
</style>