Shades of Blackcurrant #2F064C
Tints of Blackcurrant #2F064C
RGB
CMYK
RGB Variations
Color information
#2F064C (or 0x2F064C) is known color: Blackcurrant. HEX triplet: 2F, 06 and 4C. RGB value is (47,6,76). Sum of RGB (Red+Green+Blue) = 47+6+76=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F064C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F064C is #D0F9B3. Grayscale: #1A1A1A. Windows color (decimal): -13695412 or 4982319. OLE color: 4982319.
HSL color Cylindrical-coordinate representation of color #2F064C: hue angle of 275.14º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F064C is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 6 | 76 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.70 |
| HSL | 275.14º | 0.85% | 0.16% | - |
| HSV(B) | 275.14º | 0.92% | 0.3% | - |
| XYZ | 2.54 | 1.26 | 6.95 | - |
| YUV | 26.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 76 | 0.38 | 0.92 | 0 | 0.70 | 275.14 | 0.85 | 0.16 |
| Hex | 2F | 6 | 4C | 26 | 5C | 0 | 46 | 113 | 55 | 10 |
| Octal | 57 | 6 | 114 | 46 | 134 | 0 | 106 | 423 | 125 | 20 |
| Binary | 101111 | 110 | 1001100 | 100110 | 1011100 | 0 | 1000110 | 100010011 | 1010101 | 10000 |
Color Harmonies of #2F064C
Complementary color
Monochromatic Colors of #2F064C
Black with #2F064C
Text Example
Text Example
White with #2F064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F064C; }
p { color: rgb(47,6,76); }
H1.HeaderClassName
{
color: #2F064C;
}
.AnyTagClassName
{
color: #2F064C;
}
</style>
background-color css
<style>
a { background-color: #2F064C; }
a { background-color: rgb(47,6,76); }
div.DivClassName
{
background-color: #2F064C;
}
.BgClassName
{
background-color: #2F064C;
}
</style>
border-color css
<style>
span { border-color: #2F064C; }
span { border-color: rgb(47,6,76); }
td.TdClassName
{
border-color: #2F064C;
}
.TagClassName
{
border-color: #2F064C;
}
</style>