Shades of Blackcurrant #250D2B
Tints of Blackcurrant #250D2B
RGB
CMYK
RGB Variations
Color information
#250D2B (or 0x250D2B) is known color: Blackcurrant. HEX triplet: 25, 0D and 2B. RGB value is (37,13,43). Sum of RGB (Red+Green+Blue) = 37+13+43=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #250D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D2B is #DAF2D4. Grayscale: #171717. Windows color (decimal): -14349013 or 2821413. OLE color: 2821413.
HSL color Cylindrical-coordinate representation of color #250D2B: hue angle of 288º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250D2B is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 13 | 43 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.83 |
| HSL | 288º | 0.54% | 0.11% | - |
| HSV(B) | 288º | 0.7% | 0.17% | - |
| XYZ | 1.34 | 0.86 | 2.38 | - |
| YUV | 23.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 43 | 0.14 | 0.70 | 0 | 0.83 | 288 | 0.54 | 0.11 |
| Hex | 25 | D | 2B | E | 46 | 0 | 53 | 120 | 36 | B |
| Octal | 45 | 15 | 53 | 16 | 106 | 0 | 123 | 440 | 66 | 13 |
| Binary | 100101 | 1101 | 101011 | 1110 | 1000110 | 0 | 1010011 | 100100000 | 110110 | 1011 |
Color Harmonies of #250D2B
Complementary color
Monochromatic Colors of #250D2B
Black with #250D2B
Text Example
Text Example
White with #250D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D2B; }
p { color: rgb(37,13,43); }
H1.HeaderClassName
{
color: #250D2B;
}
.AnyTagClassName
{
color: #250D2B;
}
</style>
background-color css
<style>
a { background-color: #250D2B; }
a { background-color: rgb(37,13,43); }
div.DivClassName
{
background-color: #250D2B;
}
.BgClassName
{
background-color: #250D2B;
}
</style>
border-color css
<style>
span { border-color: #250D2B; }
span { border-color: rgb(37,13,43); }
td.TdClassName
{
border-color: #250D2B;
}
.TagClassName
{
border-color: #250D2B;
}
</style>