Shades of Blackcurrant #2D1046
Tints of Blackcurrant #2D1046
RGB
CMYK
RGB Variations
Color information
#2D1046 (or 0x2D1046) is known color: Blackcurrant. HEX triplet: 2D, 10 and 46. RGB value is (45,16,70). Sum of RGB (Red+Green+Blue) = 45+16+70=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 70 (27.73% from 255 or 53.44% from 131); Max value from RGB is 70 - color contains mainly: blue. Hex color #2D1046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1046 is #D2EFB9. Grayscale: #1E1E1E. Windows color (decimal): -13823930 or 4591661. OLE color: 4591661.
HSL color Cylindrical-coordinate representation of color #2D1046: hue angle of 272.22º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D1046 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 16 | 70 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.73 |
| HSL | 272.22º | 0.63% | 0.17% | - |
| HSV(B) | 272.22º | 0.77% | 0.27% | - |
| XYZ | 2.37 | 1.37 | 5.93 | - |
| YUV | 30.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 70 | 0.36 | 0.77 | 0 | 0.73 | 272.22 | 0.63 | 0.17 |
| Hex | 2D | 10 | 46 | 24 | 4D | 0 | 49 | 110 | 3F | 11 |
| Octal | 55 | 20 | 106 | 44 | 115 | 0 | 111 | 420 | 77 | 21 |
| Binary | 101101 | 10000 | 1000110 | 100100 | 1001101 | 0 | 1001001 | 100010000 | 111111 | 10001 |
Color Harmonies of #2D1046
Complementary color
Monochromatic Colors of #2D1046
Black with #2D1046
Text Example
Text Example
White with #2D1046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1046; }
p { color: rgb(45,16,70); }
H1.HeaderClassName
{
color: #2D1046;
}
.AnyTagClassName
{
color: #2D1046;
}
</style>
background-color css
<style>
a { background-color: #2D1046; }
a { background-color: rgb(45,16,70); }
div.DivClassName
{
background-color: #2D1046;
}
.BgClassName
{
background-color: #2D1046;
}
</style>
border-color css
<style>
span { border-color: #2D1046; }
span { border-color: rgb(45,16,70); }
td.TdClassName
{
border-color: #2D1046;
}
.TagClassName
{
border-color: #2D1046;
}
</style>