Shades of Blackcurrant #2D1838
Tints of Blackcurrant #2D1838
RGB
CMYK
RGB Variations
Color information
#2D1838 (or 0x2D1838) is known color: Blackcurrant. HEX triplet: 2D, 18 and 38. RGB value is (45,24,56). Sum of RGB (Red+Green+Blue) = 45+24+56=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D1838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1838 is #D2E7C7. Grayscale: #212121. Windows color (decimal): -13821896 or 3676205. OLE color: 3676205.
HSL color Cylindrical-coordinate representation of color #2D1838: hue angle of 279.38º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D1838 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 24 | 56 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.78 |
| HSL | 279.38º | 0.4% | 0.16% | - |
| HSV(B) | 279.38º | 0.57% | 0.22% | - |
| XYZ | 2.12 | 1.5 | 3.92 | - |
| YUV | 33.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 56 | 0.20 | 0.57 | 0 | 0.78 | 279.38 | 0.4 | 0.16 |
| Hex | 2D | 18 | 38 | 14 | 39 | 0 | 4E | 117 | 28 | 10 |
| Octal | 55 | 30 | 70 | 24 | 71 | 0 | 116 | 427 | 50 | 20 |
| Binary | 101101 | 11000 | 111000 | 10100 | 111001 | 0 | 1001110 | 100010111 | 101000 | 10000 |
Color Harmonies of #2D1838
Complementary color
Monochromatic Colors of #2D1838
Black with #2D1838
Text Example
Text Example
White with #2D1838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1838; }
p { color: rgb(45,24,56); }
H1.HeaderClassName
{
color: #2D1838;
}
.AnyTagClassName
{
color: #2D1838;
}
</style>
background-color css
<style>
a { background-color: #2D1838; }
a { background-color: rgb(45,24,56); }
div.DivClassName
{
background-color: #2D1838;
}
.BgClassName
{
background-color: #2D1838;
}
</style>
border-color css
<style>
span { border-color: #2D1838; }
span { border-color: rgb(45,24,56); }
td.TdClassName
{
border-color: #2D1838;
}
.TagClassName
{
border-color: #2D1838;
}
</style>