Shades of Blackcurrant #2D1738
Tints of Blackcurrant #2D1738
RGB
CMYK
RGB Variations
Color information
#2D1738 (or 0x2D1738) is known color: Blackcurrant. HEX triplet: 2D, 17 and 38. RGB value is (45,23,56). Sum of RGB (Red+Green+Blue) = 45+23+56=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D1738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1738 is #D2E8C7. Grayscale: #212121. Windows color (decimal): -13822152 or 3675949. OLE color: 3675949.
HSL color Cylindrical-coordinate representation of color #2D1738: hue angle of 280º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D1738 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 23 | 56 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.78 |
| HSL | 280º | 0.42% | 0.15% | - |
| HSV(B) | 280º | 0.59% | 0.22% | - |
| XYZ | 2.1 | 1.46 | 3.91 | - |
| YUV | 33.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 56 | 0.20 | 0.59 | 0 | 0.78 | 280 | 0.42 | 0.15 |
| Hex | 2D | 17 | 38 | 14 | 3B | 0 | 4E | 118 | 2A | F |
| Octal | 55 | 27 | 70 | 24 | 73 | 0 | 116 | 430 | 52 | 17 |
| Binary | 101101 | 10111 | 111000 | 10100 | 111011 | 0 | 1001110 | 100011000 | 101010 | 1111 |
Color Harmonies of #2D1738
Complementary color
Monochromatic Colors of #2D1738
Black with #2D1738
Text Example
Text Example
White with #2D1738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1738; }
p { color: rgb(45,23,56); }
H1.HeaderClassName
{
color: #2D1738;
}
.AnyTagClassName
{
color: #2D1738;
}
</style>
background-color css
<style>
a { background-color: #2D1738; }
a { background-color: rgb(45,23,56); }
div.DivClassName
{
background-color: #2D1738;
}
.BgClassName
{
background-color: #2D1738;
}
</style>
border-color css
<style>
span { border-color: #2D1738; }
span { border-color: rgb(45,23,56); }
td.TdClassName
{
border-color: #2D1738;
}
.TagClassName
{
border-color: #2D1738;
}
</style>