Shades of Blackcurrant #2F0353
Tints of Blackcurrant #2F0353
RGB
CMYK
RGB Variations
Color information
#2F0353 (or 0x2F0353) is known color: Blackcurrant. HEX triplet: 2F, 03 and 53. RGB value is (47,3,83). Sum of RGB (Red+Green+Blue) = 47+3+83=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F0353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0353 is #D0FCAC. Grayscale: #191919. Windows color (decimal): -13696173 or 5440303. OLE color: 5440303.
HSL color Cylindrical-coordinate representation of color #2F0353: hue angle of 273º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0353 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 3 | 83 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.67 |
| HSL | 273º | 0.93% | 0.17% | - |
| HSV(B) | 273º | 0.96% | 0.33% | - |
| XYZ | 2.77 | 1.29 | 8.29 | - |
| YUV | 25.28 | 160.58 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 83 | 0.43 | 0.96 | 0 | 0.67 | 273 | 0.93 | 0.17 |
| Hex | 2F | 3 | 53 | 2B | 60 | 0 | 43 | 111 | 5D | 11 |
| Octal | 57 | 3 | 123 | 53 | 140 | 0 | 103 | 421 | 135 | 21 |
| Binary | 101111 | 11 | 1010011 | 101011 | 1100000 | 0 | 1000011 | 100010001 | 1011101 | 10001 |
Color Harmonies of #2F0353
Complementary color
Monochromatic Colors of #2F0353
Black with #2F0353
Text Example
Text Example
White with #2F0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0353; }
p { color: rgb(47,3,83); }
H1.HeaderClassName
{
color: #2F0353;
}
.AnyTagClassName
{
color: #2F0353;
}
</style>
background-color css
<style>
a { background-color: #2F0353; }
a { background-color: rgb(47,3,83); }
div.DivClassName
{
background-color: #2F0353;
}
.BgClassName
{
background-color: #2F0353;
}
</style>
border-color css
<style>
span { border-color: #2F0353; }
span { border-color: rgb(47,3,83); }
td.TdClassName
{
border-color: #2F0353;
}
.TagClassName
{
border-color: #2F0353;
}
</style>