Shades of Blackcurrant #2F0255
Tints of Blackcurrant #2F0255
RGB
CMYK
RGB Variations
Color information
#2F0255 (or 0x2F0255) is known color: Blackcurrant. HEX triplet: 2F, 02 and 55. RGB value is (47,2,85). Sum of RGB (Red+Green+Blue) = 47+2+85=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #2F0255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0255 is #D0FDAA. Grayscale: #181818. Windows color (decimal): -13696427 or 5571119. OLE color: 5571119.
HSL color Cylindrical-coordinate representation of color #2F0255: hue angle of 272.53º 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 #2F0255 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 2 | 85 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.67 |
| HSL | 272.53º | 0.95% | 0.17% | - |
| HSV(B) | 272.53º | 0.98% | 0.33% | - |
| XYZ | 2.83 | 1.3 | 8.7 | - |
| YUV | 24.92 | 161.91 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 85 | 0.45 | 0.98 | 0 | 0.67 | 272.53 | 0.95 | 0.17 |
| Hex | 2F | 2 | 55 | 2D | 62 | 0 | 43 | 111 | 5F | 11 |
| Octal | 57 | 2 | 125 | 55 | 142 | 0 | 103 | 421 | 137 | 21 |
| Binary | 101111 | 10 | 1010101 | 101101 | 1100010 | 0 | 1000011 | 100010001 | 1011111 | 10001 |
Color Harmonies of #2F0255
Complementary color
Monochromatic Colors of #2F0255
Black with #2F0255
Text Example
Text Example
White with #2F0255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0255; }
p { color: rgb(47,2,85); }
H1.HeaderClassName
{
color: #2F0255;
}
.AnyTagClassName
{
color: #2F0255;
}
</style>
background-color css
<style>
a { background-color: #2F0255; }
a { background-color: rgb(47,2,85); }
div.DivClassName
{
background-color: #2F0255;
}
.BgClassName
{
background-color: #2F0255;
}
</style>
border-color css
<style>
span { border-color: #2F0255; }
span { border-color: rgb(47,2,85); }
td.TdClassName
{
border-color: #2F0255;
}
.TagClassName
{
border-color: #2F0255;
}
</style>