Shades of Blackcurrant #33203E
Tints of Blackcurrant #33203E
RGB
CMYK
RGB Variations
Color information
#33203E (or 0x33203E) is known color: Blackcurrant. HEX triplet: 33, 20 and 3E. RGB value is (51,32,62). Sum of RGB (Red+Green+Blue) = 51+32+62=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 62 - color contains mainly: blue. Hex color #33203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33203E is #CCDFC1. Grayscale: #292929. Windows color (decimal): -13426626 or 4071475. OLE color: 4071475.
HSL color Cylindrical-coordinate representation of color #33203E: hue angle of 278º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33203E is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 32 | 62 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.76 |
| HSL | 278º | 0.32% | 0.18% | - |
| HSV(B) | 278º | 0.48% | 0.24% | - |
| XYZ | 2.75 | 2.08 | 4.81 | - |
| YUV | 41.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 62 | 0.18 | 0.48 | 0 | 0.76 | 278 | 0.32 | 0.18 |
| Hex | 33 | 20 | 3E | 12 | 30 | 0 | 4C | 116 | 20 | 12 |
| Octal | 63 | 40 | 76 | 22 | 60 | 0 | 114 | 426 | 40 | 22 |
| Binary | 110011 | 100000 | 111110 | 10010 | 110000 | 0 | 1001100 | 100010110 | 100000 | 10010 |
Color Harmonies of #33203E
Complementary color
Monochromatic Colors of #33203E
Black with #33203E
Text Example
Text Example
White with #33203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33203E; }
p { color: rgb(51,32,62); }
H1.HeaderClassName
{
color: #33203E;
}
.AnyTagClassName
{
color: #33203E;
}
</style>
background-color css
<style>
a { background-color: #33203E; }
a { background-color: rgb(51,32,62); }
div.DivClassName
{
background-color: #33203E;
}
.BgClassName
{
background-color: #33203E;
}
</style>
border-color css
<style>
span { border-color: #33203E; }
span { border-color: rgb(51,32,62); }
td.TdClassName
{
border-color: #33203E;
}
.TagClassName
{
border-color: #33203E;
}
</style>