Shades of Blackcurrant #2F2439
Tints of Blackcurrant #2F2439
RGB
CMYK
RGB Variations
Color information
#2F2439 (or 0x2F2439) is known color: Blackcurrant. HEX triplet: 2F, 24 and 39. RGB value is (47,36,57). Sum of RGB (Red+Green+Blue) = 47+36+57=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 57 - color contains mainly: blue. Hex color #2F2439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2439 is #D0DBC6. Grayscale: #292929. Windows color (decimal): -13687751 or 3744815. OLE color: 3744815.
HSL color Cylindrical-coordinate representation of color #2F2439: hue angle of 271.43º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F2439 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 36 | 57 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.78 |
| HSL | 271.43º | 0.23% | 0.18% | - |
| HSV(B) | 271.43º | 0.37% | 0.22% | - |
| XYZ | 2.54 | 2.16 | 4.15 | - |
| YUV | 41.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 57 | 0.18 | 0.37 | 0 | 0.78 | 271.43 | 0.23 | 0.18 |
| Hex | 2F | 24 | 39 | 12 | 25 | 0 | 4E | 10F | 17 | 12 |
| Octal | 57 | 44 | 71 | 22 | 45 | 0 | 116 | 417 | 27 | 22 |
| Binary | 101111 | 100100 | 111001 | 10010 | 100101 | 0 | 1001110 | 100001111 | 10111 | 10010 |
Color Harmonies of #2F2439
Complementary color
Monochromatic Colors of #2F2439
Black with #2F2439
Text Example
Text Example
White with #2F2439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2439; }
p { color: rgb(47,36,57); }
H1.HeaderClassName
{
color: #2F2439;
}
.AnyTagClassName
{
color: #2F2439;
}
</style>
background-color css
<style>
a { background-color: #2F2439; }
a { background-color: rgb(47,36,57); }
div.DivClassName
{
background-color: #2F2439;
}
.BgClassName
{
background-color: #2F2439;
}
</style>
border-color css
<style>
span { border-color: #2F2439; }
span { border-color: rgb(47,36,57); }
td.TdClassName
{
border-color: #2F2439;
}
.TagClassName
{
border-color: #2F2439;
}
</style>