Shades of Blackcurrant #201333
Tints of Blackcurrant #201333
RGB
CMYK
RGB Variations
Color information
#201333 (or 0x201333) is known color: Blackcurrant. HEX triplet: 20, 13 and 33. RGB value is (32,19,51). Sum of RGB (Red+Green+Blue) = 32+19+51=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #201333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201333 is #DFECCC. Grayscale: #1A1A1A. Windows color (decimal): -14675149 or 3347232. OLE color: 3347232.
HSL color Cylindrical-coordinate representation of color #201333: hue angle of 264.38º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #201333 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 19 | 51 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.8 |
| HSL | 264.38º | 0.46% | 0.14% | - |
| HSV(B) | 264.38º | 0.63% | 0.2% | - |
| XYZ | 1.43 | 1.01 | 3.25 | - |
| YUV | 26.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 51 | 0.37 | 0.63 | 0 | 0.8 | 264.38 | 0.46 | 0.14 |
| Hex | 20 | 13 | 33 | 25 | 3F | 0 | 50 | 108 | 2E | E |
| Octal | 40 | 23 | 63 | 45 | 77 | 0 | 120 | 410 | 56 | 16 |
| Binary | 100000 | 10011 | 110011 | 100101 | 111111 | 0 | 1010000 | 100001000 | 101110 | 1110 |
Color Harmonies of #201333
Complementary color
Monochromatic Colors of #201333
Black with #201333
Text Example
Text Example
White with #201333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201333; }
p { color: rgb(32,19,51); }
H1.HeaderClassName
{
color: #201333;
}
.AnyTagClassName
{
color: #201333;
}
</style>
background-color css
<style>
a { background-color: #201333; }
a { background-color: rgb(32,19,51); }
div.DivClassName
{
background-color: #201333;
}
.BgClassName
{
background-color: #201333;
}
</style>
border-color css
<style>
span { border-color: #201333; }
span { border-color: rgb(32,19,51); }
td.TdClassName
{
border-color: #201333;
}
.TagClassName
{
border-color: #201333;
}
</style>