Shades of Blackcurrant #332A39
Tints of Blackcurrant #332A39
RGB
CMYK
RGB Variations
Color information
#332A39 (or 0x332A39) is known color: Blackcurrant. HEX triplet: 33, 2A and 39. RGB value is (51,42,57). Sum of RGB (Red+Green+Blue) = 51+42+57=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 57 - color contains mainly: blue. Hex color #332A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A39 is #CCD5C6. Grayscale: #2E2E2E. Windows color (decimal): -13424071 or 3746355. OLE color: 3746355.
HSL color Cylindrical-coordinate representation of color #332A39: hue angle of 276º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #332A39 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 42 | 57 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.78 |
| HSL | 276º | 0.15% | 0.19% | - |
| HSV(B) | 276º | 0.26% | 0.22% | - |
| XYZ | 2.93 | 2.66 | 4.23 | - |
| YUV | 46.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 57 | 0.11 | 0.26 | 0 | 0.78 | 276 | 0.15 | 0.19 |
| Hex | 33 | 2A | 39 | B | 1A | 0 | 4E | 114 | F | 13 |
| Octal | 63 | 52 | 71 | 13 | 32 | 0 | 116 | 424 | 17 | 23 |
| Binary | 110011 | 101010 | 111001 | 1011 | 11010 | 0 | 1001110 | 100010100 | 1111 | 10011 |
Color Harmonies of #332A39
Complementary color
Monochromatic Colors of #332A39
Black with #332A39
Text Example
Text Example
White with #332A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A39; }
p { color: rgb(51,42,57); }
H1.HeaderClassName
{
color: #332A39;
}
.AnyTagClassName
{
color: #332A39;
}
</style>
background-color css
<style>
a { background-color: #332A39; }
a { background-color: rgb(51,42,57); }
div.DivClassName
{
background-color: #332A39;
}
.BgClassName
{
background-color: #332A39;
}
</style>
border-color css
<style>
span { border-color: #332A39; }
span { border-color: rgb(51,42,57); }
td.TdClassName
{
border-color: #332A39;
}
.TagClassName
{
border-color: #332A39;
}
</style>