Shades of Blackcurrant #2F0A34
Tints of Blackcurrant #2F0A34
RGB
CMYK
RGB Variations
Color information
#2F0A34 (or 0x2F0A34) is known color: Blackcurrant. HEX triplet: 2F, 0A and 34. RGB value is (47,10,52). Sum of RGB (Red+Green+Blue) = 47+10+52=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F0A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0A34 is #D0F5CB. Grayscale: #191919. Windows color (decimal): -13694412 or 3410479. OLE color: 3410479.
HSL color Cylindrical-coordinate representation of color #2F0A34: hue angle of 292.86º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F0A34 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 10 | 52 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.80 |
| HSL | 292.86º | 0.68% | 0.12% | - |
| HSV(B) | 292.86º | 0.81% | 0.2% | - |
| XYZ | 1.9 | 1.07 | 3.36 | - |
| YUV | 25.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 52 | 0.10 | 0.81 | 0 | 0.80 | 292.86 | 0.68 | 0.12 |
| Hex | 2F | A | 34 | A | 51 | 0 | 50 | 125 | 44 | C |
| Octal | 57 | 12 | 64 | 12 | 121 | 0 | 120 | 445 | 104 | 14 |
| Binary | 101111 | 1010 | 110100 | 1010 | 1010001 | 0 | 1010000 | 100100101 | 1000100 | 1100 |
Color Harmonies of #2F0A34
Complementary color
Monochromatic Colors of #2F0A34
Black with #2F0A34
Text Example
Text Example
White with #2F0A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0A34; }
p { color: rgb(47,10,52); }
H1.HeaderClassName
{
color: #2F0A34;
}
.AnyTagClassName
{
color: #2F0A34;
}
</style>
background-color css
<style>
a { background-color: #2F0A34; }
a { background-color: rgb(47,10,52); }
div.DivClassName
{
background-color: #2F0A34;
}
.BgClassName
{
background-color: #2F0A34;
}
</style>
border-color css
<style>
span { border-color: #2F0A34; }
span { border-color: rgb(47,10,52); }
td.TdClassName
{
border-color: #2F0A34;
}
.TagClassName
{
border-color: #2F0A34;
}
</style>