Shades of Blackcurrant #2D193E
Tints of Blackcurrant #2D193E
RGB
CMYK
RGB Variations
Color information
#2D193E (or 0x2D193E) is known color: Blackcurrant. HEX triplet: 2D, 19 and 3E. RGB value is (45,25,62). Sum of RGB (Red+Green+Blue) = 45+25+62=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #2D193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D193E is #D2E6C1. Grayscale: #232323. Windows color (decimal): -13821634 or 4069677. OLE color: 4069677.
HSL color Cylindrical-coordinate representation of color #2D193E: hue angle of 272.43º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D193E is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 25 | 62 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.76 |
| HSL | 272.43º | 0.43% | 0.17% | - |
| HSV(B) | 272.43º | 0.6% | 0.24% | - |
| XYZ | 2.3 | 1.6 | 4.75 | - |
| YUV | 35.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 62 | 0.27 | 0.60 | 0 | 0.76 | 272.43 | 0.43 | 0.17 |
| Hex | 2D | 19 | 3E | 1B | 3C | 0 | 4C | 110 | 2B | 11 |
| Octal | 55 | 31 | 76 | 33 | 74 | 0 | 114 | 420 | 53 | 21 |
| Binary | 101101 | 11001 | 111110 | 11011 | 111100 | 0 | 1001100 | 100010000 | 101011 | 10001 |
Color Harmonies of #2D193E
Complementary color
Monochromatic Colors of #2D193E
Black with #2D193E
Text Example
Text Example
White with #2D193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D193E; }
p { color: rgb(45,25,62); }
H1.HeaderClassName
{
color: #2D193E;
}
.AnyTagClassName
{
color: #2D193E;
}
</style>
background-color css
<style>
a { background-color: #2D193E; }
a { background-color: rgb(45,25,62); }
div.DivClassName
{
background-color: #2D193E;
}
.BgClassName
{
background-color: #2D193E;
}
</style>
border-color css
<style>
span { border-color: #2D193E; }
span { border-color: rgb(45,25,62); }
td.TdClassName
{
border-color: #2D193E;
}
.TagClassName
{
border-color: #2D193E;
}
</style>