Shades of Blackcurrant #2D163D
Tints of Blackcurrant #2D163D
RGB
CMYK
RGB Variations
Color information
#2D163D (or 0x2D163D) is known color: Blackcurrant. HEX triplet: 2D, 16 and 3D. RGB value is (45,22,61). Sum of RGB (Red+Green+Blue) = 45+22+61=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D163D is #D2E9C2. Grayscale: #212121. Windows color (decimal): -13822403 or 4003373. OLE color: 4003373.
HSL color Cylindrical-coordinate representation of color #2D163D: hue angle of 275.38º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D163D is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 22 | 61 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.76 |
| HSL | 275.38º | 0.47% | 0.16% | - |
| HSV(B) | 275.38º | 0.64% | 0.24% | - |
| XYZ | 2.21 | 1.47 | 4.58 | - |
| YUV | 33.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 61 | 0.26 | 0.64 | 0 | 0.76 | 275.38 | 0.47 | 0.16 |
| Hex | 2D | 16 | 3D | 1A | 40 | 0 | 4C | 113 | 2F | 10 |
| Octal | 55 | 26 | 75 | 32 | 100 | 0 | 114 | 423 | 57 | 20 |
| Binary | 101101 | 10110 | 111101 | 11010 | 1000000 | 0 | 1001100 | 100010011 | 101111 | 10000 |
Color Harmonies of #2D163D
Complementary color
Monochromatic Colors of #2D163D
Black with #2D163D
Text Example
Text Example
White with #2D163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D163D; }
p { color: rgb(45,22,61); }
H1.HeaderClassName
{
color: #2D163D;
}
.AnyTagClassName
{
color: #2D163D;
}
</style>
background-color css
<style>
a { background-color: #2D163D; }
a { background-color: rgb(45,22,61); }
div.DivClassName
{
background-color: #2D163D;
}
.BgClassName
{
background-color: #2D163D;
}
</style>
border-color css
<style>
span { border-color: #2D163D; }
span { border-color: rgb(45,22,61); }
td.TdClassName
{
border-color: #2D163D;
}
.TagClassName
{
border-color: #2D163D;
}
</style>