Shades of Blackcurrant #32013B
Tints of Blackcurrant #32013B
RGB
CMYK
RGB Variations
Color information
#32013B (or 0x32013B) is known color: Blackcurrant. HEX triplet: 32, 01 and 3B. RGB value is (50,1,59). Sum of RGB (Red+Green+Blue) = 50+1+59=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 59 (23.44% from 255 or 53.64% from 110); Max value from RGB is 59 - color contains mainly: blue. Hex color #32013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32013B is #CDFEC4. Grayscale: #161616. Windows color (decimal): -13500101 or 3866930. OLE color: 3866930.
HSL color Cylindrical-coordinate representation of color #32013B: hue angle of 290.69º 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 #32013B is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 1 | 59 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.77 |
| HSL | 290.69º | 0.97% | 0.12% | - |
| HSV(B) | 290.69º | 0.98% | 0.23% | - |
| XYZ | 2.12 | 1.02 | 4.22 | - |
| YUV | 22.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 59 | 0.15 | 0.98 | 0 | 0.77 | 290.69 | 0.97 | 0.12 |
| Hex | 32 | 1 | 3B | F | 62 | 0 | 4D | 123 | 61 | C |
| Octal | 62 | 1 | 73 | 17 | 142 | 0 | 115 | 443 | 141 | 14 |
| Binary | 110010 | 1 | 111011 | 1111 | 1100010 | 0 | 1001101 | 100100011 | 1100001 | 1100 |
Color Harmonies of #32013B
Complementary color
Monochromatic Colors of #32013B
Black with #32013B
Text Example
Text Example
White with #32013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32013B; }
p { color: rgb(50,1,59); }
H1.HeaderClassName
{
color: #32013B;
}
.AnyTagClassName
{
color: #32013B;
}
</style>
background-color css
<style>
a { background-color: #32013B; }
a { background-color: rgb(50,1,59); }
div.DivClassName
{
background-color: #32013B;
}
.BgClassName
{
background-color: #32013B;
}
</style>
border-color css
<style>
span { border-color: #32013B; }
span { border-color: rgb(50,1,59); }
td.TdClassName
{
border-color: #32013B;
}
.TagClassName
{
border-color: #32013B;
}
</style>