Shades of Blackcurrant #2F093F
Tints of Blackcurrant #2F093F
RGB
CMYK
RGB Variations
Color information
#2F093F (or 0x2F093F) is known color: Blackcurrant. HEX triplet: 2F, 09 and 3F. RGB value is (47,9,63). Sum of RGB (Red+Green+Blue) = 47+9+63=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F093F is #D0F6C0. Grayscale: #1A1A1A. Windows color (decimal): -13694657 or 4131119. OLE color: 4131119.
HSL color Cylindrical-coordinate representation of color #2F093F: hue angle of 282.22º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F093F is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 9 | 63 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.75 |
| HSL | 282.22º | 0.75% | 0.14% | - |
| HSV(B) | 282.22º | 0.86% | 0.25% | - |
| XYZ | 2.17 | 1.16 | 4.81 | - |
| YUV | 26.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 63 | 0.25 | 0.86 | 0 | 0.75 | 282.22 | 0.75 | 0.14 |
| Hex | 2F | 9 | 3F | 19 | 56 | 0 | 4B | 11A | 4B | E |
| Octal | 57 | 11 | 77 | 31 | 126 | 0 | 113 | 432 | 113 | 16 |
| Binary | 101111 | 1001 | 111111 | 11001 | 1010110 | 0 | 1001011 | 100011010 | 1001011 | 1110 |
Color Harmonies of #2F093F
Complementary color
Monochromatic Colors of #2F093F
Black with #2F093F
Text Example
Text Example
White with #2F093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F093F; }
p { color: rgb(47,9,63); }
H1.HeaderClassName
{
color: #2F093F;
}
.AnyTagClassName
{
color: #2F093F;
}
</style>
background-color css
<style>
a { background-color: #2F093F; }
a { background-color: rgb(47,9,63); }
div.DivClassName
{
background-color: #2F093F;
}
.BgClassName
{
background-color: #2F093F;
}
</style>
border-color css
<style>
span { border-color: #2F093F; }
span { border-color: rgb(47,9,63); }
td.TdClassName
{
border-color: #2F093F;
}
.TagClassName
{
border-color: #2F093F;
}
</style>