Shades of Blackcurrant #2F1E38
Tints of Blackcurrant #2F1E38
RGB
CMYK
RGB Variations
Color information
#2F1E38 (or 0x2F1E38) is known color: Blackcurrant. HEX triplet: 2F, 1E and 38. RGB value is (47,30,56). Sum of RGB (Red+Green+Blue) = 47+30+56=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F1E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1E38 is #D0E1C7. Grayscale: #252525. Windows color (decimal): -13689288 or 3677743. OLE color: 3677743.
HSL color Cylindrical-coordinate representation of color #2F1E38: hue angle of 279.23º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F1E38 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 30 | 56 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.78 |
| HSL | 279.23º | 0.3% | 0.17% | - |
| HSV(B) | 279.23º | 0.46% | 0.22% | - |
| XYZ | 2.35 | 1.82 | 3.97 | - |
| YUV | 38.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 30 | 56 | 0.16 | 0.46 | 0 | 0.78 | 279.23 | 0.3 | 0.17 |
| Hex | 2F | 1E | 38 | 10 | 2E | 0 | 4E | 117 | 1E | 11 |
| Octal | 57 | 36 | 70 | 20 | 56 | 0 | 116 | 427 | 36 | 21 |
| Binary | 101111 | 11110 | 111000 | 10000 | 101110 | 0 | 1001110 | 100010111 | 11110 | 10001 |
Color Harmonies of #2F1E38
Complementary color
Monochromatic Colors of #2F1E38
Black with #2F1E38
Text Example
Text Example
White with #2F1E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1E38; }
p { color: rgb(47,30,56); }
H1.HeaderClassName
{
color: #2F1E38;
}
.AnyTagClassName
{
color: #2F1E38;
}
</style>
background-color css
<style>
a { background-color: #2F1E38; }
a { background-color: rgb(47,30,56); }
div.DivClassName
{
background-color: #2F1E38;
}
.BgClassName
{
background-color: #2F1E38;
}
</style>
border-color css
<style>
span { border-color: #2F1E38; }
span { border-color: rgb(47,30,56); }
td.TdClassName
{
border-color: #2F1E38;
}
.TagClassName
{
border-color: #2F1E38;
}
</style>