Shades of Blackcurrant #2F024B
Tints of Blackcurrant #2F024B
RGB
CMYK
RGB Variations
Color information
#2F024B (or 0x2F024B) is known color: Blackcurrant. HEX triplet: 2F, 02 and 4B. RGB value is (47,2,75). Sum of RGB (Red+Green+Blue) = 47+2+75=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F024B is #D0FDB4. Grayscale: #171717. Windows color (decimal): -13696437 or 4915759. OLE color: 4915759.
HSL color Cylindrical-coordinate representation of color #2F024B: hue angle of 276.99º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F024B is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 2 | 75 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.71 |
| HSL | 276.99º | 0.95% | 0.15% | - |
| HSV(B) | 276.99º | 0.97% | 0.29% | - |
| XYZ | 2.46 | 1.16 | 6.75 | - |
| YUV | 23.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 75 | 0.37 | 0.97 | 0 | 0.71 | 276.99 | 0.95 | 0.15 |
| Hex | 2F | 2 | 4B | 25 | 61 | 0 | 47 | 115 | 5F | F |
| Octal | 57 | 2 | 113 | 45 | 141 | 0 | 107 | 425 | 137 | 17 |
| Binary | 101111 | 10 | 1001011 | 100101 | 1100001 | 0 | 1000111 | 100010101 | 1011111 | 1111 |
Color Harmonies of #2F024B
Complementary color
Monochromatic Colors of #2F024B
Black with #2F024B
Text Example
Text Example
White with #2F024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F024B; }
p { color: rgb(47,2,75); }
H1.HeaderClassName
{
color: #2F024B;
}
.AnyTagClassName
{
color: #2F024B;
}
</style>
background-color css
<style>
a { background-color: #2F024B; }
a { background-color: rgb(47,2,75); }
div.DivClassName
{
background-color: #2F024B;
}
.BgClassName
{
background-color: #2F024B;
}
</style>
border-color css
<style>
span { border-color: #2F024B; }
span { border-color: rgb(47,2,75); }
td.TdClassName
{
border-color: #2F024B;
}
.TagClassName
{
border-color: #2F024B;
}
</style>