Shades of Blackcurrant #2F1942
Tints of Blackcurrant #2F1942
RGB
CMYK
RGB Variations
Color information
#2F1942 (or 0x2F1942) is known color: Blackcurrant. HEX triplet: 2F, 19 and 42. RGB value is (47,25,66). Sum of RGB (Red+Green+Blue) = 47+25+66=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: blue. Hex color #2F1942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1942 is #D0E6BD. Grayscale: #242424. Windows color (decimal): -13690558 or 4331823. OLE color: 4331823.
HSL color Cylindrical-coordinate representation of color #2F1942: hue angle of 272.2º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F1942 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 25 | 66 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.74 |
| HSL | 272.2º | 0.45% | 0.18% | - |
| HSV(B) | 272.2º | 0.62% | 0.26% | - |
| XYZ | 2.5 | 1.69 | 5.35 | - |
| YUV | 36.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 66 | 0.29 | 0.62 | 0 | 0.74 | 272.2 | 0.45 | 0.18 |
| Hex | 2F | 19 | 42 | 1D | 3E | 0 | 4A | 110 | 2D | 12 |
| Octal | 57 | 31 | 102 | 35 | 76 | 0 | 112 | 420 | 55 | 22 |
| Binary | 101111 | 11001 | 1000010 | 11101 | 111110 | 0 | 1001010 | 100010000 | 101101 | 10010 |
Color Harmonies of #2F1942
Complementary color
Monochromatic Colors of #2F1942
Black with #2F1942
Text Example
Text Example
White with #2F1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1942; }
p { color: rgb(47,25,66); }
H1.HeaderClassName
{
color: #2F1942;
}
.AnyTagClassName
{
color: #2F1942;
}
</style>
background-color css
<style>
a { background-color: #2F1942; }
a { background-color: rgb(47,25,66); }
div.DivClassName
{
background-color: #2F1942;
}
.BgClassName
{
background-color: #2F1942;
}
</style>
border-color css
<style>
span { border-color: #2F1942; }
span { border-color: rgb(47,25,66); }
td.TdClassName
{
border-color: #2F1942;
}
.TagClassName
{
border-color: #2F1942;
}
</style>