Shades of Blackcurrant #2F143B
Tints of Blackcurrant #2F143B
RGB
CMYK
RGB Variations
Color information
#2F143B (or 0x2F143B) is known color: Blackcurrant. HEX triplet: 2F, 14 and 3B. RGB value is (47,20,59). Sum of RGB (Red+Green+Blue) = 47+20+59=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 59 - color contains mainly: blue. Hex color #2F143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F143B is #D0EBC4. Grayscale: #202020. Windows color (decimal): -13691845 or 3871791. OLE color: 3871791.
HSL color Cylindrical-coordinate representation of color #2F143B: hue angle of 281.54º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F143B is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 20 | 59 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.77 |
| HSL | 281.54º | 0.49% | 0.15% | - |
| HSV(B) | 281.54º | 0.66% | 0.23% | - |
| XYZ | 2.21 | 1.42 | 4.3 | - |
| YUV | 32.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 59 | 0.20 | 0.66 | 0 | 0.77 | 281.54 | 0.49 | 0.15 |
| Hex | 2F | 14 | 3B | 14 | 42 | 0 | 4D | 11A | 31 | F |
| Octal | 57 | 24 | 73 | 24 | 102 | 0 | 115 | 432 | 61 | 17 |
| Binary | 101111 | 10100 | 111011 | 10100 | 1000010 | 0 | 1001101 | 100011010 | 110001 | 1111 |
Color Harmonies of #2F143B
Complementary color
Monochromatic Colors of #2F143B
Black with #2F143B
Text Example
Text Example
White with #2F143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F143B; }
p { color: rgb(47,20,59); }
H1.HeaderClassName
{
color: #2F143B;
}
.AnyTagClassName
{
color: #2F143B;
}
</style>
background-color css
<style>
a { background-color: #2F143B; }
a { background-color: rgb(47,20,59); }
div.DivClassName
{
background-color: #2F143B;
}
.BgClassName
{
background-color: #2F143B;
}
</style>
border-color css
<style>
span { border-color: #2F143B; }
span { border-color: rgb(47,20,59); }
td.TdClassName
{
border-color: #2F143B;
}
.TagClassName
{
border-color: #2F143B;
}
</style>