Shades of Blackcurrant #332043
Tints of Blackcurrant #332043
RGB
CMYK
RGB Variations
Color information
#332043 (or 0x332043) is known color: Blackcurrant. HEX triplet: 33, 20 and 43. RGB value is (51,32,67). Sum of RGB (Red+Green+Blue) = 51+32+67=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 67 - color contains mainly: blue. Hex color #332043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332043 is #CCDFBC. Grayscale: #292929. Windows color (decimal): -13426621 or 4399155. OLE color: 4399155.
HSL color Cylindrical-coordinate representation of color #332043: hue angle of 272.57º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #332043 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 32 | 67 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.74 |
| HSL | 272.57º | 0.35% | 0.19% | - |
| HSV(B) | 272.57º | 0.52% | 0.26% | - |
| XYZ | 2.89 | 2.14 | 5.57 | - |
| YUV | 41.67 | 142.29 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 67 | 0.24 | 0.52 | 0 | 0.74 | 272.57 | 0.35 | 0.19 |
| Hex | 33 | 20 | 43 | 18 | 34 | 0 | 4A | 111 | 23 | 13 |
| Octal | 63 | 40 | 103 | 30 | 64 | 0 | 112 | 421 | 43 | 23 |
| Binary | 110011 | 100000 | 1000011 | 11000 | 110100 | 0 | 1001010 | 100010001 | 100011 | 10011 |
Color Harmonies of #332043
Complementary color
Monochromatic Colors of #332043
Black with #332043
Text Example
Text Example
White with #332043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332043; }
p { color: rgb(51,32,67); }
H1.HeaderClassName
{
color: #332043;
}
.AnyTagClassName
{
color: #332043;
}
</style>
background-color css
<style>
a { background-color: #332043; }
a { background-color: rgb(51,32,67); }
div.DivClassName
{
background-color: #332043;
}
.BgClassName
{
background-color: #332043;
}
</style>
border-color css
<style>
span { border-color: #332043; }
span { border-color: rgb(51,32,67); }
td.TdClassName
{
border-color: #332043;
}
.TagClassName
{
border-color: #332043;
}
</style>