Shades of Blackcurrant #2D0C47
Tints of Blackcurrant #2D0C47
RGB
CMYK
RGB Variations
Color information
#2D0C47 (or 0x2D0C47) is known color: Blackcurrant. HEX triplet: 2D, 0C and 47. RGB value is (45,12,71). Sum of RGB (Red+Green+Blue) = 45+12+71=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #2D0C47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0C47 is #D2F3B8. Grayscale: #1C1C1C. Windows color (decimal): -13824953 or 4656173. OLE color: 4656173.
HSL color Cylindrical-coordinate representation of color #2D0C47: hue angle of 273.56º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D0C47 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 12 | 71 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.72 |
| HSL | 273.56º | 0.71% | 0.16% | - |
| HSV(B) | 273.56º | 0.83% | 0.28% | - |
| XYZ | 2.35 | 1.28 | 6.08 | - |
| YUV | 28.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 71 | 0.37 | 0.83 | 0 | 0.72 | 273.56 | 0.71 | 0.16 |
| Hex | 2D | C | 47 | 25 | 53 | 0 | 48 | 112 | 47 | 10 |
| Octal | 55 | 14 | 107 | 45 | 123 | 0 | 110 | 422 | 107 | 20 |
| Binary | 101101 | 1100 | 1000111 | 100101 | 1010011 | 0 | 1001000 | 100010010 | 1000111 | 10000 |
Color Harmonies of #2D0C47
Complementary color
Monochromatic Colors of #2D0C47
Black with #2D0C47
Text Example
Text Example
White with #2D0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0C47; }
p { color: rgb(45,12,71); }
H1.HeaderClassName
{
color: #2D0C47;
}
.AnyTagClassName
{
color: #2D0C47;
}
</style>
background-color css
<style>
a { background-color: #2D0C47; }
a { background-color: rgb(45,12,71); }
div.DivClassName
{
background-color: #2D0C47;
}
.BgClassName
{
background-color: #2D0C47;
}
</style>
border-color css
<style>
span { border-color: #2D0C47; }
span { border-color: rgb(45,12,71); }
td.TdClassName
{
border-color: #2D0C47;
}
.TagClassName
{
border-color: #2D0C47;
}
</style>