Shades of Blackcurrant #2F013D
Tints of Blackcurrant #2F013D
RGB
CMYK
RGB Variations
Color information
#2F013D (or 0x2F013D) is known color: Blackcurrant. HEX triplet: 2F, 01 and 3D. RGB value is (47,1,61). Sum of RGB (Red+Green+Blue) = 47+1+61=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F013D is #D0FEC2. Grayscale: #151515. Windows color (decimal): -13696707 or 3997999. OLE color: 3997999.
HSL color Cylindrical-coordinate representation of color #2F013D: hue angle of 286º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F013D is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 1 | 61 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.76 |
| HSL | 286º | 0.97% | 0.12% | - |
| HSV(B) | 286º | 0.98% | 0.24% | - |
| XYZ | 2.03 | 0.96 | 4.49 | - |
| YUV | 21.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 61 | 0.23 | 0.98 | 0 | 0.76 | 286 | 0.97 | 0.12 |
| Hex | 2F | 1 | 3D | 17 | 62 | 0 | 4C | 11E | 61 | C |
| Octal | 57 | 1 | 75 | 27 | 142 | 0 | 114 | 436 | 141 | 14 |
| Binary | 101111 | 1 | 111101 | 10111 | 1100010 | 0 | 1001100 | 100011110 | 1100001 | 1100 |
Color Harmonies of #2F013D
Complementary color
Monochromatic Colors of #2F013D
Black with #2F013D
Text Example
Text Example
White with #2F013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F013D; }
p { color: rgb(47,1,61); }
H1.HeaderClassName
{
color: #2F013D;
}
.AnyTagClassName
{
color: #2F013D;
}
</style>
background-color css
<style>
a { background-color: #2F013D; }
a { background-color: rgb(47,1,61); }
div.DivClassName
{
background-color: #2F013D;
}
.BgClassName
{
background-color: #2F013D;
}
</style>
border-color css
<style>
span { border-color: #2F013D; }
span { border-color: rgb(47,1,61); }
td.TdClassName
{
border-color: #2F013D;
}
.TagClassName
{
border-color: #2F013D;
}
</style>