Shades of Blackcurrant #2F0250
Tints of Blackcurrant #2F0250
RGB
CMYK
RGB Variations
Color information
#2F0250 (or 0x2F0250) is known color: Blackcurrant. HEX triplet: 2F, 02 and 50. RGB value is (47,2,80). Sum of RGB (Red+Green+Blue) = 47+2+80=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F0250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0250 is #D0FDAF. Grayscale: #181818. Windows color (decimal): -13696432 or 5243439. OLE color: 5243439.
HSL color Cylindrical-coordinate representation of color #2F0250: hue angle of 274.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F0250 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 2 | 80 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.69 |
| HSL | 274.62º | 0.95% | 0.16% | - |
| HSV(B) | 274.62º | 0.98% | 0.31% | - |
| XYZ | 2.64 | 1.23 | 7.69 | - |
| YUV | 24.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 80 | 0.41 | 0.98 | 0 | 0.69 | 274.62 | 0.95 | 0.16 |
| Hex | 2F | 2 | 50 | 29 | 62 | 0 | 45 | 113 | 5F | 10 |
| Octal | 57 | 2 | 120 | 51 | 142 | 0 | 105 | 423 | 137 | 20 |
| Binary | 101111 | 10 | 1010000 | 101001 | 1100010 | 0 | 1000101 | 100010011 | 1011111 | 10000 |
Color Harmonies of #2F0250
Complementary color
Monochromatic Colors of #2F0250
Black with #2F0250
Text Example
Text Example
White with #2F0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0250; }
p { color: rgb(47,2,80); }
H1.HeaderClassName
{
color: #2F0250;
}
.AnyTagClassName
{
color: #2F0250;
}
</style>
background-color css
<style>
a { background-color: #2F0250; }
a { background-color: rgb(47,2,80); }
div.DivClassName
{
background-color: #2F0250;
}
.BgClassName
{
background-color: #2F0250;
}
</style>
border-color css
<style>
span { border-color: #2F0250; }
span { border-color: rgb(47,2,80); }
td.TdClassName
{
border-color: #2F0250;
}
.TagClassName
{
border-color: #2F0250;
}
</style>