Shades of Blackcurrant #32283A
Tints of Blackcurrant #32283A
RGB
CMYK
RGB Variations
Color information
#32283A (or 0x32283A) is known color: Blackcurrant. HEX triplet: 32, 28 and 3A. RGB value is (50,40,58). Sum of RGB (Red+Green+Blue) = 50+40+58=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 58 - color contains mainly: blue. Hex color #32283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32283A is #CDD7C5. Grayscale: #2C2C2C. Windows color (decimal): -13490118 or 3811378. OLE color: 3811378.
HSL color Cylindrical-coordinate representation of color #32283A: hue angle of 273.33º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #32283A is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 40 | 58 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.77 |
| HSL | 273.33º | 0.18% | 0.19% | - |
| HSV(B) | 273.33º | 0.31% | 0.23% | - |
| XYZ | 2.84 | 2.5 | 4.34 | - |
| YUV | 45.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 58 | 0.14 | 0.31 | 0 | 0.77 | 273.33 | 0.18 | 0.19 |
| Hex | 32 | 28 | 3A | E | 1F | 0 | 4D | 111 | 12 | 13 |
| Octal | 62 | 50 | 72 | 16 | 37 | 0 | 115 | 421 | 22 | 23 |
| Binary | 110010 | 101000 | 111010 | 1110 | 11111 | 0 | 1001101 | 100010001 | 10010 | 10011 |
Color Harmonies of #32283A
Complementary color
Monochromatic Colors of #32283A
Black with #32283A
Text Example
Text Example
White with #32283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32283A; }
p { color: rgb(50,40,58); }
H1.HeaderClassName
{
color: #32283A;
}
.AnyTagClassName
{
color: #32283A;
}
</style>
background-color css
<style>
a { background-color: #32283A; }
a { background-color: rgb(50,40,58); }
div.DivClassName
{
background-color: #32283A;
}
.BgClassName
{
background-color: #32283A;
}
</style>
border-color css
<style>
span { border-color: #32283A; }
span { border-color: rgb(50,40,58); }
td.TdClassName
{
border-color: #32283A;
}
.TagClassName
{
border-color: #32283A;
}
</style>