Shades of Blackcurrant #2F124B
Tints of Blackcurrant #2F124B
RGB
CMYK
RGB Variations
Color information
#2F124B (or 0x2F124B) is known color: Blackcurrant. HEX triplet: 2F, 12 and 4B. RGB value is (47,18,75). Sum of RGB (Red+Green+Blue) = 47+18+75=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F124B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F124B is #D0EDB4. Grayscale: #202020. Windows color (decimal): -13692341 or 4919855. OLE color: 4919855.
HSL color Cylindrical-coordinate representation of color #2F124B: hue angle of 270.53º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F124B is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 18 | 75 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.71 |
| HSL | 270.53º | 0.61% | 0.18% | - |
| HSV(B) | 270.53º | 0.76% | 0.29% | - |
| XYZ | 2.66 | 1.54 | 6.81 | - |
| YUV | 33.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 75 | 0.37 | 0.76 | 0 | 0.71 | 270.53 | 0.61 | 0.18 |
| Hex | 2F | 12 | 4B | 25 | 4C | 0 | 47 | 10F | 3D | 12 |
| Octal | 57 | 22 | 113 | 45 | 114 | 0 | 107 | 417 | 75 | 22 |
| Binary | 101111 | 10010 | 1001011 | 100101 | 1001100 | 0 | 1000111 | 100001111 | 111101 | 10010 |
Color Harmonies of #2F124B
Complementary color
Monochromatic Colors of #2F124B
Black with #2F124B
Text Example
Text Example
White with #2F124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F124B; }
p { color: rgb(47,18,75); }
H1.HeaderClassName
{
color: #2F124B;
}
.AnyTagClassName
{
color: #2F124B;
}
</style>
background-color css
<style>
a { background-color: #2F124B; }
a { background-color: rgb(47,18,75); }
div.DivClassName
{
background-color: #2F124B;
}
.BgClassName
{
background-color: #2F124B;
}
</style>
border-color css
<style>
span { border-color: #2F124B; }
span { border-color: rgb(47,18,75); }
td.TdClassName
{
border-color: #2F124B;
}
.TagClassName
{
border-color: #2F124B;
}
</style>