Shades of Blackcurrant #33164C
Tints of Blackcurrant #33164C
RGB
CMYK
RGB Variations
Color information
#33164C (or 0x33164C) is known color: Blackcurrant. HEX triplet: 33, 16 and 4C. RGB value is (51,22,76). Sum of RGB (Red+Green+Blue) = 51+22+76=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #33164C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33164C is #CCE9B3. Grayscale: #242424. Windows color (decimal): -13429172 or 4986419. OLE color: 4986419.
HSL color Cylindrical-coordinate representation of color #33164C: hue angle of 272.22º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33164C is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 22 | 76 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.70 |
| HSL | 272.22º | 0.55% | 0.19% | - |
| HSV(B) | 272.22º | 0.71% | 0.3% | - |
| XYZ | 2.96 | 1.8 | 7.03 | - |
| YUV | 36.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 76 | 0.33 | 0.71 | 0 | 0.70 | 272.22 | 0.55 | 0.19 |
| Hex | 33 | 16 | 4C | 21 | 47 | 0 | 46 | 110 | 37 | 13 |
| Octal | 63 | 26 | 114 | 41 | 107 | 0 | 106 | 420 | 67 | 23 |
| Binary | 110011 | 10110 | 1001100 | 100001 | 1000111 | 0 | 1000110 | 100010000 | 110111 | 10011 |
Color Harmonies of #33164C
Complementary color
Monochromatic Colors of #33164C
Black with #33164C
Text Example
Text Example
White with #33164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33164C; }
p { color: rgb(51,22,76); }
H1.HeaderClassName
{
color: #33164C;
}
.AnyTagClassName
{
color: #33164C;
}
</style>
background-color css
<style>
a { background-color: #33164C; }
a { background-color: rgb(51,22,76); }
div.DivClassName
{
background-color: #33164C;
}
.BgClassName
{
background-color: #33164C;
}
</style>
border-color css
<style>
span { border-color: #33164C; }
span { border-color: rgb(51,22,76); }
td.TdClassName
{
border-color: #33164C;
}
.TagClassName
{
border-color: #33164C;
}
</style>