Shades of Blackcurrant #2F1237
Tints of Blackcurrant #2F1237
RGB
CMYK
RGB Variations
Color information
#2F1237 (or 0x2F1237) is known color: Blackcurrant. HEX triplet: 2F, 12 and 37. RGB value is (47,18,55). Sum of RGB (Red+Green+Blue) = 47+18+55=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F1237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1237 is #D0EDC8. Grayscale: #1E1E1E. Windows color (decimal): -13692361 or 3609135. OLE color: 3609135.
HSL color Cylindrical-coordinate representation of color #2F1237: hue angle of 287.03º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F1237 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 18 | 55 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.78 |
| HSL | 287.03º | 0.51% | 0.14% | - |
| HSV(B) | 287.03º | 0.67% | 0.22% | - |
| XYZ | 2.08 | 1.31 | 3.76 | - |
| YUV | 30.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 55 | 0.15 | 0.67 | 0 | 0.78 | 287.03 | 0.51 | 0.14 |
| Hex | 2F | 12 | 37 | F | 43 | 0 | 4E | 11F | 33 | E |
| Octal | 57 | 22 | 67 | 17 | 103 | 0 | 116 | 437 | 63 | 16 |
| Binary | 101111 | 10010 | 110111 | 1111 | 1000011 | 0 | 1001110 | 100011111 | 110011 | 1110 |
Color Harmonies of #2F1237
Complementary color
Monochromatic Colors of #2F1237
Black with #2F1237
Text Example
Text Example
White with #2F1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1237; }
p { color: rgb(47,18,55); }
H1.HeaderClassName
{
color: #2F1237;
}
.AnyTagClassName
{
color: #2F1237;
}
</style>
background-color css
<style>
a { background-color: #2F1237; }
a { background-color: rgb(47,18,55); }
div.DivClassName
{
background-color: #2F1237;
}
.BgClassName
{
background-color: #2F1237;
}
</style>
border-color css
<style>
span { border-color: #2F1237; }
span { border-color: rgb(47,18,55); }
td.TdClassName
{
border-color: #2F1237;
}
.TagClassName
{
border-color: #2F1237;
}
</style>