Shades of Blackcurrant #32013A
Tints of Blackcurrant #32013A
RGB
CMYK
RGB Variations
Color information
#32013A (or 0x32013A) is known color: Blackcurrant. HEX triplet: 32, 01 and 3A. RGB value is (50,1,58). Sum of RGB (Red+Green+Blue) = 50+1+58=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #32013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32013A is #CDFEC5. Grayscale: #151515. Windows color (decimal): -13500102 or 3801394. OLE color: 3801394.
HSL color Cylindrical-coordinate representation of color #32013A: hue angle of 291.58º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32013A is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
RGB | 50 | 1 | 58 | - |
CMYK | 0.14 | 0.98 | 0 | 0.77 |
HSL | 291.58º | 0.97% | 0.12% | - |
HSV(B) | 291.58º | 0.98% | 0.23% | - |
XYZ | 2.09 | 1.01 | 4.09 | - |
YUV | 22.15 | 148.23 | 147.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 1 | 58 | 0.14 | 0.98 | 0 | 0.77 | 291.58 | 0.97 | 0.12 |
Hex | 32 | 1 | 3A | E | 62 | 0 | 4D | 124 | 61 | C |
Octal | 62 | 1 | 72 | 16 | 142 | 0 | 115 | 444 | 141 | 14 |
Binary | 110010 | 1 | 111010 | 1110 | 1100010 | 0 | 1001101 | 100100100 | 1100001 | 1100 |
Color Harmonies of #32013A
Complementary color
Monochromatic Colors of #32013A
Black with #32013A
Text Example
Text Example
White with #32013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32013A; }
p { color: rgb(50,1,58); }
H1.HeaderClassName
{
color: #32013A;
}
.AnyTagClassName
{
color: #32013A;
}
</style>
background-color css
<style>
a { background-color: #32013A; }
a { background-color: rgb(50,1,58); }
div.DivClassName
{
background-color: #32013A;
}
.BgClassName
{
background-color: #32013A;
}
</style>
border-color css
<style>
span { border-color: #32013A; }
span { border-color: rgb(50,1,58); }
td.TdClassName
{
border-color: #32013A;
}
.TagClassName
{
border-color: #32013A;
}
</style>