Shades of Blackcurrant #2F114E
Tints of Blackcurrant #2F114E
RGB
CMYK
RGB Variations
Color information
#2F114E (or 0x2F114E) is known color: Blackcurrant. HEX triplet: 2F, 11 and 4E. RGB value is (47,17,78). Sum of RGB (Red+Green+Blue) = 47+17+78=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F114E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F114E is #D0EEB1. Grayscale: #202020. Windows color (decimal): -13692594 or 5116207. OLE color: 5116207.
HSL color Cylindrical-coordinate representation of color #2F114E: hue angle of 269.51º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F114E is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 17 | 78 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.69 |
| HSL | 269.51º | 0.64% | 0.19% | - |
| HSV(B) | 269.51º | 0.78% | 0.31% | - |
| XYZ | 2.75 | 1.56 | 7.36 | - |
| YUV | 32.92 | 153.44 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 78 | 0.40 | 0.78 | 0 | 0.69 | 269.51 | 0.64 | 0.19 |
| Hex | 2F | 11 | 4E | 28 | 4E | 0 | 45 | 10E | 40 | 13 |
| Octal | 57 | 21 | 116 | 50 | 116 | 0 | 105 | 416 | 100 | 23 |
| Binary | 101111 | 10001 | 1001110 | 101000 | 1001110 | 0 | 1000101 | 100001110 | 1000000 | 10011 |
Color Harmonies of #2F114E
Complementary color
Monochromatic Colors of #2F114E
Black with #2F114E
Text Example
Text Example
White with #2F114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F114E; }
p { color: rgb(47,17,78); }
H1.HeaderClassName
{
color: #2F114E;
}
.AnyTagClassName
{
color: #2F114E;
}
</style>
background-color css
<style>
a { background-color: #2F114E; }
a { background-color: rgb(47,17,78); }
div.DivClassName
{
background-color: #2F114E;
}
.BgClassName
{
background-color: #2F114E;
}
</style>
border-color css
<style>
span { border-color: #2F114E; }
span { border-color: rgb(47,17,78); }
td.TdClassName
{
border-color: #2F114E;
}
.TagClassName
{
border-color: #2F114E;
}
</style>