Shades of Blackcurrant #2D0B47
Tints of Blackcurrant #2D0B47
RGB
CMYK
RGB Variations
Color information
#2D0B47 (or 0x2D0B47) is known color: Blackcurrant. HEX triplet: 2D, 0B and 47. RGB value is (45,11,71). Sum of RGB (Red+Green+Blue) = 45+11+71=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #2D0B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0B47 is #D2F4B8. Grayscale: #1B1B1B. Windows color (decimal): -13825209 or 4655917. OLE color: 4655917.
HSL color Cylindrical-coordinate representation of color #2D0B47: hue angle of 274º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D0B47 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 11 | 71 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.72 |
| HSL | 274º | 0.73% | 0.16% | - |
| HSV(B) | 274º | 0.85% | 0.28% | - |
| XYZ | 2.34 | 1.25 | 6.08 | - |
| YUV | 28.01 | 152.26 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 11 | 71 | 0.37 | 0.85 | 0 | 0.72 | 274 | 0.73 | 0.16 |
| Hex | 2D | B | 47 | 25 | 55 | 0 | 48 | 112 | 49 | 10 |
| Octal | 55 | 13 | 107 | 45 | 125 | 0 | 110 | 422 | 111 | 20 |
| Binary | 101101 | 1011 | 1000111 | 100101 | 1010101 | 0 | 1001000 | 100010010 | 1001001 | 10000 |
Color Harmonies of #2D0B47
Complementary color
Monochromatic Colors of #2D0B47
Black with #2D0B47
Text Example
Text Example
White with #2D0B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0B47; }
p { color: rgb(45,11,71); }
H1.HeaderClassName
{
color: #2D0B47;
}
.AnyTagClassName
{
color: #2D0B47;
}
</style>
background-color css
<style>
a { background-color: #2D0B47; }
a { background-color: rgb(45,11,71); }
div.DivClassName
{
background-color: #2D0B47;
}
.BgClassName
{
background-color: #2D0B47;
}
</style>
border-color css
<style>
span { border-color: #2D0B47; }
span { border-color: rgb(45,11,71); }
td.TdClassName
{
border-color: #2D0B47;
}
.TagClassName
{
border-color: #2D0B47;
}
</style>