Shades of Blackcurrant #3D194C
Tints of Blackcurrant #3D194C
RGB
CMYK
RGB Variations
Color information
#3D194C (or 0x3D194C) is known color: Blackcurrant. HEX triplet: 3D, 19 and 4C. RGB value is (61,25,76). Sum of RGB (Red+Green+Blue) = 61+25+76=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D194C is #C2E6B3. Grayscale: #292929. Windows color (decimal): -12773044 or 4987197. OLE color: 4987197.
HSL color Cylindrical-coordinate representation of color #3D194C: hue angle of 282.35º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D194C is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 25 | 76 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.70 |
| HSL | 282.35º | 0.5% | 0.2% | - |
| HSV(B) | 282.35º | 0.67% | 0.3% | - |
| XYZ | 3.58 | 2.21 | 7.08 | - |
| YUV | 41.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 76 | 0.20 | 0.67 | 0 | 0.70 | 282.35 | 0.5 | 0.2 |
| Hex | 3D | 19 | 4C | 14 | 43 | 0 | 46 | 11A | 32 | 14 |
| Octal | 75 | 31 | 114 | 24 | 103 | 0 | 106 | 432 | 62 | 24 |
| Binary | 111101 | 11001 | 1001100 | 10100 | 1000011 | 0 | 1000110 | 100011010 | 110010 | 10100 |
Color Harmonies of #3D194C
Complementary color
Monochromatic Colors of #3D194C
Black with #3D194C
Text Example
Text Example
White with #3D194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D194C; }
p { color: rgb(61,25,76); }
H1.HeaderClassName
{
color: #3D194C;
}
.AnyTagClassName
{
color: #3D194C;
}
</style>
background-color css
<style>
a { background-color: #3D194C; }
a { background-color: rgb(61,25,76); }
div.DivClassName
{
background-color: #3D194C;
}
.BgClassName
{
background-color: #3D194C;
}
</style>
border-color css
<style>
span { border-color: #3D194C; }
span { border-color: rgb(61,25,76); }
td.TdClassName
{
border-color: #3D194C;
}
.TagClassName
{
border-color: #3D194C;
}
</style>