Shades of Blackcurrant #2F0437
Tints of Blackcurrant #2F0437
RGB
CMYK
RGB Variations
Color information
#2F0437 (or 0x2F0437) is known color: Blackcurrant. HEX triplet: 2F, 04 and 37. RGB value is (47,4,55). Sum of RGB (Red+Green+Blue) = 47+4+55=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F0437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0437 is #D0FBC8. Grayscale: #161616. Windows color (decimal): -13695945 or 3605551. OLE color: 3605551.
HSL color Cylindrical-coordinate representation of color #2F0437: hue angle of 290.59º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0437 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 4 | 55 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.78 |
| HSL | 290.59º | 0.86% | 0.12% | - |
| HSV(B) | 290.59º | 0.93% | 0.22% | - |
| XYZ | 1.91 | 0.97 | 3.7 | - |
| YUV | 22.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 4 | 55 | 0.15 | 0.93 | 0 | 0.78 | 290.59 | 0.86 | 0.12 |
| Hex | 2F | 4 | 37 | F | 5D | 0 | 4E | 123 | 56 | C |
| Octal | 57 | 4 | 67 | 17 | 135 | 0 | 116 | 443 | 126 | 14 |
| Binary | 101111 | 100 | 110111 | 1111 | 1011101 | 0 | 1001110 | 100100011 | 1010110 | 1100 |
Color Harmonies of #2F0437
Complementary color
Monochromatic Colors of #2F0437
Black with #2F0437
Text Example
Text Example
White with #2F0437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0437; }
p { color: rgb(47,4,55); }
H1.HeaderClassName
{
color: #2F0437;
}
.AnyTagClassName
{
color: #2F0437;
}
</style>
background-color css
<style>
a { background-color: #2F0437; }
a { background-color: rgb(47,4,55); }
div.DivClassName
{
background-color: #2F0437;
}
.BgClassName
{
background-color: #2F0437;
}
</style>
border-color css
<style>
span { border-color: #2F0437; }
span { border-color: rgb(47,4,55); }
td.TdClassName
{
border-color: #2F0437;
}
.TagClassName
{
border-color: #2F0437;
}
</style>