Shades of Blackcurrant #2F073D
Tints of Blackcurrant #2F073D
RGB
CMYK
RGB Variations
Color information
#2F073D (or 0x2F073D) is known color: Blackcurrant. HEX triplet: 2F, 07 and 3D. RGB value is (47,7,61). Sum of RGB (Red+Green+Blue) = 47+7+61=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F073D is #D0F8C2. Grayscale: #181818. Windows color (decimal): -13695171 or 3999535. OLE color: 3999535.
HSL color Cylindrical-coordinate representation of color #2F073D: hue angle of 284.44º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F073D is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 7 | 61 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.76 |
| HSL | 284.44º | 0.79% | 0.13% | - |
| HSV(B) | 284.44º | 0.89% | 0.24% | - |
| XYZ | 2.09 | 1.09 | 4.52 | - |
| YUV | 25.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 61 | 0.23 | 0.89 | 0 | 0.76 | 284.44 | 0.79 | 0.13 |
| Hex | 2F | 7 | 3D | 17 | 59 | 0 | 4C | 11C | 4F | D |
| Octal | 57 | 7 | 75 | 27 | 131 | 0 | 114 | 434 | 117 | 15 |
| Binary | 101111 | 111 | 111101 | 10111 | 1011001 | 0 | 1001100 | 100011100 | 1001111 | 1101 |
Color Harmonies of #2F073D
Complementary color
Monochromatic Colors of #2F073D
Black with #2F073D
Text Example
Text Example
White with #2F073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F073D; }
p { color: rgb(47,7,61); }
H1.HeaderClassName
{
color: #2F073D;
}
.AnyTagClassName
{
color: #2F073D;
}
</style>
background-color css
<style>
a { background-color: #2F073D; }
a { background-color: rgb(47,7,61); }
div.DivClassName
{
background-color: #2F073D;
}
.BgClassName
{
background-color: #2F073D;
}
</style>
border-color css
<style>
span { border-color: #2F073D; }
span { border-color: rgb(47,7,61); }
td.TdClassName
{
border-color: #2F073D;
}
.TagClassName
{
border-color: #2F073D;
}
</style>