Shades of Blackcurrant #32074C
Tints of Blackcurrant #32074C
RGB
CMYK
RGB Variations
Color information
#32074C (or 0x32074C) is known color: Blackcurrant. HEX triplet: 32, 07 and 4C. RGB value is (50,7,76). Sum of RGB (Red+Green+Blue) = 50+7+76=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #32074C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32074C is #CDF8B3. Grayscale: #1B1B1B. Windows color (decimal): -13498548 or 4982578. OLE color: 4982578.
HSL color Cylindrical-coordinate representation of color #32074C: hue angle of 277.39º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32074C is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 7 | 76 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.70 |
| HSL | 277.39º | 0.83% | 0.16% | - |
| HSV(B) | 277.39º | 0.91% | 0.3% | - |
| XYZ | 2.7 | 1.35 | 6.96 | - |
| YUV | 27.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 76 | 0.34 | 0.91 | 0 | 0.70 | 277.39 | 0.83 | 0.16 |
| Hex | 32 | 7 | 4C | 22 | 5B | 0 | 46 | 115 | 53 | 10 |
| Octal | 62 | 7 | 114 | 42 | 133 | 0 | 106 | 425 | 123 | 20 |
| Binary | 110010 | 111 | 1001100 | 100010 | 1011011 | 0 | 1000110 | 100010101 | 1010011 | 10000 |
Color Harmonies of #32074C
Complementary color
Monochromatic Colors of #32074C
Black with #32074C
Text Example
Text Example
White with #32074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32074C; }
p { color: rgb(50,7,76); }
H1.HeaderClassName
{
color: #32074C;
}
.AnyTagClassName
{
color: #32074C;
}
</style>
background-color css
<style>
a { background-color: #32074C; }
a { background-color: rgb(50,7,76); }
div.DivClassName
{
background-color: #32074C;
}
.BgClassName
{
background-color: #32074C;
}
</style>
border-color css
<style>
span { border-color: #32074C; }
span { border-color: rgb(50,7,76); }
td.TdClassName
{
border-color: #32074C;
}
.TagClassName
{
border-color: #32074C;
}
</style>