Shades of Blackcurrant #2D2138
Tints of Blackcurrant #2D2138
RGB
CMYK
RGB Variations
Color information
#2D2138 (or 0x2D2138) is known color: Blackcurrant. HEX triplet: 2D, 21 and 38. RGB value is (45,33,56). Sum of RGB (Red+Green+Blue) = 45+33+56=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D2138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2138 is #D2DEC7. Grayscale: #272727. Windows color (decimal): -13819592 or 3678509. OLE color: 3678509.
HSL color Cylindrical-coordinate representation of color #2D2138: hue angle of 271.3º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2D2138 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 33 | 56 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.78 |
| HSL | 271.3º | 0.26% | 0.17% | - |
| HSV(B) | 271.3º | 0.41% | 0.22% | - |
| XYZ | 2.34 | 1.93 | 3.99 | - |
| YUV | 39.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 56 | 0.20 | 0.41 | 0 | 0.78 | 271.3 | 0.26 | 0.17 |
| Hex | 2D | 21 | 38 | 14 | 29 | 0 | 4E | 10F | 1A | 11 |
| Octal | 55 | 41 | 70 | 24 | 51 | 0 | 116 | 417 | 32 | 21 |
| Binary | 101101 | 100001 | 111000 | 10100 | 101001 | 0 | 1001110 | 100001111 | 11010 | 10001 |
Color Harmonies of #2D2138
Complementary color
Monochromatic Colors of #2D2138
Black with #2D2138
Text Example
Text Example
White with #2D2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2138; }
p { color: rgb(45,33,56); }
H1.HeaderClassName
{
color: #2D2138;
}
.AnyTagClassName
{
color: #2D2138;
}
</style>
background-color css
<style>
a { background-color: #2D2138; }
a { background-color: rgb(45,33,56); }
div.DivClassName
{
background-color: #2D2138;
}
.BgClassName
{
background-color: #2D2138;
}
</style>
border-color css
<style>
span { border-color: #2D2138; }
span { border-color: rgb(45,33,56); }
td.TdClassName
{
border-color: #2D2138;
}
.TagClassName
{
border-color: #2D2138;
}
</style>