Shades of Blackcurrant #250E40
Tints of Blackcurrant #250E40
RGB
CMYK
RGB Variations
Color information
#250E40 (or 0x250E40) is known color: Blackcurrant. HEX triplet: 25, 0E and 40. RGB value is (37,14,64). Sum of RGB (Red+Green+Blue) = 37+14+64=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #250E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E40 is #DAF1BF. Grayscale: #1A1A1A. Windows color (decimal): -14348736 or 4197925. OLE color: 4197925.
HSL color Cylindrical-coordinate representation of color #250E40: hue angle of 267.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #250E40 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 14 | 64 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.75 |
| HSL | 267.6º | 0.64% | 0.15% | - |
| HSV(B) | 267.6º | 0.78% | 0.25% | - |
| XYZ | 1.85 | 1.08 | 4.96 | - |
| YUV | 26.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 64 | 0.42 | 0.78 | 0 | 0.75 | 267.6 | 0.64 | 0.15 |
| Hex | 25 | E | 40 | 2A | 4E | 0 | 4B | 10C | 40 | F |
| Octal | 45 | 16 | 100 | 52 | 116 | 0 | 113 | 414 | 100 | 17 |
| Binary | 100101 | 1110 | 1000000 | 101010 | 1001110 | 0 | 1001011 | 100001100 | 1000000 | 1111 |
Color Harmonies of #250E40
Complementary color
Monochromatic Colors of #250E40
Black with #250E40
Text Example
Text Example
White with #250E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E40; }
p { color: rgb(37,14,64); }
H1.HeaderClassName
{
color: #250E40;
}
.AnyTagClassName
{
color: #250E40;
}
</style>
background-color css
<style>
a { background-color: #250E40; }
a { background-color: rgb(37,14,64); }
div.DivClassName
{
background-color: #250E40;
}
.BgClassName
{
background-color: #250E40;
}
</style>
border-color css
<style>
span { border-color: #250E40; }
span { border-color: rgb(37,14,64); }
td.TdClassName
{
border-color: #250E40;
}
.TagClassName
{
border-color: #250E40;
}
</style>