Shades of Blackcurrant #2F013F
Tints of Blackcurrant #2F013F
RGB
CMYK
RGB Variations
Color information
#2F013F (or 0x2F013F) is known color: Blackcurrant. HEX triplet: 2F, 01 and 3F. RGB value is (47,1,63). Sum of RGB (Red+Green+Blue) = 47+1+63=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F013F is #D0FEC0. Grayscale: #151515. Windows color (decimal): -13696705 or 4129071. OLE color: 4129071.
HSL color Cylindrical-coordinate representation of color #2F013F: hue angle of 284.52º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F013F is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 1 | 63 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.75 |
| HSL | 284.52º | 0.97% | 0.13% | - |
| HSV(B) | 284.52º | 0.98% | 0.25% | - |
| XYZ | 2.08 | 0.98 | 4.78 | - |
| YUV | 21.82 | 151.24 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 63 | 0.25 | 0.98 | 0 | 0.75 | 284.52 | 0.97 | 0.13 |
| Hex | 2F | 1 | 3F | 19 | 62 | 0 | 4B | 11D | 61 | D |
| Octal | 57 | 1 | 77 | 31 | 142 | 0 | 113 | 435 | 141 | 15 |
| Binary | 101111 | 1 | 111111 | 11001 | 1100010 | 0 | 1001011 | 100011101 | 1100001 | 1101 |
Color Harmonies of #2F013F
Complementary color
Monochromatic Colors of #2F013F
Black with #2F013F
Text Example
Text Example
White with #2F013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F013F; }
p { color: rgb(47,1,63); }
H1.HeaderClassName
{
color: #2F013F;
}
.AnyTagClassName
{
color: #2F013F;
}
</style>
background-color css
<style>
a { background-color: #2F013F; }
a { background-color: rgb(47,1,63); }
div.DivClassName
{
background-color: #2F013F;
}
.BgClassName
{
background-color: #2F013F;
}
</style>
border-color css
<style>
span { border-color: #2F013F; }
span { border-color: rgb(47,1,63); }
td.TdClassName
{
border-color: #2F013F;
}
.TagClassName
{
border-color: #2F013F;
}
</style>