Shades of Blackcurrant #33153F
Tints of Blackcurrant #33153F
RGB
CMYK
RGB Variations
Color information
#33153F (or 0x33153F) is known color: Blackcurrant. HEX triplet: 33, 15 and 3F. RGB value is (51,21,63). Sum of RGB (Red+Green+Blue) = 51+21+63=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #33153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33153F is #CCEAC0. Grayscale: #222222. Windows color (decimal): -13429441 or 4134195. OLE color: 4134195.
HSL color Cylindrical-coordinate representation of color #33153F: hue angle of 282.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33153F is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 21 | 63 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.75 |
| HSL | 282.86º | 0.5% | 0.16% | - |
| HSV(B) | 282.86º | 0.67% | 0.25% | - |
| XYZ | 2.53 | 1.6 | 4.88 | - |
| YUV | 34.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 63 | 0.19 | 0.67 | 0 | 0.75 | 282.86 | 0.5 | 0.16 |
| Hex | 33 | 15 | 3F | 13 | 43 | 0 | 4B | 11B | 32 | 10 |
| Octal | 63 | 25 | 77 | 23 | 103 | 0 | 113 | 433 | 62 | 20 |
| Binary | 110011 | 10101 | 111111 | 10011 | 1000011 | 0 | 1001011 | 100011011 | 110010 | 10000 |
Color Harmonies of #33153F
Complementary color
Monochromatic Colors of #33153F
Black with #33153F
Text Example
Text Example
White with #33153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33153F; }
p { color: rgb(51,21,63); }
H1.HeaderClassName
{
color: #33153F;
}
.AnyTagClassName
{
color: #33153F;
}
</style>
background-color css
<style>
a { background-color: #33153F; }
a { background-color: rgb(51,21,63); }
div.DivClassName
{
background-color: #33153F;
}
.BgClassName
{
background-color: #33153F;
}
</style>
border-color css
<style>
span { border-color: #33153F; }
span { border-color: rgb(51,21,63); }
td.TdClassName
{
border-color: #33153F;
}
.TagClassName
{
border-color: #33153F;
}
</style>