Shades of Blackcurrant #2F2538
Tints of Blackcurrant #2F2538
RGB
CMYK
RGB Variations
Color information
#2F2538 (or 0x2F2538) is known color: Blackcurrant. HEX triplet: 2F, 25 and 38. RGB value is (47,37,56). Sum of RGB (Red+Green+Blue) = 47+37+56=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F2538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2538 is #D0DAC7. Grayscale: #2A2A2A. Windows color (decimal): -13687496 or 3679535. OLE color: 3679535.
HSL color Cylindrical-coordinate representation of color #2F2538: hue angle of 271.58º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F2538 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 37 | 56 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.78 |
| HSL | 271.58º | 0.2% | 0.18% | - |
| HSV(B) | 271.58º | 0.34% | 0.22% | - |
| XYZ | 2.55 | 2.21 | 4.03 | - |
| YUV | 42.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 56 | 0.16 | 0.34 | 0 | 0.78 | 271.58 | 0.2 | 0.18 |
| Hex | 2F | 25 | 38 | 10 | 22 | 0 | 4E | 110 | 14 | 12 |
| Octal | 57 | 45 | 70 | 20 | 42 | 0 | 116 | 420 | 24 | 22 |
| Binary | 101111 | 100101 | 111000 | 10000 | 100010 | 0 | 1001110 | 100010000 | 10100 | 10010 |
Color Harmonies of #2F2538
Complementary color
Monochromatic Colors of #2F2538
Black with #2F2538
Text Example
Text Example
White with #2F2538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2538; }
p { color: rgb(47,37,56); }
H1.HeaderClassName
{
color: #2F2538;
}
.AnyTagClassName
{
color: #2F2538;
}
</style>
background-color css
<style>
a { background-color: #2F2538; }
a { background-color: rgb(47,37,56); }
div.DivClassName
{
background-color: #2F2538;
}
.BgClassName
{
background-color: #2F2538;
}
</style>
border-color css
<style>
span { border-color: #2F2538; }
span { border-color: rgb(47,37,56); }
td.TdClassName
{
border-color: #2F2538;
}
.TagClassName
{
border-color: #2F2538;
}
</style>