Shades of Blackcurrant #2F1E41
Tints of Blackcurrant #2F1E41
RGB
CMYK
RGB Variations
Color information
#2F1E41 (or 0x2F1E41) is known color: Blackcurrant. HEX triplet: 2F, 1E and 41. RGB value is (47,30,65). Sum of RGB (Red+Green+Blue) = 47+30+65=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #2F1E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1E41 is #D0E1BE. Grayscale: #262626. Windows color (decimal): -13689279 or 4267567. OLE color: 4267567.
HSL color Cylindrical-coordinate representation of color #2F1E41: hue angle of 269.14º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F1E41 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 30 | 65 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.75 |
| HSL | 269.14º | 0.37% | 0.19% | - |
| HSV(B) | 269.14º | 0.54% | 0.25% | - |
| XYZ | 2.59 | 1.91 | 5.23 | - |
| YUV | 39.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 30 | 65 | 0.28 | 0.54 | 0 | 0.75 | 269.14 | 0.37 | 0.19 |
| Hex | 2F | 1E | 41 | 1C | 36 | 0 | 4B | 10D | 25 | 13 |
| Octal | 57 | 36 | 101 | 34 | 66 | 0 | 113 | 415 | 45 | 23 |
| Binary | 101111 | 11110 | 1000001 | 11100 | 110110 | 0 | 1001011 | 100001101 | 100101 | 10011 |
Color Harmonies of #2F1E41
Complementary color
Monochromatic Colors of #2F1E41
Black with #2F1E41
Text Example
Text Example
White with #2F1E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1E41; }
p { color: rgb(47,30,65); }
H1.HeaderClassName
{
color: #2F1E41;
}
.AnyTagClassName
{
color: #2F1E41;
}
</style>
background-color css
<style>
a { background-color: #2F1E41; }
a { background-color: rgb(47,30,65); }
div.DivClassName
{
background-color: #2F1E41;
}
.BgClassName
{
background-color: #2F1E41;
}
</style>
border-color css
<style>
span { border-color: #2F1E41; }
span { border-color: rgb(47,30,65); }
td.TdClassName
{
border-color: #2F1E41;
}
.TagClassName
{
border-color: #2F1E41;
}
</style>