Shades of Blackcurrant #2F1142
Tints of Blackcurrant #2F1142
RGB
CMYK
RGB Variations
Color information
#2F1142 (or 0x2F1142) is known color: Blackcurrant. HEX triplet: 2F, 11 and 42. RGB value is (47,17,66). Sum of RGB (Red+Green+Blue) = 47+17+66=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #2F1142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1142 is #D0EEBD. Grayscale: #1F1F1F. Windows color (decimal): -13692606 or 4329775. OLE color: 4329775.
HSL color Cylindrical-coordinate representation of color #2F1142: hue angle of 276.73º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F1142 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 17 | 66 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.74 |
| HSL | 276.73º | 0.59% | 0.16% | - |
| HSV(B) | 276.73º | 0.74% | 0.26% | - |
| XYZ | 2.36 | 1.4 | 5.3 | - |
| YUV | 31.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 66 | 0.29 | 0.74 | 0 | 0.74 | 276.73 | 0.59 | 0.16 |
| Hex | 2F | 11 | 42 | 1D | 4A | 0 | 4A | 115 | 3B | 10 |
| Octal | 57 | 21 | 102 | 35 | 112 | 0 | 112 | 425 | 73 | 20 |
| Binary | 101111 | 10001 | 1000010 | 11101 | 1001010 | 0 | 1001010 | 100010101 | 111011 | 10000 |
Color Harmonies of #2F1142
Complementary color
Monochromatic Colors of #2F1142
Black with #2F1142
Text Example
Text Example
White with #2F1142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1142; }
p { color: rgb(47,17,66); }
H1.HeaderClassName
{
color: #2F1142;
}
.AnyTagClassName
{
color: #2F1142;
}
</style>
background-color css
<style>
a { background-color: #2F1142; }
a { background-color: rgb(47,17,66); }
div.DivClassName
{
background-color: #2F1142;
}
.BgClassName
{
background-color: #2F1142;
}
</style>
border-color css
<style>
span { border-color: #2F1142; }
span { border-color: rgb(47,17,66); }
td.TdClassName
{
border-color: #2F1142;
}
.TagClassName
{
border-color: #2F1142;
}
</style>