Shades of Blackcurrant #2D0846
Tints of Blackcurrant #2D0846
RGB
CMYK
RGB Variations
Color information
#2D0846 (or 0x2D0846) is known color: Blackcurrant. HEX triplet: 2D, 08 and 46. RGB value is (45,8,70). Sum of RGB (Red+Green+Blue) = 45+8+70=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #2D0846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0846 is #D2F7B9. Grayscale: #191919. Windows color (decimal): -13825978 or 4589613. OLE color: 4589613.
HSL color Cylindrical-coordinate representation of color #2D0846: hue angle of 275.81º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D0846 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 8 | 70 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.73 |
| HSL | 275.81º | 0.79% | 0.15% | - |
| HSV(B) | 275.81º | 0.89% | 0.27% | - |
| XYZ | 2.27 | 1.17 | 5.9 | - |
| YUV | 26.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 70 | 0.36 | 0.89 | 0 | 0.73 | 275.81 | 0.79 | 0.15 |
| Hex | 2D | 8 | 46 | 24 | 59 | 0 | 49 | 114 | 4F | F |
| Octal | 55 | 10 | 106 | 44 | 131 | 0 | 111 | 424 | 117 | 17 |
| Binary | 101101 | 1000 | 1000110 | 100100 | 1011001 | 0 | 1001001 | 100010100 | 1001111 | 1111 |
Color Harmonies of #2D0846
Complementary color
Monochromatic Colors of #2D0846
Black with #2D0846
Text Example
Text Example
White with #2D0846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0846; }
p { color: rgb(45,8,70); }
H1.HeaderClassName
{
color: #2D0846;
}
.AnyTagClassName
{
color: #2D0846;
}
</style>
background-color css
<style>
a { background-color: #2D0846; }
a { background-color: rgb(45,8,70); }
div.DivClassName
{
background-color: #2D0846;
}
.BgClassName
{
background-color: #2D0846;
}
</style>
border-color css
<style>
span { border-color: #2D0846; }
span { border-color: rgb(45,8,70); }
td.TdClassName
{
border-color: #2D0846;
}
.TagClassName
{
border-color: #2D0846;
}
</style>