Shades of Blackcurrant #2F0555
Tints of Blackcurrant #2F0555
RGB
CMYK
RGB Variations
Color information
#2F0555 (or 0x2F0555) is known color: Blackcurrant. HEX triplet: 2F, 05 and 55. RGB value is (47,5,85). Sum of RGB (Red+Green+Blue) = 47+5+85=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #2F0555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0555 is #D0FAAA. Grayscale: #1A1A1A. Windows color (decimal): -13695659 or 5571887. OLE color: 5571887.
HSL color Cylindrical-coordinate representation of color #2F0555: hue angle of 271.5º 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 #2F0555 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 5 | 85 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.67 |
| HSL | 271.5º | 0.89% | 0.18% | - |
| HSV(B) | 271.5º | 0.94% | 0.33% | - |
| XYZ | 2.87 | 1.37 | 8.71 | - |
| YUV | 26.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 85 | 0.45 | 0.94 | 0 | 0.67 | 271.5 | 0.89 | 0.18 |
| Hex | 2F | 5 | 55 | 2D | 5E | 0 | 43 | 110 | 59 | 12 |
| Octal | 57 | 5 | 125 | 55 | 136 | 0 | 103 | 420 | 131 | 22 |
| Binary | 101111 | 101 | 1010101 | 101101 | 1011110 | 0 | 1000011 | 100010000 | 1011001 | 10010 |
Color Harmonies of #2F0555
Complementary color
Monochromatic Colors of #2F0555
Black with #2F0555
Text Example
Text Example
White with #2F0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0555; }
p { color: rgb(47,5,85); }
H1.HeaderClassName
{
color: #2F0555;
}
.AnyTagClassName
{
color: #2F0555;
}
</style>
background-color css
<style>
a { background-color: #2F0555; }
a { background-color: rgb(47,5,85); }
div.DivClassName
{
background-color: #2F0555;
}
.BgClassName
{
background-color: #2F0555;
}
</style>
border-color css
<style>
span { border-color: #2F0555; }
span { border-color: rgb(47,5,85); }
td.TdClassName
{
border-color: #2F0555;
}
.TagClassName
{
border-color: #2F0555;
}
</style>