Shades of Blackcurrant #2F183D
Tints of Blackcurrant #2F183D
RGB
CMYK
RGB Variations
Color information
#2F183D (or 0x2F183D) is known color: Blackcurrant. HEX triplet: 2F, 18 and 3D. RGB value is (47,24,61). Sum of RGB (Red+Green+Blue) = 47+24+61=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F183D is #D0E7C2. Grayscale: #222222. Windows color (decimal): -13690819 or 4003887. OLE color: 4003887.
HSL color Cylindrical-coordinate representation of color #2F183D: hue angle of 277.3º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F183D is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 24 | 61 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.76 |
| HSL | 277.3º | 0.44% | 0.17% | - |
| HSV(B) | 277.3º | 0.61% | 0.24% | - |
| XYZ | 2.34 | 1.59 | 4.6 | - |
| YUV | 35.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 61 | 0.23 | 0.61 | 0 | 0.76 | 277.3 | 0.44 | 0.17 |
| Hex | 2F | 18 | 3D | 17 | 3D | 0 | 4C | 115 | 2C | 11 |
| Octal | 57 | 30 | 75 | 27 | 75 | 0 | 114 | 425 | 54 | 21 |
| Binary | 101111 | 11000 | 111101 | 10111 | 111101 | 0 | 1001100 | 100010101 | 101100 | 10001 |
Color Harmonies of #2F183D
Complementary color
Monochromatic Colors of #2F183D
Black with #2F183D
Text Example
Text Example
White with #2F183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F183D; }
p { color: rgb(47,24,61); }
H1.HeaderClassName
{
color: #2F183D;
}
.AnyTagClassName
{
color: #2F183D;
}
</style>
background-color css
<style>
a { background-color: #2F183D; }
a { background-color: rgb(47,24,61); }
div.DivClassName
{
background-color: #2F183D;
}
.BgClassName
{
background-color: #2F183D;
}
</style>
border-color css
<style>
span { border-color: #2F183D; }
span { border-color: rgb(47,24,61); }
td.TdClassName
{
border-color: #2F183D;
}
.TagClassName
{
border-color: #2F183D;
}
</style>