Shades of Blackcurrant #32194A
Tints of Blackcurrant #32194A
RGB
CMYK
RGB Variations
Color information
#32194A (or 0x32194A) is known color: Blackcurrant. HEX triplet: 32, 19 and 4A. RGB value is (50,25,74). Sum of RGB (Red+Green+Blue) = 50+25+74=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #32194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32194A is #CDE6B5. Grayscale: #252525. Windows color (decimal): -13493942 or 4856114. OLE color: 4856114.
HSL color Cylindrical-coordinate representation of color #32194A: hue angle of 270.61º 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 #32194A is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 25 | 74 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.71 |
| HSL | 270.61º | 0.49% | 0.19% | - |
| HSV(B) | 270.61º | 0.66% | 0.29% | - |
| XYZ | 2.9 | 1.87 | 6.69 | - |
| YUV | 38.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 74 | 0.32 | 0.66 | 0 | 0.71 | 270.61 | 0.49 | 0.19 |
| Hex | 32 | 19 | 4A | 20 | 42 | 0 | 47 | 10F | 31 | 13 |
| Octal | 62 | 31 | 112 | 40 | 102 | 0 | 107 | 417 | 61 | 23 |
| Binary | 110010 | 11001 | 1001010 | 100000 | 1000010 | 0 | 1000111 | 100001111 | 110001 | 10011 |
Color Harmonies of #32194A
Complementary color
Monochromatic Colors of #32194A
Black with #32194A
Text Example
Text Example
White with #32194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32194A; }
p { color: rgb(50,25,74); }
H1.HeaderClassName
{
color: #32194A;
}
.AnyTagClassName
{
color: #32194A;
}
</style>
background-color css
<style>
a { background-color: #32194A; }
a { background-color: rgb(50,25,74); }
div.DivClassName
{
background-color: #32194A;
}
.BgClassName
{
background-color: #32194A;
}
</style>
border-color css
<style>
span { border-color: #32194A; }
span { border-color: rgb(50,25,74); }
td.TdClassName
{
border-color: #32194A;
}
.TagClassName
{
border-color: #32194A;
}
</style>