Shades of Blackcurrant #32023D
Tints of Blackcurrant #32023D
RGB
CMYK
RGB Variations
Color information
#32023D (or 0x32023D) is known color: Blackcurrant. HEX triplet: 32, 02 and 3D. RGB value is (50,2,61). Sum of RGB (Red+Green+Blue) = 50+2+61=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #32023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32023D is #CDFDC2. Grayscale: #161616. Windows color (decimal): -13499843 or 3998258. OLE color: 3998258.
HSL color Cylindrical-coordinate representation of color #32023D: hue angle of 288.81º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32023D is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 2 | 61 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.76 |
| HSL | 288.81º | 0.94% | 0.12% | - |
| HSV(B) | 288.81º | 0.97% | 0.24% | - |
| XYZ | 2.18 | 1.06 | 4.5 | - |
| YUV | 23.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 61 | 0.18 | 0.97 | 0 | 0.76 | 288.81 | 0.94 | 0.12 |
| Hex | 32 | 2 | 3D | 12 | 61 | 0 | 4C | 121 | 5E | C |
| Octal | 62 | 2 | 75 | 22 | 141 | 0 | 114 | 441 | 136 | 14 |
| Binary | 110010 | 10 | 111101 | 10010 | 1100001 | 0 | 1001100 | 100100001 | 1011110 | 1100 |
Color Harmonies of #32023D
Complementary color
Monochromatic Colors of #32023D
Black with #32023D
Text Example
Text Example
White with #32023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32023D; }
p { color: rgb(50,2,61); }
H1.HeaderClassName
{
color: #32023D;
}
.AnyTagClassName
{
color: #32023D;
}
</style>
background-color css
<style>
a { background-color: #32023D; }
a { background-color: rgb(50,2,61); }
div.DivClassName
{
background-color: #32023D;
}
.BgClassName
{
background-color: #32023D;
}
</style>
border-color css
<style>
span { border-color: #32023D; }
span { border-color: rgb(50,2,61); }
td.TdClassName
{
border-color: #32023D;
}
.TagClassName
{
border-color: #32023D;
}
</style>