Shades of Blackcurrant #2F143E
Tints of Blackcurrant #2F143E
RGB
CMYK
RGB Variations
Color information
#2F143E (or 0x2F143E) is known color: Blackcurrant. HEX triplet: 2F, 14 and 3E. RGB value is (47,20,62). Sum of RGB (Red+Green+Blue) = 47+20+62=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 62 - color contains mainly: blue. Hex color #2F143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F143E is #D0EBC1. Grayscale: #202020. Windows color (decimal): -13691842 or 4068399. OLE color: 4068399.
HSL color Cylindrical-coordinate representation of color #2F143E: hue angle of 278.57º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F143E is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 20 | 62 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.76 |
| HSL | 278.57º | 0.51% | 0.16% | - |
| HSV(B) | 278.57º | 0.68% | 0.24% | - |
| XYZ | 2.29 | 1.45 | 4.72 | - |
| YUV | 32.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 62 | 0.24 | 0.68 | 0 | 0.76 | 278.57 | 0.51 | 0.16 |
| Hex | 2F | 14 | 3E | 18 | 44 | 0 | 4C | 117 | 33 | 10 |
| Octal | 57 | 24 | 76 | 30 | 104 | 0 | 114 | 427 | 63 | 20 |
| Binary | 101111 | 10100 | 111110 | 11000 | 1000100 | 0 | 1001100 | 100010111 | 110011 | 10000 |
Color Harmonies of #2F143E
Complementary color
Monochromatic Colors of #2F143E
Black with #2F143E
Text Example
Text Example
White with #2F143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F143E; }
p { color: rgb(47,20,62); }
H1.HeaderClassName
{
color: #2F143E;
}
.AnyTagClassName
{
color: #2F143E;
}
</style>
background-color css
<style>
a { background-color: #2F143E; }
a { background-color: rgb(47,20,62); }
div.DivClassName
{
background-color: #2F143E;
}
.BgClassName
{
background-color: #2F143E;
}
</style>
border-color css
<style>
span { border-color: #2F143E; }
span { border-color: rgb(47,20,62); }
td.TdClassName
{
border-color: #2F143E;
}
.TagClassName
{
border-color: #2F143E;
}
</style>