Shades of Blackcurrant #250D3B
Tints of Blackcurrant #250D3B
RGB
CMYK
RGB Variations
Color information
#250D3B (or 0x250D3B) is known color: Blackcurrant. HEX triplet: 25, 0D and 3B. RGB value is (37,13,59). Sum of RGB (Red+Green+Blue) = 37+13+59=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #250D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D3B is #DAF2C4. Grayscale: #191919. Windows color (decimal): -14348997 or 3869989. OLE color: 3869989.
HSL color Cylindrical-coordinate representation of color #250D3B: hue angle of 271.3º degrees, saturation: 0.64, 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 #250D3B is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 13 | 59 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.77 |
| HSL | 271.3º | 0.64% | 0.14% | - |
| HSV(B) | 271.3º | 0.78% | 0.23% | - |
| XYZ | 1.7 | 1 | 4.24 | - |
| YUV | 25.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 59 | 0.37 | 0.78 | 0 | 0.77 | 271.3 | 0.64 | 0.14 |
| Hex | 25 | D | 3B | 25 | 4E | 0 | 4D | 10F | 40 | E |
| Octal | 45 | 15 | 73 | 45 | 116 | 0 | 115 | 417 | 100 | 16 |
| Binary | 100101 | 1101 | 111011 | 100101 | 1001110 | 0 | 1001101 | 100001111 | 1000000 | 1110 |
Color Harmonies of #250D3B
Complementary color
Monochromatic Colors of #250D3B
Black with #250D3B
Text Example
Text Example
White with #250D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D3B; }
p { color: rgb(37,13,59); }
H1.HeaderClassName
{
color: #250D3B;
}
.AnyTagClassName
{
color: #250D3B;
}
</style>
background-color css
<style>
a { background-color: #250D3B; }
a { background-color: rgb(37,13,59); }
div.DivClassName
{
background-color: #250D3B;
}
.BgClassName
{
background-color: #250D3B;
}
</style>
border-color css
<style>
span { border-color: #250D3B; }
span { border-color: rgb(37,13,59); }
td.TdClassName
{
border-color: #250D3B;
}
.TagClassName
{
border-color: #250D3B;
}
</style>