Shades of Blackcurrant #2F033D
Tints of Blackcurrant #2F033D
RGB
CMYK
RGB Variations
Color information
#2F033D (or 0x2F033D) is known color: Blackcurrant. HEX triplet: 2F, 03 and 3D. RGB value is (47,3,61). Sum of RGB (Red+Green+Blue) = 47+3+61=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F033D is #D0FCC2. Grayscale: #161616. Windows color (decimal): -13696195 or 3998511. OLE color: 3998511.
HSL color Cylindrical-coordinate representation of color #2F033D: hue angle of 285.52º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F033D is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 3 | 61 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.76 |
| HSL | 285.52º | 0.91% | 0.13% | - |
| HSV(B) | 285.52º | 0.95% | 0.24% | - |
| XYZ | 2.05 | 1.01 | 4.5 | - |
| YUV | 22.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 61 | 0.23 | 0.95 | 0 | 0.76 | 285.52 | 0.91 | 0.13 |
| Hex | 2F | 3 | 3D | 17 | 5F | 0 | 4C | 11E | 5B | D |
| Octal | 57 | 3 | 75 | 27 | 137 | 0 | 114 | 436 | 133 | 15 |
| Binary | 101111 | 11 | 111101 | 10111 | 1011111 | 0 | 1001100 | 100011110 | 1011011 | 1101 |
Color Harmonies of #2F033D
Complementary color
Monochromatic Colors of #2F033D
Black with #2F033D
Text Example
Text Example
White with #2F033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F033D; }
p { color: rgb(47,3,61); }
H1.HeaderClassName
{
color: #2F033D;
}
.AnyTagClassName
{
color: #2F033D;
}
</style>
background-color css
<style>
a { background-color: #2F033D; }
a { background-color: rgb(47,3,61); }
div.DivClassName
{
background-color: #2F033D;
}
.BgClassName
{
background-color: #2F033D;
}
</style>
border-color css
<style>
span { border-color: #2F033D; }
span { border-color: rgb(47,3,61); }
td.TdClassName
{
border-color: #2F033D;
}
.TagClassName
{
border-color: #2F033D;
}
</style>