Shades of Blackcurrant #2F1D39
Tints of Blackcurrant #2F1D39
RGB
CMYK
RGB Variations
Color information
#2F1D39 (or 0x2F1D39) is known color: Blackcurrant. HEX triplet: 2F, 1D and 39. RGB value is (47,29,57). Sum of RGB (Red+Green+Blue) = 47+29+57=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #2F1D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1D39 is #D0E2C6. Grayscale: #252525. Windows color (decimal): -13689543 or 3743023. OLE color: 3743023.
HSL color Cylindrical-coordinate representation of color #2F1D39: hue angle of 278.57º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F1D39 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 29 | 57 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.78 |
| HSL | 278.57º | 0.33% | 0.17% | - |
| HSV(B) | 278.57º | 0.49% | 0.22% | - |
| XYZ | 2.35 | 1.78 | 4.09 | - |
| YUV | 37.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 29 | 57 | 0.18 | 0.49 | 0 | 0.78 | 278.57 | 0.33 | 0.17 |
| Hex | 2F | 1D | 39 | 12 | 31 | 0 | 4E | 117 | 21 | 11 |
| Octal | 57 | 35 | 71 | 22 | 61 | 0 | 116 | 427 | 41 | 21 |
| Binary | 101111 | 11101 | 111001 | 10010 | 110001 | 0 | 1001110 | 100010111 | 100001 | 10001 |
Color Harmonies of #2F1D39
Complementary color
Monochromatic Colors of #2F1D39
Black with #2F1D39
Text Example
Text Example
White with #2F1D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1D39; }
p { color: rgb(47,29,57); }
H1.HeaderClassName
{
color: #2F1D39;
}
.AnyTagClassName
{
color: #2F1D39;
}
</style>
background-color css
<style>
a { background-color: #2F1D39; }
a { background-color: rgb(47,29,57); }
div.DivClassName
{
background-color: #2F1D39;
}
.BgClassName
{
background-color: #2F1D39;
}
</style>
border-color css
<style>
span { border-color: #2F1D39; }
span { border-color: rgb(47,29,57); }
td.TdClassName
{
border-color: #2F1D39;
}
.TagClassName
{
border-color: #2F1D39;
}
</style>