Shades of Blackcurrant #2F093A
Tints of Blackcurrant #2F093A
RGB
CMYK
RGB Variations
Color information
#2F093A (or 0x2F093A) is known color: Blackcurrant. HEX triplet: 2F, 09 and 3A. RGB value is (47,9,58). Sum of RGB (Red+Green+Blue) = 47+9+58=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F093A is #D0F6C5. Grayscale: #191919. Windows color (decimal): -13694662 or 3803439. OLE color: 3803439.
HSL color Cylindrical-coordinate representation of color #2F093A: hue angle of 286.53º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F093A is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 9 | 58 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.77 |
| HSL | 286.53º | 0.73% | 0.13% | - |
| HSV(B) | 286.53º | 0.84% | 0.23% | - |
| XYZ | 2.03 | 1.11 | 4.11 | - |
| YUV | 25.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 58 | 0.19 | 0.84 | 0 | 0.77 | 286.53 | 0.73 | 0.13 |
| Hex | 2F | 9 | 3A | 13 | 54 | 0 | 4D | 11F | 49 | D |
| Octal | 57 | 11 | 72 | 23 | 124 | 0 | 115 | 437 | 111 | 15 |
| Binary | 101111 | 1001 | 111010 | 10011 | 1010100 | 0 | 1001101 | 100011111 | 1001001 | 1101 |
Color Harmonies of #2F093A
Complementary color
Monochromatic Colors of #2F093A
Black with #2F093A
Text Example
Text Example
White with #2F093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F093A; }
p { color: rgb(47,9,58); }
H1.HeaderClassName
{
color: #2F093A;
}
.AnyTagClassName
{
color: #2F093A;
}
</style>
background-color css
<style>
a { background-color: #2F093A; }
a { background-color: rgb(47,9,58); }
div.DivClassName
{
background-color: #2F093A;
}
.BgClassName
{
background-color: #2F093A;
}
</style>
border-color css
<style>
span { border-color: #2F093A; }
span { border-color: rgb(47,9,58); }
td.TdClassName
{
border-color: #2F093A;
}
.TagClassName
{
border-color: #2F093A;
}
</style>