Shades of Blackcurrant #2D0746
Tints of Blackcurrant #2D0746
RGB
CMYK
RGB Variations
Color information
#2D0746 (or 0x2D0746) is known color: Blackcurrant. HEX triplet: 2D, 07 and 46. RGB value is (45,7,70). Sum of RGB (Red+Green+Blue) = 45+7+70=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #2D0746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0746 is #D2F8B9. Grayscale: #191919. Windows color (decimal): -13826234 or 4589357. OLE color: 4589357.
HSL color Cylindrical-coordinate representation of color #2D0746: hue angle of 276.19º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D0746 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 7 | 70 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.73 |
| HSL | 276.19º | 0.82% | 0.15% | - |
| HSV(B) | 276.19º | 0.9% | 0.27% | - |
| XYZ | 2.26 | 1.15 | 5.9 | - |
| YUV | 25.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 70 | 0.36 | 0.90 | 0 | 0.73 | 276.19 | 0.82 | 0.15 |
| Hex | 2D | 7 | 46 | 24 | 5A | 0 | 49 | 114 | 52 | F |
| Octal | 55 | 7 | 106 | 44 | 132 | 0 | 111 | 424 | 122 | 17 |
| Binary | 101101 | 111 | 1000110 | 100100 | 1011010 | 0 | 1001001 | 100010100 | 1010010 | 1111 |
Color Harmonies of #2D0746
Complementary color
Monochromatic Colors of #2D0746
Black with #2D0746
Text Example
Text Example
White with #2D0746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0746; }
p { color: rgb(45,7,70); }
H1.HeaderClassName
{
color: #2D0746;
}
.AnyTagClassName
{
color: #2D0746;
}
</style>
background-color css
<style>
a { background-color: #2D0746; }
a { background-color: rgb(45,7,70); }
div.DivClassName
{
background-color: #2D0746;
}
.BgClassName
{
background-color: #2D0746;
}
</style>
border-color css
<style>
span { border-color: #2D0746; }
span { border-color: rgb(45,7,70); }
td.TdClassName
{
border-color: #2D0746;
}
.TagClassName
{
border-color: #2D0746;
}
</style>