Shades of Blackcurrant #2F1745
Tints of Blackcurrant #2F1745
RGB
CMYK
RGB Variations
Color information
#2F1745 (or 0x2F1745) is known color: Blackcurrant. HEX triplet: 2F, 17 and 45. RGB value is (47,23,69). Sum of RGB (Red+Green+Blue) = 47+23+69=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #2F1745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1745 is #D0E8BA. Grayscale: #232323. Windows color (decimal): -13691067 or 4527919. OLE color: 4527919.
HSL color Cylindrical-coordinate representation of color #2F1745: hue angle of 271.3º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F1745 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 23 | 69 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.73 |
| HSL | 271.3º | 0.5% | 0.18% | - |
| HSV(B) | 271.3º | 0.67% | 0.27% | - |
| XYZ | 2.55 | 1.65 | 5.81 | - |
| YUV | 35.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 69 | 0.32 | 0.67 | 0 | 0.73 | 271.3 | 0.5 | 0.18 |
| Hex | 2F | 17 | 45 | 20 | 43 | 0 | 49 | 10F | 32 | 12 |
| Octal | 57 | 27 | 105 | 40 | 103 | 0 | 111 | 417 | 62 | 22 |
| Binary | 101111 | 10111 | 1000101 | 100000 | 1000011 | 0 | 1001001 | 100001111 | 110010 | 10010 |
Color Harmonies of #2F1745
Complementary color
Monochromatic Colors of #2F1745
Black with #2F1745
Text Example
Text Example
White with #2F1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1745; }
p { color: rgb(47,23,69); }
H1.HeaderClassName
{
color: #2F1745;
}
.AnyTagClassName
{
color: #2F1745;
}
</style>
background-color css
<style>
a { background-color: #2F1745; }
a { background-color: rgb(47,23,69); }
div.DivClassName
{
background-color: #2F1745;
}
.BgClassName
{
background-color: #2F1745;
}
</style>
border-color css
<style>
span { border-color: #2F1745; }
span { border-color: rgb(47,23,69); }
td.TdClassName
{
border-color: #2F1745;
}
.TagClassName
{
border-color: #2F1745;
}
</style>