Shades of Blackcurrant #32004B
Tints of Blackcurrant #32004B
RGB
CMYK
RGB Variations
Color information
#32004B (or 0x32004B) is known color: Blackcurrant. HEX triplet: 32, 00 and 4B. RGB value is (50,0,75). Sum of RGB (Red+Green+Blue) = 50+0+75=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #32004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32004B is #CDFFB4. Grayscale: #171717. Windows color (decimal): -13500341 or 4915250. OLE color: 4915250.
HSL color Cylindrical-coordinate representation of color #32004B: hue angle of 280º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32004B is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 0 | 75 | - |
| CMYK | 0.33 | 1 | 0 | 0.71 |
| HSL | 280º | 1% | 0.15% | - |
| HSV(B) | 280º | 1% | 0.29% | - |
| XYZ | 2.59 | 1.19 | 6.75 | - |
| YUV | 23.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 75 | 0.33 | 1 | 0 | 0.71 | 280 | 1 | 0.15 |
| Hex | 32 | 0 | 4B | 21 | 64 | 0 | 47 | 118 | 64 | F |
| Octal | 62 | 0 | 113 | 41 | 144 | 0 | 107 | 430 | 144 | 17 |
| Binary | 110010 | 0 | 1001011 | 100001 | 1100100 | 0 | 1000111 | 100011000 | 1100100 | 1111 |
Color Harmonies of #32004B
Complementary color
Monochromatic Colors of #32004B
Black with #32004B
Text Example
Text Example
White with #32004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32004B; }
p { color: rgb(50,0,75); }
H1.HeaderClassName
{
color: #32004B;
}
.AnyTagClassName
{
color: #32004B;
}
</style>
background-color css
<style>
a { background-color: #32004B; }
a { background-color: rgb(50,0,75); }
div.DivClassName
{
background-color: #32004B;
}
.BgClassName
{
background-color: #32004B;
}
</style>
border-color css
<style>
span { border-color: #32004B; }
span { border-color: rgb(50,0,75); }
td.TdClassName
{
border-color: #32004B;
}
.TagClassName
{
border-color: #32004B;
}
</style>