Shades of Blackcurrant #2D1A38
Tints of Blackcurrant #2D1A38
RGB
CMYK
RGB Variations
Color information
#2D1A38 (or 0x2D1A38) is known color: Blackcurrant. HEX triplet: 2D, 1A and 38. RGB value is (45,26,56). Sum of RGB (Red+Green+Blue) = 45+26+56=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D1A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1A38 is #D2E5C7. Grayscale: #232323. Windows color (decimal): -13821384 or 3676717. OLE color: 3676717.
HSL color Cylindrical-coordinate representation of color #2D1A38: hue angle of 278º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D1A38 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 26 | 56 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.78 |
| HSL | 278º | 0.37% | 0.16% | - |
| HSV(B) | 278º | 0.54% | 0.22% | - |
| XYZ | 2.17 | 1.58 | 3.93 | - |
| YUV | 35.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 56 | 0.20 | 0.54 | 0 | 0.78 | 278 | 0.37 | 0.16 |
| Hex | 2D | 1A | 38 | 14 | 36 | 0 | 4E | 116 | 25 | 10 |
| Octal | 55 | 32 | 70 | 24 | 66 | 0 | 116 | 426 | 45 | 20 |
| Binary | 101101 | 11010 | 111000 | 10100 | 110110 | 0 | 1001110 | 100010110 | 100101 | 10000 |
Color Harmonies of #2D1A38
Complementary color
Monochromatic Colors of #2D1A38
Black with #2D1A38
Text Example
Text Example
White with #2D1A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1A38; }
p { color: rgb(45,26,56); }
H1.HeaderClassName
{
color: #2D1A38;
}
.AnyTagClassName
{
color: #2D1A38;
}
</style>
background-color css
<style>
a { background-color: #2D1A38; }
a { background-color: rgb(45,26,56); }
div.DivClassName
{
background-color: #2D1A38;
}
.BgClassName
{
background-color: #2D1A38;
}
</style>
border-color css
<style>
span { border-color: #2D1A38; }
span { border-color: rgb(45,26,56); }
td.TdClassName
{
border-color: #2D1A38;
}
.TagClassName
{
border-color: #2D1A38;
}
</style>