Shades of Blackcurrant #2F073F
Tints of Blackcurrant #2F073F
RGB
CMYK
RGB Variations
Color information
#2F073F (or 0x2F073F) is known color: Blackcurrant. HEX triplet: 2F, 07 and 3F. RGB value is (47,7,63). Sum of RGB (Red+Green+Blue) = 47+7+63=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F073F is #D0F8C0. Grayscale: #191919. Windows color (decimal): -13695169 or 4130607. OLE color: 4130607.
HSL color Cylindrical-coordinate representation of color #2F073F: hue angle of 282.86º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F073F is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 7 | 63 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.75 |
| HSL | 282.86º | 0.8% | 0.14% | - |
| HSV(B) | 282.86º | 0.89% | 0.25% | - |
| XYZ | 2.15 | 1.12 | 4.8 | - |
| YUV | 25.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 63 | 0.25 | 0.89 | 0 | 0.75 | 282.86 | 0.8 | 0.14 |
| Hex | 2F | 7 | 3F | 19 | 59 | 0 | 4B | 11B | 50 | E |
| Octal | 57 | 7 | 77 | 31 | 131 | 0 | 113 | 433 | 120 | 16 |
| Binary | 101111 | 111 | 111111 | 11001 | 1011001 | 0 | 1001011 | 100011011 | 1010000 | 1110 |
Color Harmonies of #2F073F
Complementary color
Monochromatic Colors of #2F073F
Black with #2F073F
Text Example
Text Example
White with #2F073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F073F; }
p { color: rgb(47,7,63); }
H1.HeaderClassName
{
color: #2F073F;
}
.AnyTagClassName
{
color: #2F073F;
}
</style>
background-color css
<style>
a { background-color: #2F073F; }
a { background-color: rgb(47,7,63); }
div.DivClassName
{
background-color: #2F073F;
}
.BgClassName
{
background-color: #2F073F;
}
</style>
border-color css
<style>
span { border-color: #2F073F; }
span { border-color: rgb(47,7,63); }
td.TdClassName
{
border-color: #2F073F;
}
.TagClassName
{
border-color: #2F073F;
}
</style>