Shades of Blackcurrant #33203F
Tints of Blackcurrant #33203F
RGB
CMYK
RGB Variations
Color information
#33203F (or 0x33203F) is known color: Blackcurrant. HEX triplet: 33, 20 and 3F. RGB value is (51,32,63). Sum of RGB (Red+Green+Blue) = 51+32+63=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #33203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33203F is #CCDFC0. Grayscale: #292929. Windows color (decimal): -13426625 or 4137011. OLE color: 4137011.
HSL color Cylindrical-coordinate representation of color #33203F: hue angle of 276.77º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #33203F is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 32 | 63 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.75 |
| HSL | 276.77º | 0.33% | 0.19% | - |
| HSV(B) | 276.77º | 0.49% | 0.25% | - |
| XYZ | 2.78 | 2.1 | 4.96 | - |
| YUV | 41.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 63 | 0.19 | 0.49 | 0 | 0.75 | 276.77 | 0.33 | 0.19 |
| Hex | 33 | 20 | 3F | 13 | 31 | 0 | 4B | 115 | 21 | 13 |
| Octal | 63 | 40 | 77 | 23 | 61 | 0 | 113 | 425 | 41 | 23 |
| Binary | 110011 | 100000 | 111111 | 10011 | 110001 | 0 | 1001011 | 100010101 | 100001 | 10011 |
Color Harmonies of #33203F
Complementary color
Monochromatic Colors of #33203F
Black with #33203F
Text Example
Text Example
White with #33203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33203F; }
p { color: rgb(51,32,63); }
H1.HeaderClassName
{
color: #33203F;
}
.AnyTagClassName
{
color: #33203F;
}
</style>
background-color css
<style>
a { background-color: #33203F; }
a { background-color: rgb(51,32,63); }
div.DivClassName
{
background-color: #33203F;
}
.BgClassName
{
background-color: #33203F;
}
</style>
border-color css
<style>
span { border-color: #33203F; }
span { border-color: rgb(51,32,63); }
td.TdClassName
{
border-color: #33203F;
}
.TagClassName
{
border-color: #33203F;
}
</style>