Shades of Blackcurrant #2F033F
Tints of Blackcurrant #2F033F
RGB
CMYK
RGB Variations
Color information
#2F033F (or 0x2F033F) is known color: Blackcurrant. HEX triplet: 2F, 03 and 3F. RGB value is (47,3,63). Sum of RGB (Red+Green+Blue) = 47+3+63=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F033F is #D0FCC0. Grayscale: #161616. Windows color (decimal): -13696193 or 4129583. OLE color: 4129583.
HSL color Cylindrical-coordinate representation of color #2F033F: hue angle of 284º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F033F is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 3 | 63 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.75 |
| HSL | 284º | 0.91% | 0.13% | - |
| HSV(B) | 284º | 0.95% | 0.25% | - |
| XYZ | 2.1 | 1.03 | 4.79 | - |
| YUV | 23 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 63 | 0.25 | 0.95 | 0 | 0.75 | 284 | 0.91 | 0.13 |
| Hex | 2F | 3 | 3F | 19 | 5F | 0 | 4B | 11C | 5B | D |
| Octal | 57 | 3 | 77 | 31 | 137 | 0 | 113 | 434 | 133 | 15 |
| Binary | 101111 | 11 | 111111 | 11001 | 1011111 | 0 | 1001011 | 100011100 | 1011011 | 1101 |
Color Harmonies of #2F033F
Complementary color
Monochromatic Colors of #2F033F
Black with #2F033F
Text Example
Text Example
White with #2F033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F033F; }
p { color: rgb(47,3,63); }
H1.HeaderClassName
{
color: #2F033F;
}
.AnyTagClassName
{
color: #2F033F;
}
</style>
background-color css
<style>
a { background-color: #2F033F; }
a { background-color: rgb(47,3,63); }
div.DivClassName
{
background-color: #2F033F;
}
.BgClassName
{
background-color: #2F033F;
}
</style>
border-color css
<style>
span { border-color: #2F033F; }
span { border-color: rgb(47,3,63); }
td.TdClassName
{
border-color: #2F033F;
}
.TagClassName
{
border-color: #2F033F;
}
</style>