Shades of Blackcurrant #2F1E3F
Tints of Blackcurrant #2F1E3F
RGB
CMYK
RGB Variations
Color information
#2F1E3F (or 0x2F1E3F) is known color: Blackcurrant. HEX triplet: 2F, 1E and 3F. RGB value is (47,30,63). Sum of RGB (Red+Green+Blue) = 47+30+63=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F1E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1E3F is #D0E1C0. Grayscale: #262626. Windows color (decimal): -13689281 or 4136495. OLE color: 4136495.
HSL color Cylindrical-coordinate representation of color #2F1E3F: hue angle of 270.91º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F1E3F is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 30 | 63 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.75 |
| HSL | 270.91º | 0.35% | 0.18% | - |
| HSV(B) | 270.91º | 0.52% | 0.25% | - |
| XYZ | 2.53 | 1.89 | 4.93 | - |
| YUV | 38.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 30 | 63 | 0.25 | 0.52 | 0 | 0.75 | 270.91 | 0.35 | 0.18 |
| Hex | 2F | 1E | 3F | 19 | 34 | 0 | 4B | 10F | 23 | 12 |
| Octal | 57 | 36 | 77 | 31 | 64 | 0 | 113 | 417 | 43 | 22 |
| Binary | 101111 | 11110 | 111111 | 11001 | 110100 | 0 | 1001011 | 100001111 | 100011 | 10010 |
Color Harmonies of #2F1E3F
Complementary color
Monochromatic Colors of #2F1E3F
Black with #2F1E3F
Text Example
Text Example
White with #2F1E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1E3F; }
p { color: rgb(47,30,63); }
H1.HeaderClassName
{
color: #2F1E3F;
}
.AnyTagClassName
{
color: #2F1E3F;
}
</style>
background-color css
<style>
a { background-color: #2F1E3F; }
a { background-color: rgb(47,30,63); }
div.DivClassName
{
background-color: #2F1E3F;
}
.BgClassName
{
background-color: #2F1E3F;
}
</style>
border-color css
<style>
span { border-color: #2F1E3F; }
span { border-color: rgb(47,30,63); }
td.TdClassName
{
border-color: #2F1E3F;
}
.TagClassName
{
border-color: #2F1E3F;
}
</style>