Shades of Blackcurrant #201135
Tints of Blackcurrant #201135
RGB
CMYK
RGB Variations
Color information
#201135 (or 0x201135) is known color: Blackcurrant. HEX triplet: 20, 11 and 35. RGB value is (32,17,53). Sum of RGB (Red+Green+Blue) = 32+17+53=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 53 (21.09% from 255 or 51.96% from 102); Max value from RGB is 53 - color contains mainly: blue. Hex color #201135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201135 is #DFEECA. Grayscale: #191919. Windows color (decimal): -14675659 or 3477792. OLE color: 3477792.
HSL color Cylindrical-coordinate representation of color #201135: hue angle of 265º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #201135 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 17 | 53 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.79 |
| HSL | 265º | 0.51% | 0.14% | - |
| HSV(B) | 265º | 0.68% | 0.21% | - |
| XYZ | 1.44 | 0.97 | 3.48 | - |
| YUV | 25.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 53 | 0.40 | 0.68 | 0 | 0.79 | 265 | 0.51 | 0.14 |
| Hex | 20 | 11 | 35 | 28 | 44 | 0 | 4F | 109 | 33 | E |
| Octal | 40 | 21 | 65 | 50 | 104 | 0 | 117 | 411 | 63 | 16 |
| Binary | 100000 | 10001 | 110101 | 101000 | 1000100 | 0 | 1001111 | 100001001 | 110011 | 1110 |
Color Harmonies of #201135
Complementary color
Monochromatic Colors of #201135
Black with #201135
Text Example
Text Example
White with #201135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201135; }
p { color: rgb(32,17,53); }
H1.HeaderClassName
{
color: #201135;
}
.AnyTagClassName
{
color: #201135;
}
</style>
background-color css
<style>
a { background-color: #201135; }
a { background-color: rgb(32,17,53); }
div.DivClassName
{
background-color: #201135;
}
.BgClassName
{
background-color: #201135;
}
</style>
border-color css
<style>
span { border-color: #201135; }
span { border-color: rgb(32,17,53); }
td.TdClassName
{
border-color: #201135;
}
.TagClassName
{
border-color: #201135;
}
</style>