Shades of Blackcurrant #2F0155
Tints of Blackcurrant #2F0155
RGB
CMYK
RGB Variations
Color information
#2F0155 (or 0x2F0155) is known color: Blackcurrant. HEX triplet: 2F, 01 and 55. RGB value is (47,1,85). Sum of RGB (Red+Green+Blue) = 47+1+85=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 1 (0.78% from 255 or 0.75% 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 #2F0155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0155 is #D0FEAA. Grayscale: #181818. Windows color (decimal): -13696683 or 5570863. OLE color: 5570863.
HSL color Cylindrical-coordinate representation of color #2F0155: hue angle of 272.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0155 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 1 | 85 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.67 |
| HSL | 272.86º | 0.98% | 0.17% | - |
| HSV(B) | 272.86º | 0.99% | 0.33% | - |
| XYZ | 2.82 | 1.28 | 8.69 | - |
| YUV | 24.33 | 162.24 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 85 | 0.45 | 0.99 | 0 | 0.67 | 272.86 | 0.98 | 0.17 |
| Hex | 2F | 1 | 55 | 2D | 63 | 0 | 43 | 111 | 62 | 11 |
| Octal | 57 | 1 | 125 | 55 | 143 | 0 | 103 | 421 | 142 | 21 |
| Binary | 101111 | 1 | 1010101 | 101101 | 1100011 | 0 | 1000011 | 100010001 | 1100010 | 10001 |
Color Harmonies of #2F0155
Complementary color
Monochromatic Colors of #2F0155
Black with #2F0155
Text Example
Text Example
White with #2F0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0155; }
p { color: rgb(47,1,85); }
H1.HeaderClassName
{
color: #2F0155;
}
.AnyTagClassName
{
color: #2F0155;
}
</style>
background-color css
<style>
a { background-color: #2F0155; }
a { background-color: rgb(47,1,85); }
div.DivClassName
{
background-color: #2F0155;
}
.BgClassName
{
background-color: #2F0155;
}
</style>
border-color css
<style>
span { border-color: #2F0155; }
span { border-color: rgb(47,1,85); }
td.TdClassName
{
border-color: #2F0155;
}
.TagClassName
{
border-color: #2F0155;
}
</style>