Shades of Blackcurrant #33233E
Tints of Blackcurrant #33233E
RGB
CMYK
RGB Variations
Color information
#33233E (or 0x33233E) is known color: Blackcurrant. HEX triplet: 33, 23 and 3E. RGB value is (51,35,62). Sum of RGB (Red+Green+Blue) = 51+35+62=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 62 - color contains mainly: blue. Hex color #33233E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33233E is #CCDCC1. Grayscale: #2A2A2A. Windows color (decimal): -13425858 or 4072243. OLE color: 4072243.
HSL color Cylindrical-coordinate representation of color #33233E: hue angle of 275.56º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #33233E is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 35 | 62 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.76 |
| HSL | 275.56º | 0.28% | 0.19% | - |
| HSV(B) | 275.56º | 0.44% | 0.24% | - |
| XYZ | 2.84 | 2.25 | 4.84 | - |
| YUV | 42.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 62 | 0.18 | 0.44 | 0 | 0.76 | 275.56 | 0.28 | 0.19 |
| Hex | 33 | 23 | 3E | 12 | 2C | 0 | 4C | 114 | 1C | 13 |
| Octal | 63 | 43 | 76 | 22 | 54 | 0 | 114 | 424 | 34 | 23 |
| Binary | 110011 | 100011 | 111110 | 10010 | 101100 | 0 | 1001100 | 100010100 | 11100 | 10011 |
Color Harmonies of #33233E
Complementary color
Monochromatic Colors of #33233E
Black with #33233E
Text Example
Text Example
White with #33233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33233E; }
p { color: rgb(51,35,62); }
H1.HeaderClassName
{
color: #33233E;
}
.AnyTagClassName
{
color: #33233E;
}
</style>
background-color css
<style>
a { background-color: #33233E; }
a { background-color: rgb(51,35,62); }
div.DivClassName
{
background-color: #33233E;
}
.BgClassName
{
background-color: #33233E;
}
</style>
border-color css
<style>
span { border-color: #33233E; }
span { border-color: rgb(51,35,62); }
td.TdClassName
{
border-color: #33233E;
}
.TagClassName
{
border-color: #33233E;
}
</style>