Shades of Blackcurrant #2F0C48
Tints of Blackcurrant #2F0C48
RGB
CMYK
RGB Variations
Color information
#2F0C48 (or 0x2F0C48) is known color: Blackcurrant. HEX triplet: 2F, 0C and 48. RGB value is (47,12,72). Sum of RGB (Red+Green+Blue) = 47+12+72=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F0C48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0C48 is #D0F3B7. Grayscale: #1D1D1D. Windows color (decimal): -13693880 or 4721711. OLE color: 4721711.
HSL color Cylindrical-coordinate representation of color #2F0C48: hue angle of 275º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F0C48 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 12 | 72 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.72 |
| HSL | 275º | 0.71% | 0.16% | - |
| HSV(B) | 275º | 0.83% | 0.28% | - |
| XYZ | 2.47 | 1.34 | 6.26 | - |
| YUV | 29.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 72 | 0.35 | 0.83 | 0 | 0.72 | 275 | 0.71 | 0.16 |
| Hex | 2F | C | 48 | 23 | 53 | 0 | 48 | 113 | 47 | 10 |
| Octal | 57 | 14 | 110 | 43 | 123 | 0 | 110 | 423 | 107 | 20 |
| Binary | 101111 | 1100 | 1001000 | 100011 | 1010011 | 0 | 1001000 | 100010011 | 1000111 | 10000 |
Color Harmonies of #2F0C48
Complementary color
Monochromatic Colors of #2F0C48
Black with #2F0C48
Text Example
Text Example
White with #2F0C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0C48; }
p { color: rgb(47,12,72); }
H1.HeaderClassName
{
color: #2F0C48;
}
.AnyTagClassName
{
color: #2F0C48;
}
</style>
background-color css
<style>
a { background-color: #2F0C48; }
a { background-color: rgb(47,12,72); }
div.DivClassName
{
background-color: #2F0C48;
}
.BgClassName
{
background-color: #2F0C48;
}
</style>
border-color css
<style>
span { border-color: #2F0C48; }
span { border-color: rgb(47,12,72); }
td.TdClassName
{
border-color: #2F0C48;
}
.TagClassName
{
border-color: #2F0C48;
}
</style>