Shades of Blackcurrant #2F1E40
Tints of Blackcurrant #2F1E40
RGB
CMYK
RGB Variations
Color information
#2F1E40 (or 0x2F1E40) is known color: Blackcurrant. HEX triplet: 2F, 1E and 40. RGB value is (47,30,64). Sum of RGB (Red+Green+Blue) = 47+30+64=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F1E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1E40 is #D0E1BF. Grayscale: #262626. Windows color (decimal): -13689280 or 4202031. OLE color: 4202031.
HSL color Cylindrical-coordinate representation of color #2F1E40: hue angle of 270º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F1E40 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 30 | 64 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.75 |
| HSL | 270º | 0.36% | 0.18% | - |
| HSV(B) | 270º | 0.53% | 0.25% | - |
| XYZ | 2.56 | 1.9 | 5.08 | - |
| YUV | 38.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 30 | 64 | 0.27 | 0.53 | 0 | 0.75 | 270 | 0.36 | 0.18 |
| Hex | 2F | 1E | 40 | 1B | 35 | 0 | 4B | 10E | 24 | 12 |
| Octal | 57 | 36 | 100 | 33 | 65 | 0 | 113 | 416 | 44 | 22 |
| Binary | 101111 | 11110 | 1000000 | 11011 | 110101 | 0 | 1001011 | 100001110 | 100100 | 10010 |
Color Harmonies of #2F1E40
Complementary color
Monochromatic Colors of #2F1E40
Black with #2F1E40
Text Example
Text Example
White with #2F1E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1E40; }
p { color: rgb(47,30,64); }
H1.HeaderClassName
{
color: #2F1E40;
}
.AnyTagClassName
{
color: #2F1E40;
}
</style>
background-color css
<style>
a { background-color: #2F1E40; }
a { background-color: rgb(47,30,64); }
div.DivClassName
{
background-color: #2F1E40;
}
.BgClassName
{
background-color: #2F1E40;
}
</style>
border-color css
<style>
span { border-color: #2F1E40; }
span { border-color: rgb(47,30,64); }
td.TdClassName
{
border-color: #2F1E40;
}
.TagClassName
{
border-color: #2F1E40;
}
</style>