Shades of Blackcurrant #2F153C
Tints of Blackcurrant #2F153C
RGB
CMYK
RGB Variations
Color information
#2F153C (or 0x2F153C) is known color: Blackcurrant. HEX triplet: 2F, 15 and 3C. RGB value is (47,21,60). Sum of RGB (Red+Green+Blue) = 47+21+60=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 60 - color contains mainly: blue. Hex color #2F153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F153C is #D0EAC3. Grayscale: #212121. Windows color (decimal): -13691588 or 3937583. OLE color: 3937583.
HSL color Cylindrical-coordinate representation of color #2F153C: hue angle of 280º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F153C is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 21 | 60 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.76 |
| HSL | 280º | 0.48% | 0.16% | - |
| HSV(B) | 280º | 0.65% | 0.24% | - |
| XYZ | 2.26 | 1.47 | 4.44 | - |
| YUV | 33.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 60 | 0.22 | 0.65 | 0 | 0.76 | 280 | 0.48 | 0.16 |
| Hex | 2F | 15 | 3C | 16 | 41 | 0 | 4C | 118 | 30 | 10 |
| Octal | 57 | 25 | 74 | 26 | 101 | 0 | 114 | 430 | 60 | 20 |
| Binary | 101111 | 10101 | 111100 | 10110 | 1000001 | 0 | 1001100 | 100011000 | 110000 | 10000 |
Color Harmonies of #2F153C
Complementary color
Monochromatic Colors of #2F153C
Black with #2F153C
Text Example
Text Example
White with #2F153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F153C; }
p { color: rgb(47,21,60); }
H1.HeaderClassName
{
color: #2F153C;
}
.AnyTagClassName
{
color: #2F153C;
}
</style>
background-color css
<style>
a { background-color: #2F153C; }
a { background-color: rgb(47,21,60); }
div.DivClassName
{
background-color: #2F153C;
}
.BgClassName
{
background-color: #2F153C;
}
</style>
border-color css
<style>
span { border-color: #2F153C; }
span { border-color: rgb(47,21,60); }
td.TdClassName
{
border-color: #2F153C;
}
.TagClassName
{
border-color: #2F153C;
}
</style>