Shades of Blackcurrant #2F0843
Tints of Blackcurrant #2F0843
RGB
CMYK
RGB Variations
Color information
#2F0843 (or 0x2F0843) is known color: Blackcurrant. HEX triplet: 2F, 08 and 43. RGB value is (47,8,67). Sum of RGB (Red+Green+Blue) = 47+8+67=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 67 (26.56% from 255 or 54.92% from 122); Max value from RGB is 67 - color contains mainly: blue. Hex color #2F0843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0843 is #D0F7BC. Grayscale: #1A1A1A. Windows color (decimal): -13694909 or 4393007. OLE color: 4393007.
HSL color Cylindrical-coordinate representation of color #2F0843: hue angle of 279.66º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F0843 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 8 | 67 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.74 |
| HSL | 279.66º | 0.79% | 0.15% | - |
| HSV(B) | 279.66º | 0.88% | 0.26% | - |
| XYZ | 2.27 | 1.18 | 5.42 | - |
| YUV | 26.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 67 | 0.30 | 0.88 | 0 | 0.74 | 279.66 | 0.79 | 0.15 |
| Hex | 2F | 8 | 43 | 1E | 58 | 0 | 4A | 118 | 4F | F |
| Octal | 57 | 10 | 103 | 36 | 130 | 0 | 112 | 430 | 117 | 17 |
| Binary | 101111 | 1000 | 1000011 | 11110 | 1011000 | 0 | 1001010 | 100011000 | 1001111 | 1111 |
Color Harmonies of #2F0843
Complementary color
Monochromatic Colors of #2F0843
Black with #2F0843
Text Example
Text Example
White with #2F0843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0843; }
p { color: rgb(47,8,67); }
H1.HeaderClassName
{
color: #2F0843;
}
.AnyTagClassName
{
color: #2F0843;
}
</style>
background-color css
<style>
a { background-color: #2F0843; }
a { background-color: rgb(47,8,67); }
div.DivClassName
{
background-color: #2F0843;
}
.BgClassName
{
background-color: #2F0843;
}
</style>
border-color css
<style>
span { border-color: #2F0843; }
span { border-color: rgb(47,8,67); }
td.TdClassName
{
border-color: #2F0843;
}
.TagClassName
{
border-color: #2F0843;
}
</style>