Shades of Blackcurrant #250D3A
Tints of Blackcurrant #250D3A
RGB
CMYK
RGB Variations
Color information
#250D3A (or 0x250D3A) is known color: Blackcurrant. HEX triplet: 25, 0D and 3A. RGB value is (37,13,58). Sum of RGB (Red+Green+Blue) = 37+13+58=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #250D3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D3A is #DAF2C5. Grayscale: #191919. Windows color (decimal): -14348998 or 3804453. OLE color: 3804453.
HSL color Cylindrical-coordinate representation of color #250D3A: hue angle of 272º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #250D3A is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 13 | 58 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.77 |
| HSL | 272º | 0.63% | 0.14% | - |
| HSV(B) | 272º | 0.78% | 0.23% | - |
| XYZ | 1.67 | 0.99 | 4.11 | - |
| YUV | 25.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 58 | 0.36 | 0.78 | 0 | 0.77 | 272 | 0.63 | 0.14 |
| Hex | 25 | D | 3A | 24 | 4E | 0 | 4D | 110 | 3F | E |
| Octal | 45 | 15 | 72 | 44 | 116 | 0 | 115 | 420 | 77 | 16 |
| Binary | 100101 | 1101 | 111010 | 100100 | 1001110 | 0 | 1001101 | 100010000 | 111111 | 1110 |
Color Harmonies of #250D3A
Complementary color
Monochromatic Colors of #250D3A
Black with #250D3A
Text Example
Text Example
White with #250D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D3A; }
p { color: rgb(37,13,58); }
H1.HeaderClassName
{
color: #250D3A;
}
.AnyTagClassName
{
color: #250D3A;
}
</style>
background-color css
<style>
a { background-color: #250D3A; }
a { background-color: rgb(37,13,58); }
div.DivClassName
{
background-color: #250D3A;
}
.BgClassName
{
background-color: #250D3A;
}
</style>
border-color css
<style>
span { border-color: #250D3A; }
span { border-color: rgb(37,13,58); }
td.TdClassName
{
border-color: #250D3A;
}
.TagClassName
{
border-color: #250D3A;
}
</style>