Shades of Blackcurrant #2F034D
Tints of Blackcurrant #2F034D
RGB
CMYK
RGB Variations
Color information
#2F034D (or 0x2F034D) is known color: Blackcurrant. HEX triplet: 2F, 03 and 4D. RGB value is (47,3,77). Sum of RGB (Red+Green+Blue) = 47+3+77=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F034D is #D0FCB2. Grayscale: #181818. Windows color (decimal): -13696179 or 5047087. OLE color: 5047087.
HSL color Cylindrical-coordinate representation of color #2F034D: hue angle of 275.68º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F034D is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 3 | 77 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.70 |
| HSL | 275.68º | 0.93% | 0.16% | - |
| HSV(B) | 275.68º | 0.96% | 0.3% | - |
| XYZ | 2.54 | 1.21 | 7.12 | - |
| YUV | 24.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 77 | 0.39 | 0.96 | 0 | 0.70 | 275.68 | 0.93 | 0.16 |
| Hex | 2F | 3 | 4D | 27 | 60 | 0 | 46 | 114 | 5C | 10 |
| Octal | 57 | 3 | 115 | 47 | 140 | 0 | 106 | 424 | 134 | 20 |
| Binary | 101111 | 11 | 1001101 | 100111 | 1100000 | 0 | 1000110 | 100010100 | 1011100 | 10000 |
Color Harmonies of #2F034D
Complementary color
Monochromatic Colors of #2F034D
Black with #2F034D
Text Example
Text Example
White with #2F034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F034D; }
p { color: rgb(47,3,77); }
H1.HeaderClassName
{
color: #2F034D;
}
.AnyTagClassName
{
color: #2F034D;
}
</style>
background-color css
<style>
a { background-color: #2F034D; }
a { background-color: rgb(47,3,77); }
div.DivClassName
{
background-color: #2F034D;
}
.BgClassName
{
background-color: #2F034D;
}
</style>
border-color css
<style>
span { border-color: #2F034D; }
span { border-color: rgb(47,3,77); }
td.TdClassName
{
border-color: #2F034D;
}
.TagClassName
{
border-color: #2F034D;
}
</style>