Shades of Blackcurrant #2F0754
Tints of Blackcurrant #2F0754
RGB
CMYK
RGB Variations
Color information
#2F0754 (or 0x2F0754) is known color: Blackcurrant. HEX triplet: 2F, 07 and 54. RGB value is (47,7,84). Sum of RGB (Red+Green+Blue) = 47+7+84=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #2F0754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0754 is #D0F8AB. Grayscale: #1B1B1B. Windows color (decimal): -13695148 or 5506863. OLE color: 5506863.
HSL color Cylindrical-coordinate representation of color #2F0754: hue angle of 271.17º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0754 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 7 | 84 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.67 |
| HSL | 271.17º | 0.85% | 0.18% | - |
| HSV(B) | 271.17º | 0.92% | 0.33% | - |
| XYZ | 2.85 | 1.4 | 8.51 | - |
| YUV | 27.74 | 159.75 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 84 | 0.44 | 0.92 | 0 | 0.67 | 271.17 | 0.85 | 0.18 |
| Hex | 2F | 7 | 54 | 2C | 5C | 0 | 43 | 10F | 55 | 12 |
| Octal | 57 | 7 | 124 | 54 | 134 | 0 | 103 | 417 | 125 | 22 |
| Binary | 101111 | 111 | 1010100 | 101100 | 1011100 | 0 | 1000011 | 100001111 | 1010101 | 10010 |
Color Harmonies of #2F0754
Complementary color
Monochromatic Colors of #2F0754
Black with #2F0754
Text Example
Text Example
White with #2F0754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0754; }
p { color: rgb(47,7,84); }
H1.HeaderClassName
{
color: #2F0754;
}
.AnyTagClassName
{
color: #2F0754;
}
</style>
background-color css
<style>
a { background-color: #2F0754; }
a { background-color: rgb(47,7,84); }
div.DivClassName
{
background-color: #2F0754;
}
.BgClassName
{
background-color: #2F0754;
}
</style>
border-color css
<style>
span { border-color: #2F0754; }
span { border-color: rgb(47,7,84); }
td.TdClassName
{
border-color: #2F0754;
}
.TagClassName
{
border-color: #2F0754;
}
</style>