Shades of Blackcurrant #2F063F
Tints of Blackcurrant #2F063F
RGB
CMYK
RGB Variations
Color information
#2F063F (or 0x2F063F) is known color: Blackcurrant. HEX triplet: 2F, 06 and 3F. RGB value is (47,6,63). Sum of RGB (Red+Green+Blue) = 47+6+63=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F063F is #D0F9C0. Grayscale: #181818. Windows color (decimal): -13695425 or 4130351. OLE color: 4130351.
HSL color Cylindrical-coordinate representation of color #2F063F: hue angle of 283.16º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F063F is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 6 | 63 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.75 |
| HSL | 283.16º | 0.83% | 0.14% | - |
| HSV(B) | 283.16º | 0.9% | 0.25% | - |
| XYZ | 2.13 | 1.09 | 4.8 | - |
| YUV | 24.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 63 | 0.25 | 0.90 | 0 | 0.75 | 283.16 | 0.83 | 0.14 |
| Hex | 2F | 6 | 3F | 19 | 5A | 0 | 4B | 11B | 53 | E |
| Octal | 57 | 6 | 77 | 31 | 132 | 0 | 113 | 433 | 123 | 16 |
| Binary | 101111 | 110 | 111111 | 11001 | 1011010 | 0 | 1001011 | 100011011 | 1010011 | 1110 |
Color Harmonies of #2F063F
Complementary color
Monochromatic Colors of #2F063F
Black with #2F063F
Text Example
Text Example
White with #2F063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F063F; }
p { color: rgb(47,6,63); }
H1.HeaderClassName
{
color: #2F063F;
}
.AnyTagClassName
{
color: #2F063F;
}
</style>
background-color css
<style>
a { background-color: #2F063F; }
a { background-color: rgb(47,6,63); }
div.DivClassName
{
background-color: #2F063F;
}
.BgClassName
{
background-color: #2F063F;
}
</style>
border-color css
<style>
span { border-color: #2F063F; }
span { border-color: rgb(47,6,63); }
td.TdClassName
{
border-color: #2F063F;
}
.TagClassName
{
border-color: #2F063F;
}
</style>