Shades of Blackcurrant #2D0355
Tints of Blackcurrant #2D0355
RGB
CMYK
RGB Variations
Color information
#2D0355 (or 0x2D0355) is known color: Blackcurrant. HEX triplet: 2D, 03 and 55. RGB value is (45,3,85). Sum of RGB (Red+Green+Blue) = 45+3+85=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #2D0355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0355 is #D2FCAA. Grayscale: #181818. Windows color (decimal): -13827243 or 5571373. OLE color: 5571373.
HSL color Cylindrical-coordinate representation of color #2D0355: hue angle of 270.73º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0355 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 3 | 85 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.67 |
| HSL | 270.73º | 0.93% | 0.17% | - |
| HSV(B) | 270.73º | 0.96% | 0.33% | - |
| XYZ | 2.75 | 1.28 | 8.7 | - |
| YUV | 24.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 85 | 0.47 | 0.96 | 0 | 0.67 | 270.73 | 0.93 | 0.17 |
| Hex | 2D | 3 | 55 | 2F | 60 | 0 | 43 | 10F | 5D | 11 |
| Octal | 55 | 3 | 125 | 57 | 140 | 0 | 103 | 417 | 135 | 21 |
| Binary | 101101 | 11 | 1010101 | 101111 | 1100000 | 0 | 1000011 | 100001111 | 1011101 | 10001 |
Color Harmonies of #2D0355
Complementary color
Monochromatic Colors of #2D0355
Black with #2D0355
Text Example
Text Example
White with #2D0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0355; }
p { color: rgb(45,3,85); }
H1.HeaderClassName
{
color: #2D0355;
}
.AnyTagClassName
{
color: #2D0355;
}
</style>
background-color css
<style>
a { background-color: #2D0355; }
a { background-color: rgb(45,3,85); }
div.DivClassName
{
background-color: #2D0355;
}
.BgClassName
{
background-color: #2D0355;
}
</style>
border-color css
<style>
span { border-color: #2D0355; }
span { border-color: rgb(45,3,85); }
td.TdClassName
{
border-color: #2D0355;
}
.TagClassName
{
border-color: #2D0355;
}
</style>