Shades of Blackcurrant #2F1945
Tints of Blackcurrant #2F1945
RGB
CMYK
RGB Variations
Color information
#2F1945 (or 0x2F1945) is known color: Blackcurrant. HEX triplet: 2F, 19 and 45. RGB value is (47,25,69). Sum of RGB (Red+Green+Blue) = 47+25+69=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #2F1945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1945 is #D0E6BA. Grayscale: #242424. Windows color (decimal): -13690555 or 4528431. OLE color: 4528431.
HSL color Cylindrical-coordinate representation of color #2F1945: hue angle of 270º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F1945 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 25 | 69 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.73 |
| HSL | 270º | 0.47% | 0.18% | - |
| HSV(B) | 270º | 0.64% | 0.27% | - |
| XYZ | 2.59 | 1.73 | 5.83 | - |
| YUV | 36.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 69 | 0.32 | 0.64 | 0 | 0.73 | 270 | 0.47 | 0.18 |
| Hex | 2F | 19 | 45 | 20 | 40 | 0 | 49 | 10E | 2F | 12 |
| Octal | 57 | 31 | 105 | 40 | 100 | 0 | 111 | 416 | 57 | 22 |
| Binary | 101111 | 11001 | 1000101 | 100000 | 1000000 | 0 | 1001001 | 100001110 | 101111 | 10010 |
Color Harmonies of #2F1945
Complementary color
Monochromatic Colors of #2F1945
Black with #2F1945
Text Example
Text Example
White with #2F1945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1945; }
p { color: rgb(47,25,69); }
H1.HeaderClassName
{
color: #2F1945;
}
.AnyTagClassName
{
color: #2F1945;
}
</style>
background-color css
<style>
a { background-color: #2F1945; }
a { background-color: rgb(47,25,69); }
div.DivClassName
{
background-color: #2F1945;
}
.BgClassName
{
background-color: #2F1945;
}
</style>
border-color css
<style>
span { border-color: #2F1945; }
span { border-color: rgb(47,25,69); }
td.TdClassName
{
border-color: #2F1945;
}
.TagClassName
{
border-color: #2F1945;
}
</style>