Shades of Blackcurrant #251D30
Tints of Blackcurrant #251D30
RGB
CMYK
RGB Variations
Color information
#251D30 (or 0x251D30) is known color: Blackcurrant. HEX triplet: 25, 1D and 30. RGB value is (37,29,48). Sum of RGB (Red+Green+Blue) = 37+29+48=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 48 - color contains mainly: blue. Hex color #251D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D30 is #DAE2CF. Grayscale: #212121. Windows color (decimal): -14344912 or 3153189. OLE color: 3153189.
HSL color Cylindrical-coordinate representation of color #251D30: hue angle of 265.26º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #251D30 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 29 | 48 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.81 |
| HSL | 265.26º | 0.25% | 0.15% | - |
| HSV(B) | 265.26º | 0.4% | 0.19% | - |
| XYZ | 1.74 | 1.49 | 2.99 | - |
| YUV | 33.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 48 | 0.23 | 0.40 | 0 | 0.81 | 265.26 | 0.25 | 0.15 |
| Hex | 25 | 1D | 30 | 17 | 28 | 0 | 51 | 109 | 19 | F |
| Octal | 45 | 35 | 60 | 27 | 50 | 0 | 121 | 411 | 31 | 17 |
| Binary | 100101 | 11101 | 110000 | 10111 | 101000 | 0 | 1010001 | 100001001 | 11001 | 1111 |
Color Harmonies of #251D30
Complementary color
Monochromatic Colors of #251D30
Black with #251D30
Text Example
Text Example
White with #251D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D30; }
p { color: rgb(37,29,48); }
H1.HeaderClassName
{
color: #251D30;
}
.AnyTagClassName
{
color: #251D30;
}
</style>
background-color css
<style>
a { background-color: #251D30; }
a { background-color: rgb(37,29,48); }
div.DivClassName
{
background-color: #251D30;
}
.BgClassName
{
background-color: #251D30;
}
</style>
border-color css
<style>
span { border-color: #251D30; }
span { border-color: rgb(37,29,48); }
td.TdClassName
{
border-color: #251D30;
}
.TagClassName
{
border-color: #251D30;
}
</style>