Shades of Blackcurrant #2F0F4A
Tints of Blackcurrant #2F0F4A
RGB
CMYK
RGB Variations
Color information
#2F0F4A (or 0x2F0F4A) is known color: Blackcurrant. HEX triplet: 2F, 0F and 4A. RGB value is (47,15,74). Sum of RGB (Red+Green+Blue) = 47+15+74=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #2F0F4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0F4A is #D0F0B5. Grayscale: #1F1F1F. Windows color (decimal): -13693110 or 4853551. OLE color: 4853551.
HSL color Cylindrical-coordinate representation of color #2F0F4A: hue angle of 272.54º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F0F4A is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 15 | 74 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.71 |
| HSL | 272.54º | 0.66% | 0.17% | - |
| HSV(B) | 272.54º | 0.8% | 0.29% | - |
| XYZ | 2.58 | 1.44 | 6.62 | - |
| YUV | 31.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 74 | 0.36 | 0.80 | 0 | 0.71 | 272.54 | 0.66 | 0.17 |
| Hex | 2F | F | 4A | 24 | 50 | 0 | 47 | 111 | 42 | 11 |
| Octal | 57 | 17 | 112 | 44 | 120 | 0 | 107 | 421 | 102 | 21 |
| Binary | 101111 | 1111 | 1001010 | 100100 | 1010000 | 0 | 1000111 | 100010001 | 1000010 | 10001 |
Color Harmonies of #2F0F4A
Complementary color
Monochromatic Colors of #2F0F4A
Black with #2F0F4A
Text Example
Text Example
White with #2F0F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0F4A; }
p { color: rgb(47,15,74); }
H1.HeaderClassName
{
color: #2F0F4A;
}
.AnyTagClassName
{
color: #2F0F4A;
}
</style>
background-color css
<style>
a { background-color: #2F0F4A; }
a { background-color: rgb(47,15,74); }
div.DivClassName
{
background-color: #2F0F4A;
}
.BgClassName
{
background-color: #2F0F4A;
}
</style>
border-color css
<style>
span { border-color: #2F0F4A; }
span { border-color: rgb(47,15,74); }
td.TdClassName
{
border-color: #2F0F4A;
}
.TagClassName
{
border-color: #2F0F4A;
}
</style>