Shades of Blackcurrant #32044B
Tints of Blackcurrant #32044B
RGB
CMYK
RGB Variations
Color information
#32044B (or 0x32044B) is known color: Blackcurrant. HEX triplet: 32, 04 and 4B. RGB value is (50,4,75). Sum of RGB (Red+Green+Blue) = 50+4+75=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #32044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32044B is #CDFBB4. Grayscale: #191919. Windows color (decimal): -13499317 or 4916274. OLE color: 4916274.
HSL color Cylindrical-coordinate representation of color #32044B: hue angle of 278.87º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32044B is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 4 | 75 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.71 |
| HSL | 278.87º | 0.9% | 0.15% | - |
| HSV(B) | 278.87º | 0.95% | 0.29% | - |
| XYZ | 2.63 | 1.27 | 6.76 | - |
| YUV | 25.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 75 | 0.33 | 0.95 | 0 | 0.71 | 278.87 | 0.9 | 0.15 |
| Hex | 32 | 4 | 4B | 21 | 5F | 0 | 47 | 117 | 5A | F |
| Octal | 62 | 4 | 113 | 41 | 137 | 0 | 107 | 427 | 132 | 17 |
| Binary | 110010 | 100 | 1001011 | 100001 | 1011111 | 0 | 1000111 | 100010111 | 1011010 | 1111 |
Color Harmonies of #32044B
Complementary color
Monochromatic Colors of #32044B
Black with #32044B
Text Example
Text Example
White with #32044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32044B; }
p { color: rgb(50,4,75); }
H1.HeaderClassName
{
color: #32044B;
}
.AnyTagClassName
{
color: #32044B;
}
</style>
background-color css
<style>
a { background-color: #32044B; }
a { background-color: rgb(50,4,75); }
div.DivClassName
{
background-color: #32044B;
}
.BgClassName
{
background-color: #32044B;
}
</style>
border-color css
<style>
span { border-color: #32044B; }
span { border-color: rgb(50,4,75); }
td.TdClassName
{
border-color: #32044B;
}
.TagClassName
{
border-color: #32044B;
}
</style>