Shades of Blackcurrant #2D0055
Tints of Blackcurrant #2D0055
RGB
CMYK
RGB Variations
Color information
#2D0055 (or 0x2D0055) is known color: Blackcurrant. HEX triplet: 2D, 00 and 55. RGB value is (45,0,85). Sum of RGB (Red+Green+Blue) = 45+0+85=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 85 (33.59% from 255 or 65.38% from 130); Max value from RGB is 85 - color contains mainly: blue. Hex color #2D0055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0055 is #D2FFAA. Grayscale: #161616. Windows color (decimal): -13828011 or 5570605. OLE color: 5570605.
HSL color Cylindrical-coordinate representation of color #2D0055: hue angle of 271.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0055 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 0 | 85 | - |
| CMYK | 0.47 | 1 | 0 | 0.67 |
| HSL | 271.76º | 1% | 0.17% | - |
| HSV(B) | 271.76º | 1% | 0.33% | - |
| XYZ | 2.72 | 1.21 | 8.69 | - |
| YUV | 23.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 85 | 0.47 | 1 | 0 | 0.67 | 271.76 | 1 | 0.17 |
| Hex | 2D | 0 | 55 | 2F | 64 | 0 | 43 | 110 | 64 | 11 |
| Octal | 55 | 0 | 125 | 57 | 144 | 0 | 103 | 420 | 144 | 21 |
| Binary | 101101 | 0 | 1010101 | 101111 | 1100100 | 0 | 1000011 | 100010000 | 1100100 | 10001 |
Color Harmonies of #2D0055
Complementary color
Monochromatic Colors of #2D0055
Black with #2D0055
Text Example
Text Example
White with #2D0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0055; }
p { color: rgb(45,0,85); }
H1.HeaderClassName
{
color: #2D0055;
}
.AnyTagClassName
{
color: #2D0055;
}
</style>
background-color css
<style>
a { background-color: #2D0055; }
a { background-color: rgb(45,0,85); }
div.DivClassName
{
background-color: #2D0055;
}
.BgClassName
{
background-color: #2D0055;
}
</style>
border-color css
<style>
span { border-color: #2D0055; }
span { border-color: rgb(45,0,85); }
td.TdClassName
{
border-color: #2D0055;
}
.TagClassName
{
border-color: #2D0055;
}
</style>