Shades of Blackcurrant #250E3E
Tints of Blackcurrant #250E3E
RGB
CMYK
RGB Variations
Color information
#250E3E (or 0x250E3E) is known color: Blackcurrant. HEX triplet: 25, 0E and 3E. RGB value is (37,14,62). Sum of RGB (Red+Green+Blue) = 37+14+62=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 62 (24.61% from 255 or 54.87% from 113); Max value from RGB is 62 - color contains mainly: blue. Hex color #250E3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E3E is #DAF1C1. Grayscale: #1A1A1A. Windows color (decimal): -14348738 or 4066853. OLE color: 4066853.
HSL color Cylindrical-coordinate representation of color #250E3E: hue angle of 268.75º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #250E3E is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 14 | 62 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.76 |
| HSL | 268.75º | 0.63% | 0.15% | - |
| HSV(B) | 268.75º | 0.77% | 0.24% | - |
| XYZ | 1.79 | 1.06 | 4.67 | - |
| YUV | 26.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 62 | 0.40 | 0.77 | 0 | 0.76 | 268.75 | 0.63 | 0.15 |
| Hex | 25 | E | 3E | 28 | 4D | 0 | 4C | 10D | 3F | F |
| Octal | 45 | 16 | 76 | 50 | 115 | 0 | 114 | 415 | 77 | 17 |
| Binary | 100101 | 1110 | 111110 | 101000 | 1001101 | 0 | 1001100 | 100001101 | 111111 | 1111 |
Color Harmonies of #250E3E
Complementary color
Monochromatic Colors of #250E3E
Black with #250E3E
Text Example
Text Example
White with #250E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E3E; }
p { color: rgb(37,14,62); }
H1.HeaderClassName
{
color: #250E3E;
}
.AnyTagClassName
{
color: #250E3E;
}
</style>
background-color css
<style>
a { background-color: #250E3E; }
a { background-color: rgb(37,14,62); }
div.DivClassName
{
background-color: #250E3E;
}
.BgClassName
{
background-color: #250E3E;
}
</style>
border-color css
<style>
span { border-color: #250E3E; }
span { border-color: rgb(37,14,62); }
td.TdClassName
{
border-color: #250E3E;
}
.TagClassName
{
border-color: #250E3E;
}
</style>