Shades of Blackcurrant #2F074A
Tints of Blackcurrant #2F074A
RGB
CMYK
RGB Variations
Color information
#2F074A (or 0x2F074A) is known color: Blackcurrant. HEX triplet: 2F, 07 and 4A. RGB value is (47,7,74). Sum of RGB (Red+Green+Blue) = 47+7+74=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #2F074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F074A is #D0F8B5. Grayscale: #1A1A1A. Windows color (decimal): -13695158 or 4851503. OLE color: 4851503.
HSL color Cylindrical-coordinate representation of color #2F074A: hue angle of 275.82º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F074A is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 7 | 74 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.71 |
| HSL | 275.82º | 0.83% | 0.16% | - |
| HSV(B) | 275.82º | 0.91% | 0.29% | - |
| XYZ | 2.48 | 1.25 | 6.59 | - |
| YUV | 26.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 74 | 0.36 | 0.91 | 0 | 0.71 | 275.82 | 0.83 | 0.16 |
| Hex | 2F | 7 | 4A | 24 | 5B | 0 | 47 | 114 | 53 | 10 |
| Octal | 57 | 7 | 112 | 44 | 133 | 0 | 107 | 424 | 123 | 20 |
| Binary | 101111 | 111 | 1001010 | 100100 | 1011011 | 0 | 1000111 | 100010100 | 1010011 | 10000 |
Color Harmonies of #2F074A
Complementary color
Monochromatic Colors of #2F074A
Black with #2F074A
Text Example
Text Example
White with #2F074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F074A; }
p { color: rgb(47,7,74); }
H1.HeaderClassName
{
color: #2F074A;
}
.AnyTagClassName
{
color: #2F074A;
}
</style>
background-color css
<style>
a { background-color: #2F074A; }
a { background-color: rgb(47,7,74); }
div.DivClassName
{
background-color: #2F074A;
}
.BgClassName
{
background-color: #2F074A;
}
</style>
border-color css
<style>
span { border-color: #2F074A; }
span { border-color: rgb(47,7,74); }
td.TdClassName
{
border-color: #2F074A;
}
.TagClassName
{
border-color: #2F074A;
}
</style>