Shades of Blackcurrant #2D1B38
Tints of Blackcurrant #2D1B38
RGB
CMYK
RGB Variations
Color information
#2D1B38 (or 0x2D1B38) is known color: Blackcurrant. HEX triplet: 2D, 1B and 38. RGB value is (45,27,56). Sum of RGB (Red+Green+Blue) = 45+27+56=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D1B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1B38 is #D2E4C7. Grayscale: #232323. Windows color (decimal): -13821128 or 3676973. OLE color: 3676973.
HSL color Cylindrical-coordinate representation of color #2D1B38: hue angle of 277.24º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D1B38 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 27 | 56 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.78 |
| HSL | 277.24º | 0.35% | 0.16% | - |
| HSV(B) | 277.24º | 0.52% | 0.22% | - |
| XYZ | 2.19 | 1.63 | 3.94 | - |
| YUV | 35.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 56 | 0.20 | 0.52 | 0 | 0.78 | 277.24 | 0.35 | 0.16 |
| Hex | 2D | 1B | 38 | 14 | 34 | 0 | 4E | 115 | 23 | 10 |
| Octal | 55 | 33 | 70 | 24 | 64 | 0 | 116 | 425 | 43 | 20 |
| Binary | 101101 | 11011 | 111000 | 10100 | 110100 | 0 | 1001110 | 100010101 | 100011 | 10000 |
Color Harmonies of #2D1B38
Complementary color
Monochromatic Colors of #2D1B38
Black with #2D1B38
Text Example
Text Example
White with #2D1B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1B38; }
p { color: rgb(45,27,56); }
H1.HeaderClassName
{
color: #2D1B38;
}
.AnyTagClassName
{
color: #2D1B38;
}
</style>
background-color css
<style>
a { background-color: #2D1B38; }
a { background-color: rgb(45,27,56); }
div.DivClassName
{
background-color: #2D1B38;
}
.BgClassName
{
background-color: #2D1B38;
}
</style>
border-color css
<style>
span { border-color: #2D1B38; }
span { border-color: rgb(45,27,56); }
td.TdClassName
{
border-color: #2D1B38;
}
.TagClassName
{
border-color: #2D1B38;
}
</style>