Shades of Blackcurrant #2F1A34
Tints of Blackcurrant #2F1A34
RGB
CMYK
RGB Variations
Color information
#2F1A34 (or 0x2F1A34) is known color: Blackcurrant. HEX triplet: 2F, 1A and 34. RGB value is (47,26,52). Sum of RGB (Red+Green+Blue) = 47+26+52=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F1A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1A34 is #D0E5CB. Grayscale: #232323. Windows color (decimal): -13690316 or 3414575. OLE color: 3414575.
HSL color Cylindrical-coordinate representation of color #2F1A34: hue angle of 288.46º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F1A34 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 26 | 52 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.80 |
| HSL | 288.46º | 0.33% | 0.15% | - |
| HSV(B) | 288.46º | 0.5% | 0.2% | - |
| XYZ | 2.16 | 1.59 | 3.44 | - |
| YUV | 35.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 26 | 52 | 0.10 | 0.50 | 0 | 0.80 | 288.46 | 0.33 | 0.15 |
| Hex | 2F | 1A | 34 | A | 32 | 0 | 50 | 120 | 21 | F |
| Octal | 57 | 32 | 64 | 12 | 62 | 0 | 120 | 440 | 41 | 17 |
| Binary | 101111 | 11010 | 110100 | 1010 | 110010 | 0 | 1010000 | 100100000 | 100001 | 1111 |
Color Harmonies of #2F1A34
Complementary color
Monochromatic Colors of #2F1A34
Black with #2F1A34
Text Example
Text Example
White with #2F1A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1A34; }
p { color: rgb(47,26,52); }
H1.HeaderClassName
{
color: #2F1A34;
}
.AnyTagClassName
{
color: #2F1A34;
}
</style>
background-color css
<style>
a { background-color: #2F1A34; }
a { background-color: rgb(47,26,52); }
div.DivClassName
{
background-color: #2F1A34;
}
.BgClassName
{
background-color: #2F1A34;
}
</style>
border-color css
<style>
span { border-color: #2F1A34; }
span { border-color: rgb(47,26,52); }
td.TdClassName
{
border-color: #2F1A34;
}
.TagClassName
{
border-color: #2F1A34;
}
</style>