Shades of Blackcurrant #2F0034
Tints of Blackcurrant #2F0034
RGB
CMYK
RGB Variations
Color information
#2F0034 (or 0x2F0034) is known color: Blackcurrant. HEX triplet: 2F, 00 and 34. RGB value is (47,0,52). Sum of RGB (Red+Green+Blue) = 47+0+52=99 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47.47% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F0034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0034 is #D0FFCB. Grayscale: #131313. Windows color (decimal): -13696972 or 3407919. OLE color: 3407919.
HSL color Cylindrical-coordinate representation of color #2F0034: hue angle of 294.23º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F0034 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 0 | 52 | - |
| CMYK | 0.10 | 1 | 0 | 0.80 |
| HSL | 294.23º | 1% | 0.1% | - |
| HSV(B) | 294.23º | 1% | 0.2% | - |
| XYZ | 1.79 | 0.85 | 3.32 | - |
| YUV | 19.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 52 | 0.10 | 1 | 0 | 0.80 | 294.23 | 1 | 0.1 |
| Hex | 2F | 0 | 34 | A | 64 | 0 | 50 | 126 | 64 | A |
| Octal | 57 | 0 | 64 | 12 | 144 | 0 | 120 | 446 | 144 | 12 |
| Binary | 101111 | 0 | 110100 | 1010 | 1100100 | 0 | 1010000 | 100100110 | 1100100 | 1010 |
Color Harmonies of #2F0034
Complementary color
Monochromatic Colors of #2F0034
Black with #2F0034
Text Example
Text Example
White with #2F0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0034; }
p { color: rgb(47,0,52); }
H1.HeaderClassName
{
color: #2F0034;
}
.AnyTagClassName
{
color: #2F0034;
}
</style>
background-color css
<style>
a { background-color: #2F0034; }
a { background-color: rgb(47,0,52); }
div.DivClassName
{
background-color: #2F0034;
}
.BgClassName
{
background-color: #2F0034;
}
</style>
border-color css
<style>
span { border-color: #2F0034; }
span { border-color: rgb(47,0,52); }
td.TdClassName
{
border-color: #2F0034;
}
.TagClassName
{
border-color: #2F0034;
}
</style>