Shades of Blackcurrant #33164D
Tints of Blackcurrant #33164D
RGB
CMYK
RGB Variations
Color information
#33164D (or 0x33164D) is known color: Blackcurrant. HEX triplet: 33, 16 and 4D. RGB value is (51,22,77). Sum of RGB (Red+Green+Blue) = 51+22+77=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #33164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33164D is #CCE9B2. Grayscale: #242424. Windows color (decimal): -13429171 or 5051955. OLE color: 5051955.
HSL color Cylindrical-coordinate representation of color #33164D: hue angle of 271.64º degrees, saturation: 0.56, 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 #33164D is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 22 | 77 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.70 |
| HSL | 271.64º | 0.56% | 0.19% | - |
| HSV(B) | 271.64º | 0.71% | 0.3% | - |
| XYZ | 2.99 | 1.81 | 7.21 | - |
| YUV | 36.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 77 | 0.34 | 0.71 | 0 | 0.70 | 271.64 | 0.56 | 0.19 |
| Hex | 33 | 16 | 4D | 22 | 47 | 0 | 46 | 110 | 38 | 13 |
| Octal | 63 | 26 | 115 | 42 | 107 | 0 | 106 | 420 | 70 | 23 |
| Binary | 110011 | 10110 | 1001101 | 100010 | 1000111 | 0 | 1000110 | 100010000 | 111000 | 10011 |
Color Harmonies of #33164D
Complementary color
Monochromatic Colors of #33164D
Black with #33164D
Text Example
Text Example
White with #33164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33164D; }
p { color: rgb(51,22,77); }
H1.HeaderClassName
{
color: #33164D;
}
.AnyTagClassName
{
color: #33164D;
}
</style>
background-color css
<style>
a { background-color: #33164D; }
a { background-color: rgb(51,22,77); }
div.DivClassName
{
background-color: #33164D;
}
.BgClassName
{
background-color: #33164D;
}
</style>
border-color css
<style>
span { border-color: #33164D; }
span { border-color: rgb(51,22,77); }
td.TdClassName
{
border-color: #33164D;
}
.TagClassName
{
border-color: #33164D;
}
</style>