Shades of Blackcurrant #2F1243
Tints of Blackcurrant #2F1243
RGB
CMYK
RGB Variations
Color information
#2F1243 (or 0x2F1243) is known color: Blackcurrant. HEX triplet: 2F, 12 and 43. RGB value is (47,18,67). Sum of RGB (Red+Green+Blue) = 47+18+67=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #2F1243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1243 is #D0EDBC. Grayscale: #202020. Windows color (decimal): -13692349 or 4395567. OLE color: 4395567.
HSL color Cylindrical-coordinate representation of color #2F1243: hue angle of 275.51º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F1243 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 18 | 67 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.74 |
| HSL | 275.51º | 0.58% | 0.17% | - |
| HSV(B) | 275.51º | 0.73% | 0.26% | - |
| XYZ | 2.4 | 1.44 | 5.46 | - |
| YUV | 32.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 67 | 0.30 | 0.73 | 0 | 0.74 | 275.51 | 0.58 | 0.17 |
| Hex | 2F | 12 | 43 | 1E | 49 | 0 | 4A | 114 | 3A | 11 |
| Octal | 57 | 22 | 103 | 36 | 111 | 0 | 112 | 424 | 72 | 21 |
| Binary | 101111 | 10010 | 1000011 | 11110 | 1001001 | 0 | 1001010 | 100010100 | 111010 | 10001 |
Color Harmonies of #2F1243
Complementary color
Monochromatic Colors of #2F1243
Black with #2F1243
Text Example
Text Example
White with #2F1243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1243; }
p { color: rgb(47,18,67); }
H1.HeaderClassName
{
color: #2F1243;
}
.AnyTagClassName
{
color: #2F1243;
}
</style>
background-color css
<style>
a { background-color: #2F1243; }
a { background-color: rgb(47,18,67); }
div.DivClassName
{
background-color: #2F1243;
}
.BgClassName
{
background-color: #2F1243;
}
</style>
border-color css
<style>
span { border-color: #2F1243; }
span { border-color: rgb(47,18,67); }
td.TdClassName
{
border-color: #2F1243;
}
.TagClassName
{
border-color: #2F1243;
}
</style>