Shades of Blackcurrant #332D36
Tints of Blackcurrant #332D36
RGB
CMYK
RGB Variations
Color information
#332D36 (or 0x332D36) is known color: Blackcurrant. HEX triplet: 33, 2D and 36. RGB value is (51,45,54). Sum of RGB (Red+Green+Blue) = 51+45+54=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 54 - color contains mainly: blue. Hex color #332D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D36 is #CCD2C9. Grayscale: #2F2F2F. Windows color (decimal): -13423306 or 3550515. OLE color: 3550515.
HSL color Cylindrical-coordinate representation of color #332D36: hue angle of 280º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #332D36 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 45 | 54 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.79 |
| HSL | 280º | 0.09% | 0.19% | - |
| HSV(B) | 280º | 0.17% | 0.21% | - |
| XYZ | 2.97 | 2.85 | 3.88 | - |
| YUV | 47.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 54 | 0.06 | 0.17 | 0 | 0.79 | 280 | 0.09 | 0.19 |
| Hex | 33 | 2D | 36 | 6 | 11 | 0 | 4F | 118 | 9 | 13 |
| Octal | 63 | 55 | 66 | 6 | 21 | 0 | 117 | 430 | 11 | 23 |
| Binary | 110011 | 101101 | 110110 | 110 | 10001 | 0 | 1001111 | 100011000 | 1001 | 10011 |
Color Harmonies of #332D36
Complementary color
Monochromatic Colors of #332D36
Black with #332D36
Text Example
Text Example
White with #332D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D36; }
p { color: rgb(51,45,54); }
H1.HeaderClassName
{
color: #332D36;
}
.AnyTagClassName
{
color: #332D36;
}
</style>
background-color css
<style>
a { background-color: #332D36; }
a { background-color: rgb(51,45,54); }
div.DivClassName
{
background-color: #332D36;
}
.BgClassName
{
background-color: #332D36;
}
</style>
border-color css
<style>
span { border-color: #332D36; }
span { border-color: rgb(51,45,54); }
td.TdClassName
{
border-color: #332D36;
}
.TagClassName
{
border-color: #332D36;
}
</style>