Shades of Blackcurrant #2D1937
Tints of Blackcurrant #2D1937
RGB
CMYK
RGB Variations
Color information
#2D1937 (or 0x2D1937) is known color: Blackcurrant. HEX triplet: 2D, 19 and 37. RGB value is (45,25,55). Sum of RGB (Red+Green+Blue) = 45+25+55=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D1937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1937 is #D2E6C8. Grayscale: #222222. Windows color (decimal): -13821641 or 3610925. OLE color: 3610925.
HSL color Cylindrical-coordinate representation of color #2D1937: hue angle of 280º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D1937 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 25 | 55 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.78 |
| HSL | 280º | 0.38% | 0.16% | - |
| HSV(B) | 280º | 0.55% | 0.22% | - |
| XYZ | 2.12 | 1.53 | 3.8 | - |
| YUV | 34.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 55 | 0.18 | 0.55 | 0 | 0.78 | 280 | 0.38 | 0.16 |
| Hex | 2D | 19 | 37 | 12 | 37 | 0 | 4E | 118 | 26 | 10 |
| Octal | 55 | 31 | 67 | 22 | 67 | 0 | 116 | 430 | 46 | 20 |
| Binary | 101101 | 11001 | 110111 | 10010 | 110111 | 0 | 1001110 | 100011000 | 100110 | 10000 |
Color Harmonies of #2D1937
Complementary color
Monochromatic Colors of #2D1937
Black with #2D1937
Text Example
Text Example
White with #2D1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1937; }
p { color: rgb(45,25,55); }
H1.HeaderClassName
{
color: #2D1937;
}
.AnyTagClassName
{
color: #2D1937;
}
</style>
background-color css
<style>
a { background-color: #2D1937; }
a { background-color: rgb(45,25,55); }
div.DivClassName
{
background-color: #2D1937;
}
.BgClassName
{
background-color: #2D1937;
}
</style>
border-color css
<style>
span { border-color: #2D1937; }
span { border-color: rgb(45,25,55); }
td.TdClassName
{
border-color: #2D1937;
}
.TagClassName
{
border-color: #2D1937;
}
</style>