Shades of Blackcurrant #32113E
Tints of Blackcurrant #32113E
RGB
CMYK
RGB Variations
Color information
#32113E (or 0x32113E) is known color: Blackcurrant. HEX triplet: 32, 11 and 3E. RGB value is (50,17,62). Sum of RGB (Red+Green+Blue) = 50+17+62=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 62 - color contains mainly: blue. Hex color #32113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32113E is #CDEEC1. Grayscale: #1F1F1F. Windows color (decimal): -13496002 or 4067634. OLE color: 4067634.
HSL color Cylindrical-coordinate representation of color #32113E: hue angle of 284º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32113E is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 17 | 62 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.76 |
| HSL | 284º | 0.57% | 0.15% | - |
| HSV(B) | 284º | 0.73% | 0.24% | - |
| XYZ | 2.39 | 1.43 | 4.71 | - |
| YUV | 32 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 62 | 0.19 | 0.73 | 0 | 0.76 | 284 | 0.57 | 0.15 |
| Hex | 32 | 11 | 3E | 13 | 49 | 0 | 4C | 11C | 39 | F |
| Octal | 62 | 21 | 76 | 23 | 111 | 0 | 114 | 434 | 71 | 17 |
| Binary | 110010 | 10001 | 111110 | 10011 | 1001001 | 0 | 1001100 | 100011100 | 111001 | 1111 |
Color Harmonies of #32113E
Complementary color
Monochromatic Colors of #32113E
Black with #32113E
Text Example
Text Example
White with #32113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32113E; }
p { color: rgb(50,17,62); }
H1.HeaderClassName
{
color: #32113E;
}
.AnyTagClassName
{
color: #32113E;
}
</style>
background-color css
<style>
a { background-color: #32113E; }
a { background-color: rgb(50,17,62); }
div.DivClassName
{
background-color: #32113E;
}
.BgClassName
{
background-color: #32113E;
}
</style>
border-color css
<style>
span { border-color: #32113E; }
span { border-color: rgb(50,17,62); }
td.TdClassName
{
border-color: #32113E;
}
.TagClassName
{
border-color: #32113E;
}
</style>