Shades of Blackcurrant #2F2835
Tints of Blackcurrant #2F2835
RGB
CMYK
RGB Variations
Color information
#2F2835 (or 0x2F2835) is known color: Blackcurrant. HEX triplet: 2F, 28 and 35. RGB value is (47,40,53). Sum of RGB (Red+Green+Blue) = 47+40+53=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 53 - color contains mainly: blue. Hex color #2F2835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2835 is #D0D7CA. Grayscale: #2B2B2B. Windows color (decimal): -13686731 or 3483695. OLE color: 3483695.
HSL color Cylindrical-coordinate representation of color #2F2835: hue angle of 272.31º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2F2835 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 40 | 53 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.79 |
| HSL | 272.31º | 0.14% | 0.18% | - |
| HSV(B) | 272.31º | 0.25% | 0.21% | - |
| XYZ | 2.57 | 2.38 | 3.69 | - |
| YUV | 43.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 53 | 0.11 | 0.25 | 0 | 0.79 | 272.31 | 0.14 | 0.18 |
| Hex | 2F | 28 | 35 | B | 19 | 0 | 4F | 110 | E | 12 |
| Octal | 57 | 50 | 65 | 13 | 31 | 0 | 117 | 420 | 16 | 22 |
| Binary | 101111 | 101000 | 110101 | 1011 | 11001 | 0 | 1001111 | 100010000 | 1110 | 10010 |
Color Harmonies of #2F2835
Complementary color
Monochromatic Colors of #2F2835
Black with #2F2835
Text Example
Text Example
White with #2F2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2835; }
p { color: rgb(47,40,53); }
H1.HeaderClassName
{
color: #2F2835;
}
.AnyTagClassName
{
color: #2F2835;
}
</style>
background-color css
<style>
a { background-color: #2F2835; }
a { background-color: rgb(47,40,53); }
div.DivClassName
{
background-color: #2F2835;
}
.BgClassName
{
background-color: #2F2835;
}
</style>
border-color css
<style>
span { border-color: #2F2835; }
span { border-color: rgb(47,40,53); }
td.TdClassName
{
border-color: #2F2835;
}
.TagClassName
{
border-color: #2F2835;
}
</style>