Shades of Blackcurrant #2F0E45
Tints of Blackcurrant #2F0E45
RGB
CMYK
RGB Variations
Color information
#2F0E45 (or 0x2F0E45) is known color: Blackcurrant. HEX triplet: 2F, 0E and 45. RGB value is (47,14,69). Sum of RGB (Red+Green+Blue) = 47+14+69=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #2F0E45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0E45 is #D0F1BA. Grayscale: #1D1D1D. Windows color (decimal): -13693371 or 4525615. OLE color: 4525615.
HSL color Cylindrical-coordinate representation of color #2F0E45: hue angle of 276º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F0E45 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 14 | 69 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.73 |
| HSL | 276º | 0.66% | 0.16% | - |
| HSV(B) | 276º | 0.8% | 0.27% | - |
| XYZ | 2.4 | 1.35 | 5.76 | - |
| YUV | 30.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 14 | 69 | 0.32 | 0.80 | 0 | 0.73 | 276 | 0.66 | 0.16 |
| Hex | 2F | E | 45 | 20 | 50 | 0 | 49 | 114 | 42 | 10 |
| Octal | 57 | 16 | 105 | 40 | 120 | 0 | 111 | 424 | 102 | 20 |
| Binary | 101111 | 1110 | 1000101 | 100000 | 1010000 | 0 | 1001001 | 100010100 | 1000010 | 10000 |
Color Harmonies of #2F0E45
Complementary color
Monochromatic Colors of #2F0E45
Black with #2F0E45
Text Example
Text Example
White with #2F0E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0E45; }
p { color: rgb(47,14,69); }
H1.HeaderClassName
{
color: #2F0E45;
}
.AnyTagClassName
{
color: #2F0E45;
}
</style>
background-color css
<style>
a { background-color: #2F0E45; }
a { background-color: rgb(47,14,69); }
div.DivClassName
{
background-color: #2F0E45;
}
.BgClassName
{
background-color: #2F0E45;
}
</style>
border-color css
<style>
span { border-color: #2F0E45; }
span { border-color: rgb(47,14,69); }
td.TdClassName
{
border-color: #2F0E45;
}
.TagClassName
{
border-color: #2F0E45;
}
</style>