Shades of Blackcurrant #2F0C43
Tints of Blackcurrant #2F0C43
RGB
CMYK
RGB Variations
Color information
#2F0C43 (or 0x2F0C43) is known color: Blackcurrant. HEX triplet: 2F, 0C and 43. RGB value is (47,12,67). Sum of RGB (Red+Green+Blue) = 47+12+67=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #2F0C43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0C43 is #D0F3BC. Grayscale: #1C1C1C. Windows color (decimal): -13693885 or 4394031. OLE color: 4394031.
HSL color Cylindrical-coordinate representation of color #2F0C43: hue angle of 278.18º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F0C43 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 12 | 67 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.74 |
| HSL | 278.18º | 0.7% | 0.15% | - |
| HSV(B) | 278.18º | 0.82% | 0.26% | - |
| XYZ | 2.32 | 1.27 | 5.43 | - |
| YUV | 28.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 67 | 0.30 | 0.82 | 0 | 0.74 | 278.18 | 0.7 | 0.15 |
| Hex | 2F | C | 43 | 1E | 52 | 0 | 4A | 116 | 46 | F |
| Octal | 57 | 14 | 103 | 36 | 122 | 0 | 112 | 426 | 106 | 17 |
| Binary | 101111 | 1100 | 1000011 | 11110 | 1010010 | 0 | 1001010 | 100010110 | 1000110 | 1111 |
Color Harmonies of #2F0C43
Complementary color
Monochromatic Colors of #2F0C43
Black with #2F0C43
Text Example
Text Example
White with #2F0C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0C43; }
p { color: rgb(47,12,67); }
H1.HeaderClassName
{
color: #2F0C43;
}
.AnyTagClassName
{
color: #2F0C43;
}
</style>
background-color css
<style>
a { background-color: #2F0C43; }
a { background-color: rgb(47,12,67); }
div.DivClassName
{
background-color: #2F0C43;
}
.BgClassName
{
background-color: #2F0C43;
}
</style>
border-color css
<style>
span { border-color: #2F0C43; }
span { border-color: rgb(47,12,67); }
td.TdClassName
{
border-color: #2F0C43;
}
.TagClassName
{
border-color: #2F0C43;
}
</style>