Shades of Blackcurrant #2F1B42
Tints of Blackcurrant #2F1B42
RGB
CMYK
RGB Variations
Color information
#2F1B42 (or 0x2F1B42) is known color: Blackcurrant. HEX triplet: 2F, 1B and 42. RGB value is (47,27,66). Sum of RGB (Red+Green+Blue) = 47+27+66=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #2F1B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1B42 is #D0E4BD. Grayscale: #252525. Windows color (decimal): -13690046 or 4332335. OLE color: 4332335.
HSL color Cylindrical-coordinate representation of color #2F1B42: hue angle of 270.77º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F1B42 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 27 | 66 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.74 |
| HSL | 270.77º | 0.42% | 0.18% | - |
| HSV(B) | 270.77º | 0.59% | 0.26% | - |
| XYZ | 2.55 | 1.78 | 5.36 | - |
| YUV | 37.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 66 | 0.29 | 0.59 | 0 | 0.74 | 270.77 | 0.42 | 0.18 |
| Hex | 2F | 1B | 42 | 1D | 3B | 0 | 4A | 10F | 2A | 12 |
| Octal | 57 | 33 | 102 | 35 | 73 | 0 | 112 | 417 | 52 | 22 |
| Binary | 101111 | 11011 | 1000010 | 11101 | 111011 | 0 | 1001010 | 100001111 | 101010 | 10010 |
Color Harmonies of #2F1B42
Complementary color
Monochromatic Colors of #2F1B42
Black with #2F1B42
Text Example
Text Example
White with #2F1B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1B42; }
p { color: rgb(47,27,66); }
H1.HeaderClassName
{
color: #2F1B42;
}
.AnyTagClassName
{
color: #2F1B42;
}
</style>
background-color css
<style>
a { background-color: #2F1B42; }
a { background-color: rgb(47,27,66); }
div.DivClassName
{
background-color: #2F1B42;
}
.BgClassName
{
background-color: #2F1B42;
}
</style>
border-color css
<style>
span { border-color: #2F1B42; }
span { border-color: rgb(47,27,66); }
td.TdClassName
{
border-color: #2F1B42;
}
.TagClassName
{
border-color: #2F1B42;
}
</style>