Shades of Blackcurrant #2F0539
Tints of Blackcurrant #2F0539
RGB
CMYK
RGB Variations
Color information
#2F0539 (or 0x2F0539) is known color: Blackcurrant. HEX triplet: 2F, 05 and 39. RGB value is (47,5,57). Sum of RGB (Red+Green+Blue) = 47+5+57=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #2F0539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0539 is #D0FAC6. Grayscale: #171717. Windows color (decimal): -13695687 or 3736879. OLE color: 3736879.
HSL color Cylindrical-coordinate representation of color #2F0539: hue angle of 288.46º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F0539 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 5 | 57 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.78 |
| HSL | 288.46º | 0.84% | 0.12% | - |
| HSV(B) | 288.46º | 0.91% | 0.22% | - |
| XYZ | 1.97 | 1.01 | 3.96 | - |
| YUV | 23.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 57 | 0.18 | 0.91 | 0 | 0.78 | 288.46 | 0.84 | 0.12 |
| Hex | 2F | 5 | 39 | 12 | 5B | 0 | 4E | 120 | 54 | C |
| Octal | 57 | 5 | 71 | 22 | 133 | 0 | 116 | 440 | 124 | 14 |
| Binary | 101111 | 101 | 111001 | 10010 | 1011011 | 0 | 1001110 | 100100000 | 1010100 | 1100 |
Color Harmonies of #2F0539
Complementary color
Monochromatic Colors of #2F0539
Black with #2F0539
Text Example
Text Example
White with #2F0539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0539; }
p { color: rgb(47,5,57); }
H1.HeaderClassName
{
color: #2F0539;
}
.AnyTagClassName
{
color: #2F0539;
}
</style>
background-color css
<style>
a { background-color: #2F0539; }
a { background-color: rgb(47,5,57); }
div.DivClassName
{
background-color: #2F0539;
}
.BgClassName
{
background-color: #2F0539;
}
</style>
border-color css
<style>
span { border-color: #2F0539; }
span { border-color: rgb(47,5,57); }
td.TdClassName
{
border-color: #2F0539;
}
.TagClassName
{
border-color: #2F0539;
}
</style>