Shades of Blackcurrant #2D0C49
Tints of Blackcurrant #2D0C49
RGB
CMYK
RGB Variations
Color information
#2D0C49 (or 0x2D0C49) is known color: Blackcurrant. HEX triplet: 2D, 0C and 49. RGB value is (45,12,73). Sum of RGB (Red+Green+Blue) = 45+12+73=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #2D0C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0C49 is #D2F3B6. Grayscale: #1C1C1C. Windows color (decimal): -13824951 or 4787245. OLE color: 4787245.
HSL color Cylindrical-coordinate representation of color #2D0C49: hue angle of 272.46º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D0C49 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 12 | 73 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.71 |
| HSL | 272.46º | 0.72% | 0.17% | - |
| HSV(B) | 272.46º | 0.84% | 0.29% | - |
| XYZ | 2.42 | 1.3 | 6.43 | - |
| YUV | 28.82 | 152.93 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 73 | 0.38 | 0.84 | 0 | 0.71 | 272.46 | 0.72 | 0.17 |
| Hex | 2D | C | 49 | 26 | 54 | 0 | 47 | 110 | 48 | 11 |
| Octal | 55 | 14 | 111 | 46 | 124 | 0 | 107 | 420 | 110 | 21 |
| Binary | 101101 | 1100 | 1001001 | 100110 | 1010100 | 0 | 1000111 | 100010000 | 1001000 | 10001 |
Color Harmonies of #2D0C49
Complementary color
Monochromatic Colors of #2D0C49
Black with #2D0C49
Text Example
Text Example
White with #2D0C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0C49; }
p { color: rgb(45,12,73); }
H1.HeaderClassName
{
color: #2D0C49;
}
.AnyTagClassName
{
color: #2D0C49;
}
</style>
background-color css
<style>
a { background-color: #2D0C49; }
a { background-color: rgb(45,12,73); }
div.DivClassName
{
background-color: #2D0C49;
}
.BgClassName
{
background-color: #2D0C49;
}
</style>
border-color css
<style>
span { border-color: #2D0C49; }
span { border-color: rgb(45,12,73); }
td.TdClassName
{
border-color: #2D0C49;
}
.TagClassName
{
border-color: #2D0C49;
}
</style>