Shades of Blackcurrant #2F0A53
Tints of Blackcurrant #2F0A53
RGB
CMYK
RGB Variations
Color information
#2F0A53 (or 0x2F0A53) is known color: Blackcurrant. HEX triplet: 2F, 0A and 53. RGB value is (47,10,83). Sum of RGB (Red+Green+Blue) = 47+10+83=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F0A53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0A53 is #D0F5AC. Grayscale: #1D1D1D. Windows color (decimal): -13694381 or 5442095. OLE color: 5442095.
HSL color Cylindrical-coordinate representation of color #2F0A53: hue angle of 270.41º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F0A53 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 10 | 83 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.67 |
| HSL | 270.41º | 0.78% | 0.18% | - |
| HSV(B) | 270.41º | 0.88% | 0.33% | - |
| XYZ | 2.84 | 1.45 | 8.31 | - |
| YUV | 29.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 83 | 0.43 | 0.88 | 0 | 0.67 | 270.41 | 0.78 | 0.18 |
| Hex | 2F | A | 53 | 2B | 58 | 0 | 43 | 10E | 4E | 12 |
| Octal | 57 | 12 | 123 | 53 | 130 | 0 | 103 | 416 | 116 | 22 |
| Binary | 101111 | 1010 | 1010011 | 101011 | 1011000 | 0 | 1000011 | 100001110 | 1001110 | 10010 |
Color Harmonies of #2F0A53
Complementary color
Monochromatic Colors of #2F0A53
Black with #2F0A53
Text Example
Text Example
White with #2F0A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0A53; }
p { color: rgb(47,10,83); }
H1.HeaderClassName
{
color: #2F0A53;
}
.AnyTagClassName
{
color: #2F0A53;
}
</style>
background-color css
<style>
a { background-color: #2F0A53; }
a { background-color: rgb(47,10,83); }
div.DivClassName
{
background-color: #2F0A53;
}
.BgClassName
{
background-color: #2F0A53;
}
</style>
border-color css
<style>
span { border-color: #2F0A53; }
span { border-color: rgb(47,10,83); }
td.TdClassName
{
border-color: #2F0A53;
}
.TagClassName
{
border-color: #2F0A53;
}
</style>