Shades of Blackcurrant #250A41
Tints of Blackcurrant #250A41
RGB
CMYK
RGB Variations
Color information
#250A41 (or 0x250A41) is known color: Blackcurrant. HEX triplet: 25, 0A and 41. RGB value is (37,10,65). Sum of RGB (Red+Green+Blue) = 37+10+65=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #250A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A41 is #DAF5BE. Grayscale: #181818. Windows color (decimal): -14349759 or 4262437. OLE color: 4262437.
HSL color Cylindrical-coordinate representation of color #250A41: hue angle of 269.45º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250A41 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 10 | 65 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.75 |
| HSL | 269.45º | 0.73% | 0.15% | - |
| HSV(B) | 269.45º | 0.85% | 0.25% | - |
| XYZ | 1.83 | 0.99 | 5.1 | - |
| YUV | 24.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 65 | 0.43 | 0.85 | 0 | 0.75 | 269.45 | 0.73 | 0.15 |
| Hex | 25 | A | 41 | 2B | 55 | 0 | 4B | 10D | 49 | F |
| Octal | 45 | 12 | 101 | 53 | 125 | 0 | 113 | 415 | 111 | 17 |
| Binary | 100101 | 1010 | 1000001 | 101011 | 1010101 | 0 | 1001011 | 100001101 | 1001001 | 1111 |
Color Harmonies of #250A41
Complementary color
Monochromatic Colors of #250A41
Black with #250A41
Text Example
Text Example
White with #250A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A41; }
p { color: rgb(37,10,65); }
H1.HeaderClassName
{
color: #250A41;
}
.AnyTagClassName
{
color: #250A41;
}
</style>
background-color css
<style>
a { background-color: #250A41; }
a { background-color: rgb(37,10,65); }
div.DivClassName
{
background-color: #250A41;
}
.BgClassName
{
background-color: #250A41;
}
</style>
border-color css
<style>
span { border-color: #250A41; }
span { border-color: rgb(37,10,65); }
td.TdClassName
{
border-color: #250A41;
}
.TagClassName
{
border-color: #250A41;
}
</style>