Shades of Blackcurrant #2D0E48
Tints of Blackcurrant #2D0E48
RGB
CMYK
RGB Variations
Color information
#2D0E48 (or 0x2D0E48) is known color: Blackcurrant. HEX triplet: 2D, 0E and 48. RGB value is (45,14,72). Sum of RGB (Red+Green+Blue) = 45+14+72=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D0E48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0E48 is #D2F1B7. Grayscale: #1D1D1D. Windows color (decimal): -13824440 or 4722221. OLE color: 4722221.
HSL color Cylindrical-coordinate representation of color #2D0E48: hue angle of 272.07º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D0E48 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 14 | 72 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.72 |
| HSL | 272.07º | 0.67% | 0.17% | - |
| HSV(B) | 272.07º | 0.81% | 0.28% | - |
| XYZ | 2.41 | 1.34 | 6.26 | - |
| YUV | 29.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 72 | 0.38 | 0.81 | 0 | 0.72 | 272.07 | 0.67 | 0.17 |
| Hex | 2D | E | 48 | 26 | 51 | 0 | 48 | 110 | 43 | 11 |
| Octal | 55 | 16 | 110 | 46 | 121 | 0 | 110 | 420 | 103 | 21 |
| Binary | 101101 | 1110 | 1001000 | 100110 | 1010001 | 0 | 1001000 | 100010000 | 1000011 | 10001 |
Color Harmonies of #2D0E48
Complementary color
Monochromatic Colors of #2D0E48
Black with #2D0E48
Text Example
Text Example
White with #2D0E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0E48; }
p { color: rgb(45,14,72); }
H1.HeaderClassName
{
color: #2D0E48;
}
.AnyTagClassName
{
color: #2D0E48;
}
</style>
background-color css
<style>
a { background-color: #2D0E48; }
a { background-color: rgb(45,14,72); }
div.DivClassName
{
background-color: #2D0E48;
}
.BgClassName
{
background-color: #2D0E48;
}
</style>
border-color css
<style>
span { border-color: #2D0E48; }
span { border-color: rgb(45,14,72); }
td.TdClassName
{
border-color: #2D0E48;
}
.TagClassName
{
border-color: #2D0E48;
}
</style>