Shades of Blackcurrant #2F0837
Tints of Blackcurrant #2F0837
RGB
CMYK
RGB Variations
Color information
#2F0837 (or 0x2F0837) is known color: Blackcurrant. HEX triplet: 2F, 08 and 37. RGB value is (47,8,55). Sum of RGB (Red+Green+Blue) = 47+8+55=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F0837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0837 is #D0F7C8. Grayscale: #181818. Windows color (decimal): -13694921 or 3606575. OLE color: 3606575.
HSL color Cylindrical-coordinate representation of color #2F0837: hue angle of 289.79º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0837 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 8 | 55 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.78 |
| HSL | 289.79º | 0.75% | 0.12% | - |
| HSV(B) | 289.79º | 0.85% | 0.22% | - |
| XYZ | 1.95 | 1.05 | 3.72 | - |
| YUV | 25.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 55 | 0.15 | 0.85 | 0 | 0.78 | 289.79 | 0.75 | 0.12 |
| Hex | 2F | 8 | 37 | F | 55 | 0 | 4E | 122 | 4B | C |
| Octal | 57 | 10 | 67 | 17 | 125 | 0 | 116 | 442 | 113 | 14 |
| Binary | 101111 | 1000 | 110111 | 1111 | 1010101 | 0 | 1001110 | 100100010 | 1001011 | 1100 |
Color Harmonies of #2F0837
Complementary color
Monochromatic Colors of #2F0837
Black with #2F0837
Text Example
Text Example
White with #2F0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0837; }
p { color: rgb(47,8,55); }
H1.HeaderClassName
{
color: #2F0837;
}
.AnyTagClassName
{
color: #2F0837;
}
</style>
background-color css
<style>
a { background-color: #2F0837; }
a { background-color: rgb(47,8,55); }
div.DivClassName
{
background-color: #2F0837;
}
.BgClassName
{
background-color: #2F0837;
}
</style>
border-color css
<style>
span { border-color: #2F0837; }
span { border-color: rgb(47,8,55); }
td.TdClassName
{
border-color: #2F0837;
}
.TagClassName
{
border-color: #2F0837;
}
</style>