Shades of Blackcurrant #3D194A
Tints of Blackcurrant #3D194A
RGB
CMYK
RGB Variations
Color information
#3D194A (or 0x3D194A) is known color: Blackcurrant. HEX triplet: 3D, 19 and 4A. RGB value is (61,25,74). Sum of RGB (Red+Green+Blue) = 61+25+74=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #3D194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D194A is #C2E6B5. Grayscale: #292929. Windows color (decimal): -12773046 or 4856125. OLE color: 4856125.
HSL color Cylindrical-coordinate representation of color #3D194A: hue angle of 284.08º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D194A is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 25 | 74 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.71 |
| HSL | 284.08º | 0.49% | 0.19% | - |
| HSV(B) | 284.08º | 0.66% | 0.29% | - |
| XYZ | 3.51 | 2.18 | 6.71 | - |
| YUV | 41.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 74 | 0.18 | 0.66 | 0 | 0.71 | 284.08 | 0.49 | 0.19 |
| Hex | 3D | 19 | 4A | 12 | 42 | 0 | 47 | 11C | 31 | 13 |
| Octal | 75 | 31 | 112 | 22 | 102 | 0 | 107 | 434 | 61 | 23 |
| Binary | 111101 | 11001 | 1001010 | 10010 | 1000010 | 0 | 1000111 | 100011100 | 110001 | 10011 |
Color Harmonies of #3D194A
Complementary color
Monochromatic Colors of #3D194A
Black with #3D194A
Text Example
Text Example
White with #3D194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D194A; }
p { color: rgb(61,25,74); }
H1.HeaderClassName
{
color: #3D194A;
}
.AnyTagClassName
{
color: #3D194A;
}
</style>
background-color css
<style>
a { background-color: #3D194A; }
a { background-color: rgb(61,25,74); }
div.DivClassName
{
background-color: #3D194A;
}
.BgClassName
{
background-color: #3D194A;
}
</style>
border-color css
<style>
span { border-color: #3D194A; }
span { border-color: rgb(61,25,74); }
td.TdClassName
{
border-color: #3D194A;
}
.TagClassName
{
border-color: #3D194A;
}
</style>