Shades of Blackcurrant #33163F
Tints of Blackcurrant #33163F
RGB
CMYK
RGB Variations
Color information
#33163F (or 0x33163F) is known color: Blackcurrant. HEX triplet: 33, 16 and 3F. RGB value is (51,22,63). Sum of RGB (Red+Green+Blue) = 51+22+63=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #33163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33163F is #CCE9C0. Grayscale: #232323. Windows color (decimal): -13429185 or 4134451. OLE color: 4134451.
HSL color Cylindrical-coordinate representation of color #33163F: hue angle of 282.44º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33163F is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 22 | 63 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.75 |
| HSL | 282.44º | 0.48% | 0.17% | - |
| HSV(B) | 282.44º | 0.65% | 0.25% | - |
| XYZ | 2.55 | 1.64 | 4.88 | - |
| YUV | 35.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 63 | 0.19 | 0.65 | 0 | 0.75 | 282.44 | 0.48 | 0.17 |
| Hex | 33 | 16 | 3F | 13 | 41 | 0 | 4B | 11A | 30 | 11 |
| Octal | 63 | 26 | 77 | 23 | 101 | 0 | 113 | 432 | 60 | 21 |
| Binary | 110011 | 10110 | 111111 | 10011 | 1000001 | 0 | 1001011 | 100011010 | 110000 | 10001 |
Color Harmonies of #33163F
Complementary color
Monochromatic Colors of #33163F
Black with #33163F
Text Example
Text Example
White with #33163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33163F; }
p { color: rgb(51,22,63); }
H1.HeaderClassName
{
color: #33163F;
}
.AnyTagClassName
{
color: #33163F;
}
</style>
background-color css
<style>
a { background-color: #33163F; }
a { background-color: rgb(51,22,63); }
div.DivClassName
{
background-color: #33163F;
}
.BgClassName
{
background-color: #33163F;
}
</style>
border-color css
<style>
span { border-color: #33163F; }
span { border-color: rgb(51,22,63); }
td.TdClassName
{
border-color: #33163F;
}
.TagClassName
{
border-color: #33163F;
}
</style>