Shades of Blackcurrant #2F094A
Tints of Blackcurrant #2F094A
RGB
CMYK
RGB Variations
Color information
#2F094A (or 0x2F094A) is known color: Blackcurrant. HEX triplet: 2F, 09 and 4A. RGB value is (47,9,74). Sum of RGB (Red+Green+Blue) = 47+9+74=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #2F094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F094A is #D0F6B5. Grayscale: #1B1B1B. Windows color (decimal): -13694646 or 4852015. OLE color: 4852015.
HSL color Cylindrical-coordinate representation of color #2F094A: hue angle of 275.08º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F094A is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 9 | 74 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.71 |
| HSL | 275.08º | 0.78% | 0.16% | - |
| HSV(B) | 275.08º | 0.88% | 0.29% | - |
| XYZ | 2.51 | 1.29 | 6.6 | - |
| YUV | 27.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 74 | 0.36 | 0.88 | 0 | 0.71 | 275.08 | 0.78 | 0.16 |
| Hex | 2F | 9 | 4A | 24 | 58 | 0 | 47 | 113 | 4E | 10 |
| Octal | 57 | 11 | 112 | 44 | 130 | 0 | 107 | 423 | 116 | 20 |
| Binary | 101111 | 1001 | 1001010 | 100100 | 1011000 | 0 | 1000111 | 100010011 | 1001110 | 10000 |
Color Harmonies of #2F094A
Complementary color
Monochromatic Colors of #2F094A
Black with #2F094A
Text Example
Text Example
White with #2F094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F094A; }
p { color: rgb(47,9,74); }
H1.HeaderClassName
{
color: #2F094A;
}
.AnyTagClassName
{
color: #2F094A;
}
</style>
background-color css
<style>
a { background-color: #2F094A; }
a { background-color: rgb(47,9,74); }
div.DivClassName
{
background-color: #2F094A;
}
.BgClassName
{
background-color: #2F094A;
}
</style>
border-color css
<style>
span { border-color: #2F094A; }
span { border-color: rgb(47,9,74); }
td.TdClassName
{
border-color: #2F094A;
}
.TagClassName
{
border-color: #2F094A;
}
</style>