Shades of Blackcurrant #201235
Tints of Blackcurrant #201235
RGB
CMYK
RGB Variations
Color information
#201235 (or 0x201235) is known color: Blackcurrant. HEX triplet: 20, 12 and 35. RGB value is (32,18,53). Sum of RGB (Red+Green+Blue) = 32+18+53=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 53 (21.09% from 255 or 51.46% from 103); Max value from RGB is 53 - color contains mainly: blue. Hex color #201235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201235 is #DFEDCA. Grayscale: #1A1A1A. Windows color (decimal): -14675403 or 3478048. OLE color: 3478048.
HSL color Cylindrical-coordinate representation of color #201235: hue angle of 264º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #201235 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 18 | 53 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.79 |
| HSL | 264º | 0.49% | 0.14% | - |
| HSV(B) | 264º | 0.66% | 0.21% | - |
| XYZ | 1.45 | 1 | 3.48 | - |
| YUV | 26.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 53 | 0.40 | 0.66 | 0 | 0.79 | 264 | 0.49 | 0.14 |
| Hex | 20 | 12 | 35 | 28 | 42 | 0 | 4F | 108 | 31 | E |
| Octal | 40 | 22 | 65 | 50 | 102 | 0 | 117 | 410 | 61 | 16 |
| Binary | 100000 | 10010 | 110101 | 101000 | 1000010 | 0 | 1001111 | 100001000 | 110001 | 1110 |
Color Harmonies of #201235
Complementary color
Monochromatic Colors of #201235
Black with #201235
Text Example
Text Example
White with #201235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201235; }
p { color: rgb(32,18,53); }
H1.HeaderClassName
{
color: #201235;
}
.AnyTagClassName
{
color: #201235;
}
</style>
background-color css
<style>
a { background-color: #201235; }
a { background-color: rgb(32,18,53); }
div.DivClassName
{
background-color: #201235;
}
.BgClassName
{
background-color: #201235;
}
</style>
border-color css
<style>
span { border-color: #201235; }
span { border-color: rgb(32,18,53); }
td.TdClassName
{
border-color: #201235;
}
.TagClassName
{
border-color: #201235;
}
</style>