Shades of Blackcurrant #2D0552
Tints of Blackcurrant #2D0552
RGB
CMYK
RGB Variations
Color information
#2D0552 (or 0x2D0552) is known color: Blackcurrant. HEX triplet: 2D, 05 and 52. RGB value is (45,5,82). Sum of RGB (Red+Green+Blue) = 45+5+82=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #2D0552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0552 is #D2FAAD. Grayscale: #191919. Windows color (decimal): -13826734 or 5375277. OLE color: 5375277.
HSL color Cylindrical-coordinate representation of color #2D0552: hue angle of 271.17º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0552 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 5 | 82 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.68 |
| HSL | 271.17º | 0.89% | 0.17% | - |
| HSV(B) | 271.17º | 0.94% | 0.32% | - |
| XYZ | 2.66 | 1.28 | 8.09 | - |
| YUV | 25.74 | 159.75 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 82 | 0.45 | 0.94 | 0 | 0.68 | 271.17 | 0.89 | 0.17 |
| Hex | 2D | 5 | 52 | 2D | 5E | 0 | 44 | 10F | 59 | 11 |
| Octal | 55 | 5 | 122 | 55 | 136 | 0 | 104 | 417 | 131 | 21 |
| Binary | 101101 | 101 | 1010010 | 101101 | 1011110 | 0 | 1000100 | 100001111 | 1011001 | 10001 |
Color Harmonies of #2D0552
Complementary color
Monochromatic Colors of #2D0552
Black with #2D0552
Text Example
Text Example
White with #2D0552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0552; }
p { color: rgb(45,5,82); }
H1.HeaderClassName
{
color: #2D0552;
}
.AnyTagClassName
{
color: #2D0552;
}
</style>
background-color css
<style>
a { background-color: #2D0552; }
a { background-color: rgb(45,5,82); }
div.DivClassName
{
background-color: #2D0552;
}
.BgClassName
{
background-color: #2D0552;
}
</style>
border-color css
<style>
span { border-color: #2D0552; }
span { border-color: rgb(45,5,82); }
td.TdClassName
{
border-color: #2D0552;
}
.TagClassName
{
border-color: #2D0552;
}
</style>