Shades of Blackcurrant #332C36
Tints of Blackcurrant #332C36
RGB
CMYK
RGB Variations
Color information
#332C36 (or 0x332C36) is known color: Blackcurrant. HEX triplet: 33, 2C and 36. RGB value is (51,44,54). Sum of RGB (Red+Green+Blue) = 51+44+54=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 54 - color contains mainly: blue. Hex color #332C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C36 is #CCD3C9. Grayscale: #2F2F2F. Windows color (decimal): -13423562 or 3550259. OLE color: 3550259.
HSL color Cylindrical-coordinate representation of color #332C36: hue angle of 282º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #332C36 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 44 | 54 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.79 |
| HSL | 282º | 0.1% | 0.19% | - |
| HSV(B) | 282º | 0.19% | 0.21% | - |
| XYZ | 2.93 | 2.77 | 3.87 | - |
| YUV | 47.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 54 | 0.06 | 0.19 | 0 | 0.79 | 282 | 0.1 | 0.19 |
| Hex | 33 | 2C | 36 | 6 | 13 | 0 | 4F | 11A | A | 13 |
| Octal | 63 | 54 | 66 | 6 | 23 | 0 | 117 | 432 | 12 | 23 |
| Binary | 110011 | 101100 | 110110 | 110 | 10011 | 0 | 1001111 | 100011010 | 1010 | 10011 |
Color Harmonies of #332C36
Complementary color
Monochromatic Colors of #332C36
Black with #332C36
Text Example
Text Example
White with #332C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C36; }
p { color: rgb(51,44,54); }
H1.HeaderClassName
{
color: #332C36;
}
.AnyTagClassName
{
color: #332C36;
}
</style>
background-color css
<style>
a { background-color: #332C36; }
a { background-color: rgb(51,44,54); }
div.DivClassName
{
background-color: #332C36;
}
.BgClassName
{
background-color: #332C36;
}
</style>
border-color css
<style>
span { border-color: #332C36; }
span { border-color: rgb(51,44,54); }
td.TdClassName
{
border-color: #332C36;
}
.TagClassName
{
border-color: #332C36;
}
</style>