Shades of Blackcurrant #2F074B
Tints of Blackcurrant #2F074B
RGB
CMYK
RGB Variations
Color information
#2F074B (or 0x2F074B) is known color: Blackcurrant. HEX triplet: 2F, 07 and 4B. RGB value is (47,7,75). Sum of RGB (Red+Green+Blue) = 47+7+75=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F074B is #D0F8B4. Grayscale: #1A1A1A. Windows color (decimal): -13695157 or 4917039. OLE color: 4917039.
HSL color Cylindrical-coordinate representation of color #2F074B: hue angle of 275.29º 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 #2F074B is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 7 | 75 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.71 |
| HSL | 275.29º | 0.83% | 0.16% | - |
| HSV(B) | 275.29º | 0.91% | 0.29% | - |
| XYZ | 2.52 | 1.26 | 6.77 | - |
| YUV | 26.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 75 | 0.37 | 0.91 | 0 | 0.71 | 275.29 | 0.83 | 0.16 |
| Hex | 2F | 7 | 4B | 25 | 5B | 0 | 47 | 113 | 53 | 10 |
| Octal | 57 | 7 | 113 | 45 | 133 | 0 | 107 | 423 | 123 | 20 |
| Binary | 101111 | 111 | 1001011 | 100101 | 1011011 | 0 | 1000111 | 100010011 | 1010011 | 10000 |
Color Harmonies of #2F074B
Complementary color
Monochromatic Colors of #2F074B
Black with #2F074B
Text Example
Text Example
White with #2F074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F074B; }
p { color: rgb(47,7,75); }
H1.HeaderClassName
{
color: #2F074B;
}
.AnyTagClassName
{
color: #2F074B;
}
</style>
background-color css
<style>
a { background-color: #2F074B; }
a { background-color: rgb(47,7,75); }
div.DivClassName
{
background-color: #2F074B;
}
.BgClassName
{
background-color: #2F074B;
}
</style>
border-color css
<style>
span { border-color: #2F074B; }
span { border-color: rgb(47,7,75); }
td.TdClassName
{
border-color: #2F074B;
}
.TagClassName
{
border-color: #2F074B;
}
</style>