Shades of Blackcurrant #2F1338
Tints of Blackcurrant #2F1338
RGB
CMYK
RGB Variations
Color information
#2F1338 (or 0x2F1338) is known color: Blackcurrant. HEX triplet: 2F, 13 and 38. RGB value is (47,19,56). Sum of RGB (Red+Green+Blue) = 47+19+56=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F1338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1338 is #D0ECC7. Grayscale: #1F1F1F. Windows color (decimal): -13692104 or 3674927. OLE color: 3674927.
HSL color Cylindrical-coordinate representation of color #2F1338: hue angle of 285.41º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F1338 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 19 | 56 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.78 |
| HSL | 285.41º | 0.49% | 0.15% | - |
| HSV(B) | 285.41º | 0.66% | 0.22% | - |
| XYZ | 2.12 | 1.36 | 3.89 | - |
| YUV | 31.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 56 | 0.16 | 0.66 | 0 | 0.78 | 285.41 | 0.49 | 0.15 |
| Hex | 2F | 13 | 38 | 10 | 42 | 0 | 4E | 11D | 31 | F |
| Octal | 57 | 23 | 70 | 20 | 102 | 0 | 116 | 435 | 61 | 17 |
| Binary | 101111 | 10011 | 111000 | 10000 | 1000010 | 0 | 1001110 | 100011101 | 110001 | 1111 |
Color Harmonies of #2F1338
Complementary color
Monochromatic Colors of #2F1338
Black with #2F1338
Text Example
Text Example
White with #2F1338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1338; }
p { color: rgb(47,19,56); }
H1.HeaderClassName
{
color: #2F1338;
}
.AnyTagClassName
{
color: #2F1338;
}
</style>
background-color css
<style>
a { background-color: #2F1338; }
a { background-color: rgb(47,19,56); }
div.DivClassName
{
background-color: #2F1338;
}
.BgClassName
{
background-color: #2F1338;
}
</style>
border-color css
<style>
span { border-color: #2F1338; }
span { border-color: rgb(47,19,56); }
td.TdClassName
{
border-color: #2F1338;
}
.TagClassName
{
border-color: #2F1338;
}
</style>