Shades of Blackcurrant #2F0037
Tints of Blackcurrant #2F0037
RGB
CMYK
RGB Variations
Color information
#2F0037 (or 0x2F0037) is known color: Blackcurrant. HEX triplet: 2F, 00 and 37. RGB value is (47,0,55). Sum of RGB (Red+Green+Blue) = 47+0+55=102 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.08% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 55 (21.88% from 255 or 53.92% from 102); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F0037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0037 is #D0FFC8. Grayscale: #141414. Windows color (decimal): -13696969 or 3604527. OLE color: 3604527.
HSL color Cylindrical-coordinate representation of color #2F0037: hue angle of 291.27º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F0037 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 0 | 55 | - |
| CMYK | 0.15 | 1 | 0 | 0.78 |
| HSL | 291.27º | 1% | 0.11% | - |
| HSV(B) | 291.27º | 1% | 0.22% | - |
| XYZ | 1.86 | 0.88 | 3.69 | - |
| YUV | 20.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 55 | 0.15 | 1 | 0 | 0.78 | 291.27 | 1 | 0.11 |
| Hex | 2F | 0 | 37 | F | 64 | 0 | 4E | 123 | 64 | B |
| Octal | 57 | 0 | 67 | 17 | 144 | 0 | 116 | 443 | 144 | 13 |
| Binary | 101111 | 0 | 110111 | 1111 | 1100100 | 0 | 1001110 | 100100011 | 1100100 | 1011 |
Color Harmonies of #2F0037
Complementary color
Monochromatic Colors of #2F0037
Black with #2F0037
Text Example
Text Example
White with #2F0037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0037; }
p { color: rgb(47,0,55); }
H1.HeaderClassName
{
color: #2F0037;
}
.AnyTagClassName
{
color: #2F0037;
}
</style>
background-color css
<style>
a { background-color: #2F0037; }
a { background-color: rgb(47,0,55); }
div.DivClassName
{
background-color: #2F0037;
}
.BgClassName
{
background-color: #2F0037;
}
</style>
border-color css
<style>
span { border-color: #2F0037; }
span { border-color: rgb(47,0,55); }
td.TdClassName
{
border-color: #2F0037;
}
.TagClassName
{
border-color: #2F0037;
}
</style>