Shades of Blackcurrant #32074B
Tints of Blackcurrant #32074B
RGB
CMYK
RGB Variations
Color information
#32074B (or 0x32074B) is known color: Blackcurrant. HEX triplet: 32, 07 and 4B. RGB value is (50,7,75). Sum of RGB (Red+Green+Blue) = 50+7+75=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #32074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32074B is #CDF8B4. Grayscale: #1B1B1B. Windows color (decimal): -13498549 or 4917042. OLE color: 4917042.
HSL color Cylindrical-coordinate representation of color #32074B: hue angle of 277.94º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32074B is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 7 | 75 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.71 |
| HSL | 277.94º | 0.83% | 0.16% | - |
| HSV(B) | 277.94º | 0.91% | 0.29% | - |
| XYZ | 2.66 | 1.34 | 6.77 | - |
| YUV | 27.61 | 154.75 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 75 | 0.33 | 0.91 | 0 | 0.71 | 277.94 | 0.83 | 0.16 |
| Hex | 32 | 7 | 4B | 21 | 5B | 0 | 47 | 116 | 53 | 10 |
| Octal | 62 | 7 | 113 | 41 | 133 | 0 | 107 | 426 | 123 | 20 |
| Binary | 110010 | 111 | 1001011 | 100001 | 1011011 | 0 | 1000111 | 100010110 | 1010011 | 10000 |
Color Harmonies of #32074B
Complementary color
Monochromatic Colors of #32074B
Black with #32074B
Text Example
Text Example
White with #32074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32074B; }
p { color: rgb(50,7,75); }
H1.HeaderClassName
{
color: #32074B;
}
.AnyTagClassName
{
color: #32074B;
}
</style>
background-color css
<style>
a { background-color: #32074B; }
a { background-color: rgb(50,7,75); }
div.DivClassName
{
background-color: #32074B;
}
.BgClassName
{
background-color: #32074B;
}
</style>
border-color css
<style>
span { border-color: #32074B; }
span { border-color: rgb(50,7,75); }
td.TdClassName
{
border-color: #32074B;
}
.TagClassName
{
border-color: #32074B;
}
</style>