Shades of Blackcurrant #251D2D
Tints of Blackcurrant #251D2D
RGB
CMYK
RGB Variations
Color information
#251D2D (or 0x251D2D) is known color: Blackcurrant. HEX triplet: 25, 1D and 2D. RGB value is (37,29,45). Sum of RGB (Red+Green+Blue) = 37+29+45=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 45 - color contains mainly: blue. Hex color #251D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D2D is #DAE2D2. Grayscale: #212121. Windows color (decimal): -14344915 or 2956581. OLE color: 2956581.
HSL color Cylindrical-coordinate representation of color #251D2D: hue angle of 270º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #251D2D is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 29 | 45 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.82 |
| HSL | 270º | 0.22% | 0.15% | - |
| HSV(B) | 270º | 0.36% | 0.18% | - |
| XYZ | 1.68 | 1.46 | 2.68 | - |
| YUV | 33.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 45 | 0.18 | 0.36 | 0 | 0.82 | 270 | 0.22 | 0.15 |
| Hex | 25 | 1D | 2D | 12 | 24 | 0 | 52 | 10E | 16 | F |
| Octal | 45 | 35 | 55 | 22 | 44 | 0 | 122 | 416 | 26 | 17 |
| Binary | 100101 | 11101 | 101101 | 10010 | 100100 | 0 | 1010010 | 100001110 | 10110 | 1111 |
Color Harmonies of #251D2D
Complementary color
Monochromatic Colors of #251D2D
Black with #251D2D
Text Example
Text Example
White with #251D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D2D; }
p { color: rgb(37,29,45); }
H1.HeaderClassName
{
color: #251D2D;
}
.AnyTagClassName
{
color: #251D2D;
}
</style>
background-color css
<style>
a { background-color: #251D2D; }
a { background-color: rgb(37,29,45); }
div.DivClassName
{
background-color: #251D2D;
}
.BgClassName
{
background-color: #251D2D;
}
</style>
border-color css
<style>
span { border-color: #251D2D; }
span { border-color: rgb(37,29,45); }
td.TdClassName
{
border-color: #251D2D;
}
.TagClassName
{
border-color: #251D2D;
}
</style>