Shades of Blackcurrant #2F2438
Tints of Blackcurrant #2F2438
RGB
CMYK
RGB Variations
Color information
#2F2438 (or 0x2F2438) is known color: Blackcurrant. HEX triplet: 2F, 24 and 38. RGB value is (47,36,56). Sum of RGB (Red+Green+Blue) = 47+36+56=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F2438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2438 is #D0DBC7. Grayscale: #292929. Windows color (decimal): -13687752 or 3679279. OLE color: 3679279.
HSL color Cylindrical-coordinate representation of color #2F2438: hue angle of 273º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F2438 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 36 | 56 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.78 |
| HSL | 273º | 0.22% | 0.18% | - |
| HSV(B) | 273º | 0.36% | 0.22% | - |
| XYZ | 2.52 | 2.15 | 4.02 | - |
| YUV | 41.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 56 | 0.16 | 0.36 | 0 | 0.78 | 273 | 0.22 | 0.18 |
| Hex | 2F | 24 | 38 | 10 | 24 | 0 | 4E | 111 | 16 | 12 |
| Octal | 57 | 44 | 70 | 20 | 44 | 0 | 116 | 421 | 26 | 22 |
| Binary | 101111 | 100100 | 111000 | 10000 | 100100 | 0 | 1001110 | 100010001 | 10110 | 10010 |
Color Harmonies of #2F2438
Complementary color
Monochromatic Colors of #2F2438
Black with #2F2438
Text Example
Text Example
White with #2F2438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2438; }
p { color: rgb(47,36,56); }
H1.HeaderClassName
{
color: #2F2438;
}
.AnyTagClassName
{
color: #2F2438;
}
</style>
background-color css
<style>
a { background-color: #2F2438; }
a { background-color: rgb(47,36,56); }
div.DivClassName
{
background-color: #2F2438;
}
.BgClassName
{
background-color: #2F2438;
}
</style>
border-color css
<style>
span { border-color: #2F2438; }
span { border-color: rgb(47,36,56); }
td.TdClassName
{
border-color: #2F2438;
}
.TagClassName
{
border-color: #2F2438;
}
</style>