Shades of Blackcurrant #322A36
Tints of Blackcurrant #322A36
RGB
CMYK
RGB Variations
Color information
#322A36 (or 0x322A36) is known color: Blackcurrant. HEX triplet: 32, 2A and 36. RGB value is (50,42,54). Sum of RGB (Red+Green+Blue) = 50+42+54=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 54 - color contains mainly: blue. Hex color #322A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A36 is #CDD5C9. Grayscale: #2D2D2D. Windows color (decimal): -13489610 or 3549746. OLE color: 3549746.
HSL color Cylindrical-coordinate representation of color #322A36: hue angle of 280º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #322A36 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 42 | 54 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.79 |
| HSL | 280º | 0.13% | 0.19% | - |
| HSV(B) | 280º | 0.22% | 0.21% | - |
| XYZ | 2.81 | 2.6 | 3.84 | - |
| YUV | 45.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 54 | 0.07 | 0.22 | 0 | 0.79 | 280 | 0.13 | 0.19 |
| Hex | 32 | 2A | 36 | 7 | 16 | 0 | 4F | 118 | C | 13 |
| Octal | 62 | 52 | 66 | 7 | 26 | 0 | 117 | 430 | 14 | 23 |
| Binary | 110010 | 101010 | 110110 | 111 | 10110 | 0 | 1001111 | 100011000 | 1100 | 10011 |
Color Harmonies of #322A36
Complementary color
Monochromatic Colors of #322A36
Black with #322A36
Text Example
Text Example
White with #322A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A36; }
p { color: rgb(50,42,54); }
H1.HeaderClassName
{
color: #322A36;
}
.AnyTagClassName
{
color: #322A36;
}
</style>
background-color css
<style>
a { background-color: #322A36; }
a { background-color: rgb(50,42,54); }
div.DivClassName
{
background-color: #322A36;
}
.BgClassName
{
background-color: #322A36;
}
</style>
border-color css
<style>
span { border-color: #322A36; }
span { border-color: rgb(50,42,54); }
td.TdClassName
{
border-color: #322A36;
}
.TagClassName
{
border-color: #322A36;
}
</style>