Shades of Blackcurrant #2D0255
Tints of Blackcurrant #2D0255
RGB
CMYK
RGB Variations
Color information
#2D0255 (or 0x2D0255) is known color: Blackcurrant. HEX triplet: 2D, 02 and 55. RGB value is (45,2,85). Sum of RGB (Red+Green+Blue) = 45+2+85=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 85 (33.59% from 255 or 64.39% from 132); Max value from RGB is 85 - color contains mainly: blue. Hex color #2D0255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0255 is #D2FDAA. Grayscale: #181818. Windows color (decimal): -13827499 or 5571117. OLE color: 5571117.
HSL color Cylindrical-coordinate representation of color #2D0255: hue angle of 271.08º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D0255 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 2 | 85 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.67 |
| HSL | 271.08º | 0.95% | 0.17% | - |
| HSV(B) | 271.08º | 0.98% | 0.33% | - |
| XYZ | 2.74 | 1.26 | 8.69 | - |
| YUV | 24.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 85 | 0.47 | 0.98 | 0 | 0.67 | 271.08 | 0.95 | 0.17 |
| Hex | 2D | 2 | 55 | 2F | 62 | 0 | 43 | 10F | 5F | 11 |
| Octal | 55 | 2 | 125 | 57 | 142 | 0 | 103 | 417 | 137 | 21 |
| Binary | 101101 | 10 | 1010101 | 101111 | 1100010 | 0 | 1000011 | 100001111 | 1011111 | 10001 |
Color Harmonies of #2D0255
Complementary color
Monochromatic Colors of #2D0255
Black with #2D0255
Text Example
Text Example
White with #2D0255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0255; }
p { color: rgb(45,2,85); }
H1.HeaderClassName
{
color: #2D0255;
}
.AnyTagClassName
{
color: #2D0255;
}
</style>
background-color css
<style>
a { background-color: #2D0255; }
a { background-color: rgb(45,2,85); }
div.DivClassName
{
background-color: #2D0255;
}
.BgClassName
{
background-color: #2D0255;
}
</style>
border-color css
<style>
span { border-color: #2D0255; }
span { border-color: rgb(45,2,85); }
td.TdClassName
{
border-color: #2D0255;
}
.TagClassName
{
border-color: #2D0255;
}
</style>