Shades of Blackcurrant #32094E
Tints of Blackcurrant #32094E
RGB
CMYK
RGB Variations
Color information
#32094E (or 0x32094E) is known color: Blackcurrant. HEX triplet: 32, 09 and 4E. RGB value is (50,9,78). Sum of RGB (Red+Green+Blue) = 50+9+78=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #32094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32094E is #CDF6B1. Grayscale: #1C1C1C. Windows color (decimal): -13498034 or 5114162. OLE color: 5114162.
HSL color Cylindrical-coordinate representation of color #32094E: hue angle of 275.65º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32094E is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 9 | 78 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.69 |
| HSL | 275.65º | 0.79% | 0.17% | - |
| HSV(B) | 275.65º | 0.88% | 0.31% | - |
| XYZ | 2.79 | 1.42 | 7.34 | - |
| YUV | 29.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 78 | 0.36 | 0.88 | 0 | 0.69 | 275.65 | 0.79 | 0.17 |
| Hex | 32 | 9 | 4E | 24 | 58 | 0 | 45 | 114 | 4F | 11 |
| Octal | 62 | 11 | 116 | 44 | 130 | 0 | 105 | 424 | 117 | 21 |
| Binary | 110010 | 1001 | 1001110 | 100100 | 1011000 | 0 | 1000101 | 100010100 | 1001111 | 10001 |
Color Harmonies of #32094E
Complementary color
Monochromatic Colors of #32094E
Black with #32094E
Text Example
Text Example
White with #32094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32094E; }
p { color: rgb(50,9,78); }
H1.HeaderClassName
{
color: #32094E;
}
.AnyTagClassName
{
color: #32094E;
}
</style>
background-color css
<style>
a { background-color: #32094E; }
a { background-color: rgb(50,9,78); }
div.DivClassName
{
background-color: #32094E;
}
.BgClassName
{
background-color: #32094E;
}
</style>
border-color css
<style>
span { border-color: #32094E; }
span { border-color: rgb(50,9,78); }
td.TdClassName
{
border-color: #32094E;
}
.TagClassName
{
border-color: #32094E;
}
</style>