Shades of Blackcurrant #2D163F
Tints of Blackcurrant #2D163F
RGB
CMYK
RGB Variations
Color information
#2D163F (or 0x2D163F) is known color: Blackcurrant. HEX triplet: 2D, 16 and 3F. RGB value is (45,22,63). Sum of RGB (Red+Green+Blue) = 45+22+63=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #2D163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D163F is #D2E9C0. Grayscale: #212121. Windows color (decimal): -13822401 or 4134445. OLE color: 4134445.
HSL color Cylindrical-coordinate representation of color #2D163F: hue angle of 273.66º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D163F is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 22 | 63 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.75 |
| HSL | 273.66º | 0.48% | 0.17% | - |
| HSV(B) | 273.66º | 0.65% | 0.25% | - |
| XYZ | 2.27 | 1.49 | 4.87 | - |
| YUV | 33.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 63 | 0.29 | 0.65 | 0 | 0.75 | 273.66 | 0.48 | 0.17 |
| Hex | 2D | 16 | 3F | 1D | 41 | 0 | 4B | 112 | 30 | 11 |
| Octal | 55 | 26 | 77 | 35 | 101 | 0 | 113 | 422 | 60 | 21 |
| Binary | 101101 | 10110 | 111111 | 11101 | 1000001 | 0 | 1001011 | 100010010 | 110000 | 10001 |
Color Harmonies of #2D163F
Complementary color
Monochromatic Colors of #2D163F
Black with #2D163F
Text Example
Text Example
White with #2D163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D163F; }
p { color: rgb(45,22,63); }
H1.HeaderClassName
{
color: #2D163F;
}
.AnyTagClassName
{
color: #2D163F;
}
</style>
background-color css
<style>
a { background-color: #2D163F; }
a { background-color: rgb(45,22,63); }
div.DivClassName
{
background-color: #2D163F;
}
.BgClassName
{
background-color: #2D163F;
}
</style>
border-color css
<style>
span { border-color: #2D163F; }
span { border-color: rgb(45,22,63); }
td.TdClassName
{
border-color: #2D163F;
}
.TagClassName
{
border-color: #2D163F;
}
</style>