Shades of Blackcurrant #201335
Tints of Blackcurrant #201335
RGB
CMYK
RGB Variations
Color information
#201335 (or 0x201335) is known color: Blackcurrant. HEX triplet: 20, 13 and 35. RGB value is (32,19,53). Sum of RGB (Red+Green+Blue) = 32+19+53=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 53 (21.09% from 255 or 50.96% from 104); Max value from RGB is 53 - color contains mainly: blue. Hex color #201335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201335 is #DFECCA. Grayscale: #1A1A1A. Windows color (decimal): -14675147 or 3478304. OLE color: 3478304.
HSL color Cylindrical-coordinate representation of color #201335: hue angle of 262.94º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #201335 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 19 | 53 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.79 |
| HSL | 262.94º | 0.47% | 0.14% | - |
| HSV(B) | 262.94º | 0.64% | 0.21% | - |
| XYZ | 1.47 | 1.03 | 3.49 | - |
| YUV | 26.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 53 | 0.40 | 0.64 | 0 | 0.79 | 262.94 | 0.47 | 0.14 |
| Hex | 20 | 13 | 35 | 28 | 40 | 0 | 4F | 107 | 2F | E |
| Octal | 40 | 23 | 65 | 50 | 100 | 0 | 117 | 407 | 57 | 16 |
| Binary | 100000 | 10011 | 110101 | 101000 | 1000000 | 0 | 1001111 | 100000111 | 101111 | 1110 |
Color Harmonies of #201335
Complementary color
Monochromatic Colors of #201335
Black with #201335
Text Example
Text Example
White with #201335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201335; }
p { color: rgb(32,19,53); }
H1.HeaderClassName
{
color: #201335;
}
.AnyTagClassName
{
color: #201335;
}
</style>
background-color css
<style>
a { background-color: #201335; }
a { background-color: rgb(32,19,53); }
div.DivClassName
{
background-color: #201335;
}
.BgClassName
{
background-color: #201335;
}
</style>
border-color css
<style>
span { border-color: #201335; }
span { border-color: rgb(32,19,53); }
td.TdClassName
{
border-color: #201335;
}
.TagClassName
{
border-color: #201335;
}
</style>