Shades of Blackcurrant #2F023B
Tints of Blackcurrant #2F023B
RGB
CMYK
RGB Variations
Color information
#2F023B (or 0x2F023B) is known color: Blackcurrant. HEX triplet: 2F, 02 and 3B. RGB value is (47,2,59). Sum of RGB (Red+Green+Blue) = 47+2+59=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #2F023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F023B is #D0FDC4. Grayscale: #151515. Windows color (decimal): -13696453 or 3867183. OLE color: 3867183.
HSL color Cylindrical-coordinate representation of color #2F023B: hue angle of 287.37º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F023B is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 2 | 59 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.77 |
| HSL | 287.37º | 0.93% | 0.12% | - |
| HSV(B) | 287.37º | 0.97% | 0.23% | - |
| XYZ | 1.98 | 0.96 | 4.22 | - |
| YUV | 21.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 59 | 0.20 | 0.97 | 0 | 0.77 | 287.37 | 0.93 | 0.12 |
| Hex | 2F | 2 | 3B | 14 | 61 | 0 | 4D | 11F | 5D | C |
| Octal | 57 | 2 | 73 | 24 | 141 | 0 | 115 | 437 | 135 | 14 |
| Binary | 101111 | 10 | 111011 | 10100 | 1100001 | 0 | 1001101 | 100011111 | 1011101 | 1100 |
Color Harmonies of #2F023B
Complementary color
Monochromatic Colors of #2F023B
Black with #2F023B
Text Example
Text Example
White with #2F023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F023B; }
p { color: rgb(47,2,59); }
H1.HeaderClassName
{
color: #2F023B;
}
.AnyTagClassName
{
color: #2F023B;
}
</style>
background-color css
<style>
a { background-color: #2F023B; }
a { background-color: rgb(47,2,59); }
div.DivClassName
{
background-color: #2F023B;
}
.BgClassName
{
background-color: #2F023B;
}
</style>
border-color css
<style>
span { border-color: #2F023B; }
span { border-color: rgb(47,2,59); }
td.TdClassName
{
border-color: #2F023B;
}
.TagClassName
{
border-color: #2F023B;
}
</style>