Shades of Blackcurrant #2D163B
Tints of Blackcurrant #2D163B
RGB
CMYK
RGB Variations
Color information
#2D163B (or 0x2D163B) is known color: Blackcurrant. HEX triplet: 2D, 16 and 3B. RGB value is (45,22,59). Sum of RGB (Red+Green+Blue) = 45+22+59=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 59 - color contains mainly: blue. Hex color #2D163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D163B is #D2E9C4. Grayscale: #202020. Windows color (decimal): -13822405 or 3872301. OLE color: 3872301.
HSL color Cylindrical-coordinate representation of color #2D163B: hue angle of 277.3º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D163B is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 22 | 59 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.77 |
| HSL | 277.3º | 0.46% | 0.16% | - |
| HSV(B) | 277.3º | 0.63% | 0.23% | - |
| XYZ | 2.16 | 1.45 | 4.3 | - |
| YUV | 33.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 59 | 0.24 | 0.63 | 0 | 0.77 | 277.3 | 0.46 | 0.16 |
| Hex | 2D | 16 | 3B | 18 | 3F | 0 | 4D | 115 | 2E | 10 |
| Octal | 55 | 26 | 73 | 30 | 77 | 0 | 115 | 425 | 56 | 20 |
| Binary | 101101 | 10110 | 111011 | 11000 | 111111 | 0 | 1001101 | 100010101 | 101110 | 10000 |
Color Harmonies of #2D163B
Complementary color
Monochromatic Colors of #2D163B
Black with #2D163B
Text Example
Text Example
White with #2D163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D163B; }
p { color: rgb(45,22,59); }
H1.HeaderClassName
{
color: #2D163B;
}
.AnyTagClassName
{
color: #2D163B;
}
</style>
background-color css
<style>
a { background-color: #2D163B; }
a { background-color: rgb(45,22,59); }
div.DivClassName
{
background-color: #2D163B;
}
.BgClassName
{
background-color: #2D163B;
}
</style>
border-color css
<style>
span { border-color: #2D163B; }
span { border-color: rgb(45,22,59); }
td.TdClassName
{
border-color: #2D163B;
}
.TagClassName
{
border-color: #2D163B;
}
</style>