Shades of Blackcurrant #2F0953
Tints of Blackcurrant #2F0953
RGB
CMYK
RGB Variations
Color information
#2F0953 (or 0x2F0953) is known color: Blackcurrant. HEX triplet: 2F, 09 and 53. RGB value is (47,9,83). Sum of RGB (Red+Green+Blue) = 47+9+83=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F0953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0953 is #D0F6AC. Grayscale: #1C1C1C. Windows color (decimal): -13694637 or 5441839. OLE color: 5441839.
HSL color Cylindrical-coordinate representation of color #2F0953: hue angle of 270.81º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F0953 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 9 | 83 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.67 |
| HSL | 270.81º | 0.8% | 0.18% | - |
| HSV(B) | 270.81º | 0.89% | 0.33% | - |
| XYZ | 2.83 | 1.42 | 8.31 | - |
| YUV | 28.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 83 | 0.43 | 0.89 | 0 | 0.67 | 270.81 | 0.8 | 0.18 |
| Hex | 2F | 9 | 53 | 2B | 59 | 0 | 43 | 10F | 50 | 12 |
| Octal | 57 | 11 | 123 | 53 | 131 | 0 | 103 | 417 | 120 | 22 |
| Binary | 101111 | 1001 | 1010011 | 101011 | 1011001 | 0 | 1000011 | 100001111 | 1010000 | 10010 |
Color Harmonies of #2F0953
Complementary color
Monochromatic Colors of #2F0953
Black with #2F0953
Text Example
Text Example
White with #2F0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0953; }
p { color: rgb(47,9,83); }
H1.HeaderClassName
{
color: #2F0953;
}
.AnyTagClassName
{
color: #2F0953;
}
</style>
background-color css
<style>
a { background-color: #2F0953; }
a { background-color: rgb(47,9,83); }
div.DivClassName
{
background-color: #2F0953;
}
.BgClassName
{
background-color: #2F0953;
}
</style>
border-color css
<style>
span { border-color: #2F0953; }
span { border-color: rgb(47,9,83); }
td.TdClassName
{
border-color: #2F0953;
}
.TagClassName
{
border-color: #2F0953;
}
</style>