Shades of Blackcurrant #251D2C
Tints of Blackcurrant #251D2C
RGB
CMYK
RGB Variations
Color information
#251D2C (or 0x251D2C) is known color: Blackcurrant. HEX triplet: 25, 1D and 2C. RGB value is (37,29,44). Sum of RGB (Red+Green+Blue) = 37+29+44=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 44 - color contains mainly: blue. Hex color #251D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D2C is #DAE2D3. Grayscale: #212121. Windows color (decimal): -14344916 or 2891045. OLE color: 2891045.
HSL color Cylindrical-coordinate representation of color #251D2C: hue angle of 272º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #251D2C is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 29 | 44 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.83 |
| HSL | 272º | 0.21% | 0.14% | - |
| HSV(B) | 272º | 0.34% | 0.17% | - |
| XYZ | 1.66 | 1.45 | 2.58 | - |
| YUV | 33.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 44 | 0.16 | 0.34 | 0 | 0.83 | 272 | 0.21 | 0.14 |
| Hex | 25 | 1D | 2C | 10 | 22 | 0 | 53 | 110 | 15 | E |
| Octal | 45 | 35 | 54 | 20 | 42 | 0 | 123 | 420 | 25 | 16 |
| Binary | 100101 | 11101 | 101100 | 10000 | 100010 | 0 | 1010011 | 100010000 | 10101 | 1110 |
Color Harmonies of #251D2C
Complementary color
Monochromatic Colors of #251D2C
Black with #251D2C
Text Example
Text Example
White with #251D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D2C; }
p { color: rgb(37,29,44); }
H1.HeaderClassName
{
color: #251D2C;
}
.AnyTagClassName
{
color: #251D2C;
}
</style>
background-color css
<style>
a { background-color: #251D2C; }
a { background-color: rgb(37,29,44); }
div.DivClassName
{
background-color: #251D2C;
}
.BgClassName
{
background-color: #251D2C;
}
</style>
border-color css
<style>
span { border-color: #251D2C; }
span { border-color: rgb(37,29,44); }
td.TdClassName
{
border-color: #251D2C;
}
.TagClassName
{
border-color: #251D2C;
}
</style>