Shades of Blackcurrant #2F054C
Tints of Blackcurrant #2F054C
RGB
CMYK
RGB Variations
Color information
#2F054C (or 0x2F054C) is known color: Blackcurrant. HEX triplet: 2F, 05 and 4C. RGB value is (47,5,76). Sum of RGB (Red+Green+Blue) = 47+5+76=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F054C is #D0FAB3. Grayscale: #191919. Windows color (decimal): -13695668 or 4982063. OLE color: 4982063.
HSL color Cylindrical-coordinate representation of color #2F054C: hue angle of 275.49º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F054C is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 5 | 76 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.70 |
| HSL | 275.49º | 0.88% | 0.16% | - |
| HSV(B) | 275.49º | 0.93% | 0.3% | - |
| XYZ | 2.53 | 1.23 | 6.94 | - |
| YUV | 25.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 76 | 0.38 | 0.93 | 0 | 0.70 | 275.49 | 0.88 | 0.16 |
| Hex | 2F | 5 | 4C | 26 | 5D | 0 | 46 | 113 | 58 | 10 |
| Octal | 57 | 5 | 114 | 46 | 135 | 0 | 106 | 423 | 130 | 20 |
| Binary | 101111 | 101 | 1001100 | 100110 | 1011101 | 0 | 1000110 | 100010011 | 1011000 | 10000 |
Color Harmonies of #2F054C
Complementary color
Monochromatic Colors of #2F054C
Black with #2F054C
Text Example
Text Example
White with #2F054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F054C; }
p { color: rgb(47,5,76); }
H1.HeaderClassName
{
color: #2F054C;
}
.AnyTagClassName
{
color: #2F054C;
}
</style>
background-color css
<style>
a { background-color: #2F054C; }
a { background-color: rgb(47,5,76); }
div.DivClassName
{
background-color: #2F054C;
}
.BgClassName
{
background-color: #2F054C;
}
</style>
border-color css
<style>
span { border-color: #2F054C; }
span { border-color: rgb(47,5,76); }
td.TdClassName
{
border-color: #2F054C;
}
.TagClassName
{
border-color: #2F054C;
}
</style>