Shades of Blackcurrant #2F2435
Tints of Blackcurrant #2F2435
RGB
CMYK
RGB Variations
Color information
#2F2435 (or 0x2F2435) is known color: Blackcurrant. HEX triplet: 2F, 24 and 35. RGB value is (47,36,53). Sum of RGB (Red+Green+Blue) = 47+36+53=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 53 - color contains mainly: blue. Hex color #2F2435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2435 is #D0DBCA. Grayscale: #292929. Windows color (decimal): -13687755 or 3482671. OLE color: 3482671.
HSL color Cylindrical-coordinate representation of color #2F2435: hue angle of 278.82º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F2435 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 36 | 53 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.79 |
| HSL | 278.82º | 0.19% | 0.17% | - |
| HSV(B) | 278.82º | 0.32% | 0.21% | - |
| XYZ | 2.45 | 2.12 | 3.65 | - |
| YUV | 41.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 53 | 0.11 | 0.32 | 0 | 0.79 | 278.82 | 0.19 | 0.17 |
| Hex | 2F | 24 | 35 | B | 20 | 0 | 4F | 117 | 13 | 11 |
| Octal | 57 | 44 | 65 | 13 | 40 | 0 | 117 | 427 | 23 | 21 |
| Binary | 101111 | 100100 | 110101 | 1011 | 100000 | 0 | 1001111 | 100010111 | 10011 | 10001 |
Color Harmonies of #2F2435
Complementary color
Monochromatic Colors of #2F2435
Black with #2F2435
Text Example
Text Example
White with #2F2435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2435; }
p { color: rgb(47,36,53); }
H1.HeaderClassName
{
color: #2F2435;
}
.AnyTagClassName
{
color: #2F2435;
}
</style>
background-color css
<style>
a { background-color: #2F2435; }
a { background-color: rgb(47,36,53); }
div.DivClassName
{
background-color: #2F2435;
}
.BgClassName
{
background-color: #2F2435;
}
</style>
border-color css
<style>
span { border-color: #2F2435; }
span { border-color: rgb(47,36,53); }
td.TdClassName
{
border-color: #2F2435;
}
.TagClassName
{
border-color: #2F2435;
}
</style>