Shades of Blackcurrant #2F1448
Tints of Blackcurrant #2F1448
RGB
CMYK
RGB Variations
Color information
#2F1448 (or 0x2F1448) is known color: Blackcurrant. HEX triplet: 2F, 14 and 48. RGB value is (47,20,72). Sum of RGB (Red+Green+Blue) = 47+20+72=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F1448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1448 is #D0EBB7. Grayscale: #212121. Windows color (decimal): -13691832 or 4723759. OLE color: 4723759.
HSL color Cylindrical-coordinate representation of color #2F1448: hue angle of 271.15º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F1448 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 20 | 72 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.72 |
| HSL | 271.15º | 0.57% | 0.18% | - |
| HSV(B) | 271.15º | 0.72% | 0.28% | - |
| XYZ | 2.59 | 1.57 | 6.3 | - |
| YUV | 34 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 72 | 0.35 | 0.72 | 0 | 0.72 | 271.15 | 0.57 | 0.18 |
| Hex | 2F | 14 | 48 | 23 | 48 | 0 | 48 | 10F | 39 | 12 |
| Octal | 57 | 24 | 110 | 43 | 110 | 0 | 110 | 417 | 71 | 22 |
| Binary | 101111 | 10100 | 1001000 | 100011 | 1001000 | 0 | 1001000 | 100001111 | 111001 | 10010 |
Color Harmonies of #2F1448
Complementary color
Monochromatic Colors of #2F1448
Black with #2F1448
Text Example
Text Example
White with #2F1448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1448; }
p { color: rgb(47,20,72); }
H1.HeaderClassName
{
color: #2F1448;
}
.AnyTagClassName
{
color: #2F1448;
}
</style>
background-color css
<style>
a { background-color: #2F1448; }
a { background-color: rgb(47,20,72); }
div.DivClassName
{
background-color: #2F1448;
}
.BgClassName
{
background-color: #2F1448;
}
</style>
border-color css
<style>
span { border-color: #2F1448; }
span { border-color: rgb(47,20,72); }
td.TdClassName
{
border-color: #2F1448;
}
.TagClassName
{
border-color: #2F1448;
}
</style>