Shades of Blackcurrant #33213F
Tints of Blackcurrant #33213F
RGB
CMYK
RGB Variations
Color information
#33213F (or 0x33213F) is known color: Blackcurrant. HEX triplet: 33, 21 and 3F. RGB value is (51,33,63). Sum of RGB (Red+Green+Blue) = 51+33+63=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #33213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33213F is #CCDEC0. Grayscale: #292929. Windows color (decimal): -13426369 or 4137267. OLE color: 4137267.
HSL color Cylindrical-coordinate representation of color #33213F: hue angle of 276º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33213F is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 33 | 63 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.75 |
| HSL | 276º | 0.31% | 0.19% | - |
| HSV(B) | 276º | 0.48% | 0.25% | - |
| XYZ | 2.81 | 2.15 | 4.97 | - |
| YUV | 41.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 63 | 0.19 | 0.48 | 0 | 0.75 | 276 | 0.31 | 0.19 |
| Hex | 33 | 21 | 3F | 13 | 30 | 0 | 4B | 114 | 1F | 13 |
| Octal | 63 | 41 | 77 | 23 | 60 | 0 | 113 | 424 | 37 | 23 |
| Binary | 110011 | 100001 | 111111 | 10011 | 110000 | 0 | 1001011 | 100010100 | 11111 | 10011 |
Color Harmonies of #33213F
Complementary color
Monochromatic Colors of #33213F
Black with #33213F
Text Example
Text Example
White with #33213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33213F; }
p { color: rgb(51,33,63); }
H1.HeaderClassName
{
color: #33213F;
}
.AnyTagClassName
{
color: #33213F;
}
</style>
background-color css
<style>
a { background-color: #33213F; }
a { background-color: rgb(51,33,63); }
div.DivClassName
{
background-color: #33213F;
}
.BgClassName
{
background-color: #33213F;
}
</style>
border-color css
<style>
span { border-color: #33213F; }
span { border-color: rgb(51,33,63); }
td.TdClassName
{
border-color: #33213F;
}
.TagClassName
{
border-color: #33213F;
}
</style>