Shades of Blackcurrant #2D0555
Tints of Blackcurrant #2D0555
RGB
CMYK
RGB Variations
Color information
#2D0555 (or 0x2D0555) is known color: Blackcurrant. HEX triplet: 2D, 05 and 55. RGB value is (45,5,85). Sum of RGB (Red+Green+Blue) = 45+5+85=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #2D0555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0555 is #D2FAAA. Grayscale: #191919. Windows color (decimal): -13826731 or 5571885. OLE color: 5571885.
HSL color Cylindrical-coordinate representation of color #2D0555: hue angle of 270º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0555 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 5 | 85 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.67 |
| HSL | 270º | 0.89% | 0.18% | - |
| HSV(B) | 270º | 0.94% | 0.33% | - |
| XYZ | 2.78 | 1.32 | 8.7 | - |
| YUV | 26.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 85 | 0.47 | 0.94 | 0 | 0.67 | 270 | 0.89 | 0.18 |
| Hex | 2D | 5 | 55 | 2F | 5E | 0 | 43 | 10E | 59 | 12 |
| Octal | 55 | 5 | 125 | 57 | 136 | 0 | 103 | 416 | 131 | 22 |
| Binary | 101101 | 101 | 1010101 | 101111 | 1011110 | 0 | 1000011 | 100001110 | 1011001 | 10010 |
Color Harmonies of #2D0555
Complementary color
Monochromatic Colors of #2D0555
Black with #2D0555
Text Example
Text Example
White with #2D0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0555; }
p { color: rgb(45,5,85); }
H1.HeaderClassName
{
color: #2D0555;
}
.AnyTagClassName
{
color: #2D0555;
}
</style>
background-color css
<style>
a { background-color: #2D0555; }
a { background-color: rgb(45,5,85); }
div.DivClassName
{
background-color: #2D0555;
}
.BgClassName
{
background-color: #2D0555;
}
</style>
border-color css
<style>
span { border-color: #2D0555; }
span { border-color: rgb(45,5,85); }
td.TdClassName
{
border-color: #2D0555;
}
.TagClassName
{
border-color: #2D0555;
}
</style>