Shades of Blackcurrant #2F173E
Tints of Blackcurrant #2F173E
RGB
CMYK
RGB Variations
Color information
#2F173E (or 0x2F173E) is known color: Blackcurrant. HEX triplet: 2F, 17 and 3E. RGB value is (47,23,62). Sum of RGB (Red+Green+Blue) = 47+23+62=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #2F173E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F173E is #D0E8C1. Grayscale: #222222. Windows color (decimal): -13691074 or 4069167. OLE color: 4069167.
HSL color Cylindrical-coordinate representation of color #2F173E: hue angle of 276.92º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F173E is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 23 | 62 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.76 |
| HSL | 276.92º | 0.46% | 0.17% | - |
| HSV(B) | 276.92º | 0.63% | 0.24% | - |
| XYZ | 2.35 | 1.56 | 4.74 | - |
| YUV | 34.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 62 | 0.24 | 0.63 | 0 | 0.76 | 276.92 | 0.46 | 0.17 |
| Hex | 2F | 17 | 3E | 18 | 3F | 0 | 4C | 115 | 2E | 11 |
| Octal | 57 | 27 | 76 | 30 | 77 | 0 | 114 | 425 | 56 | 21 |
| Binary | 101111 | 10111 | 111110 | 11000 | 111111 | 0 | 1001100 | 100010101 | 101110 | 10001 |
Color Harmonies of #2F173E
Complementary color
Monochromatic Colors of #2F173E
Black with #2F173E
Text Example
Text Example
White with #2F173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F173E; }
p { color: rgb(47,23,62); }
H1.HeaderClassName
{
color: #2F173E;
}
.AnyTagClassName
{
color: #2F173E;
}
</style>
background-color css
<style>
a { background-color: #2F173E; }
a { background-color: rgb(47,23,62); }
div.DivClassName
{
background-color: #2F173E;
}
.BgClassName
{
background-color: #2F173E;
}
</style>
border-color css
<style>
span { border-color: #2F173E; }
span { border-color: rgb(47,23,62); }
td.TdClassName
{
border-color: #2F173E;
}
.TagClassName
{
border-color: #2F173E;
}
</style>