Shades of Blackcurrant #2D0F47
Tints of Blackcurrant #2D0F47
RGB
CMYK
RGB Variations
Color information
#2D0F47 (or 0x2D0F47) is known color: Blackcurrant. HEX triplet: 2D, 0F and 47. RGB value is (45,15,71). Sum of RGB (Red+Green+Blue) = 45+15+71=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #2D0F47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0F47 is #D2F0B8. Grayscale: #1E1E1E. Windows color (decimal): -13824185 or 4656941. OLE color: 4656941.
HSL color Cylindrical-coordinate representation of color #2D0F47: hue angle of 272.14º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D0F47 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 15 | 71 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.72 |
| HSL | 272.14º | 0.65% | 0.17% | - |
| HSV(B) | 272.14º | 0.79% | 0.28% | - |
| XYZ | 2.39 | 1.35 | 6.1 | - |
| YUV | 30.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 71 | 0.37 | 0.79 | 0 | 0.72 | 272.14 | 0.65 | 0.17 |
| Hex | 2D | F | 47 | 25 | 4F | 0 | 48 | 110 | 41 | 11 |
| Octal | 55 | 17 | 107 | 45 | 117 | 0 | 110 | 420 | 101 | 21 |
| Binary | 101101 | 1111 | 1000111 | 100101 | 1001111 | 0 | 1001000 | 100010000 | 1000001 | 10001 |
Color Harmonies of #2D0F47
Complementary color
Monochromatic Colors of #2D0F47
Black with #2D0F47
Text Example
Text Example
White with #2D0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0F47; }
p { color: rgb(45,15,71); }
H1.HeaderClassName
{
color: #2D0F47;
}
.AnyTagClassName
{
color: #2D0F47;
}
</style>
background-color css
<style>
a { background-color: #2D0F47; }
a { background-color: rgb(45,15,71); }
div.DivClassName
{
background-color: #2D0F47;
}
.BgClassName
{
background-color: #2D0F47;
}
</style>
border-color css
<style>
span { border-color: #2D0F47; }
span { border-color: rgb(45,15,71); }
td.TdClassName
{
border-color: #2D0F47;
}
.TagClassName
{
border-color: #2D0F47;
}
</style>