Shades of Blackcurrant #2F193D
Tints of Blackcurrant #2F193D
RGB
CMYK
RGB Variations
Color information
#2F193D (or 0x2F193D) is known color: Blackcurrant. HEX triplet: 2F, 19 and 3D. RGB value is (47,25,61). Sum of RGB (Red+Green+Blue) = 47+25+61=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F193D is #D0E6C2. Grayscale: #232323. Windows color (decimal): -13690563 or 4004143. OLE color: 4004143.
HSL color Cylindrical-coordinate representation of color #2F193D: hue angle of 276.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F193D is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 25 | 61 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.76 |
| HSL | 276.67º | 0.42% | 0.17% | - |
| HSV(B) | 276.67º | 0.59% | 0.24% | - |
| XYZ | 2.36 | 1.64 | 4.61 | - |
| YUV | 35.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 61 | 0.23 | 0.59 | 0 | 0.76 | 276.67 | 0.42 | 0.17 |
| Hex | 2F | 19 | 3D | 17 | 3B | 0 | 4C | 115 | 2A | 11 |
| Octal | 57 | 31 | 75 | 27 | 73 | 0 | 114 | 425 | 52 | 21 |
| Binary | 101111 | 11001 | 111101 | 10111 | 111011 | 0 | 1001100 | 100010101 | 101010 | 10001 |
Color Harmonies of #2F193D
Complementary color
Monochromatic Colors of #2F193D
Black with #2F193D
Text Example
Text Example
White with #2F193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F193D; }
p { color: rgb(47,25,61); }
H1.HeaderClassName
{
color: #2F193D;
}
.AnyTagClassName
{
color: #2F193D;
}
</style>
background-color css
<style>
a { background-color: #2F193D; }
a { background-color: rgb(47,25,61); }
div.DivClassName
{
background-color: #2F193D;
}
.BgClassName
{
background-color: #2F193D;
}
</style>
border-color css
<style>
span { border-color: #2F193D; }
span { border-color: rgb(47,25,61); }
td.TdClassName
{
border-color: #2F193D;
}
.TagClassName
{
border-color: #2F193D;
}
</style>