Shades of Blackcurrant #2F173A
Tints of Blackcurrant #2F173A
RGB
CMYK
RGB Variations
Color information
#2F173A (or 0x2F173A) is known color: Blackcurrant. HEX triplet: 2F, 17 and 3A. RGB value is (47,23,58). Sum of RGB (Red+Green+Blue) = 47+23+58=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F173A is #D0E8C5. Grayscale: #222222. Windows color (decimal): -13691078 or 3807023. OLE color: 3807023.
HSL color Cylindrical-coordinate representation of color #2F173A: hue angle of 281.14º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F173A is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 23 | 58 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.77 |
| HSL | 281.14º | 0.43% | 0.16% | - |
| HSV(B) | 281.14º | 0.6% | 0.23% | - |
| XYZ | 2.24 | 1.52 | 4.18 | - |
| YUV | 34.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 58 | 0.19 | 0.60 | 0 | 0.77 | 281.14 | 0.43 | 0.16 |
| Hex | 2F | 17 | 3A | 13 | 3C | 0 | 4D | 119 | 2B | 10 |
| Octal | 57 | 27 | 72 | 23 | 74 | 0 | 115 | 431 | 53 | 20 |
| Binary | 101111 | 10111 | 111010 | 10011 | 111100 | 0 | 1001101 | 100011001 | 101011 | 10000 |
Color Harmonies of #2F173A
Complementary color
Monochromatic Colors of #2F173A
Black with #2F173A
Text Example
Text Example
White with #2F173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F173A; }
p { color: rgb(47,23,58); }
H1.HeaderClassName
{
color: #2F173A;
}
.AnyTagClassName
{
color: #2F173A;
}
</style>
background-color css
<style>
a { background-color: #2F173A; }
a { background-color: rgb(47,23,58); }
div.DivClassName
{
background-color: #2F173A;
}
.BgClassName
{
background-color: #2F173A;
}
</style>
border-color css
<style>
span { border-color: #2F173A; }
span { border-color: rgb(47,23,58); }
td.TdClassName
{
border-color: #2F173A;
}
.TagClassName
{
border-color: #2F173A;
}
</style>