Shades of Blackcurrant #32003D
Tints of Blackcurrant #32003D
RGB
CMYK
RGB Variations
Color information
#32003D (or 0x32003D) is known color: Blackcurrant. HEX triplet: 32, 00 and 3D. RGB value is (50,0,61). Sum of RGB (Red+Green+Blue) = 50+0+61=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #32003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32003D is #CDFFC2. Grayscale: #151515. Windows color (decimal): -13500355 or 3997746. OLE color: 3997746.
HSL color Cylindrical-coordinate representation of color #32003D: hue angle of 289.18º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32003D is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 0 | 61 | - |
| CMYK | 0.18 | 1 | 0 | 0.76 |
| HSL | 289.18º | 1% | 0.12% | - |
| HSV(B) | 289.18º | 1% | 0.24% | - |
| XYZ | 2.16 | 1.02 | 4.5 | - |
| YUV | 21.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 61 | 0.18 | 1 | 0 | 0.76 | 289.18 | 1 | 0.12 |
| Hex | 32 | 0 | 3D | 12 | 64 | 0 | 4C | 121 | 64 | C |
| Octal | 62 | 0 | 75 | 22 | 144 | 0 | 114 | 441 | 144 | 14 |
| Binary | 110010 | 0 | 111101 | 10010 | 1100100 | 0 | 1001100 | 100100001 | 1100100 | 1100 |
Color Harmonies of #32003D
Complementary color
Monochromatic Colors of #32003D
Black with #32003D
Text Example
Text Example
White with #32003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32003D; }
p { color: rgb(50,0,61); }
H1.HeaderClassName
{
color: #32003D;
}
.AnyTagClassName
{
color: #32003D;
}
</style>
background-color css
<style>
a { background-color: #32003D; }
a { background-color: rgb(50,0,61); }
div.DivClassName
{
background-color: #32003D;
}
.BgClassName
{
background-color: #32003D;
}
</style>
border-color css
<style>
span { border-color: #32003D; }
span { border-color: rgb(50,0,61); }
td.TdClassName
{
border-color: #32003D;
}
.TagClassName
{
border-color: #32003D;
}
</style>