Shades of Blackcurrant #201236
Tints of Blackcurrant #201236
RGB
CMYK
RGB Variations
Color information
#201236 (or 0x201236) is known color: Blackcurrant. HEX triplet: 20, 12 and 36. RGB value is (32,18,54). Sum of RGB (Red+Green+Blue) = 32+18+54=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #201236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201236 is #DFEDC9. Grayscale: #1A1A1A. Windows color (decimal): -14675402 or 3543584. OLE color: 3543584.
HSL color Cylindrical-coordinate representation of color #201236: hue angle of 263.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #201236 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 18 | 54 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.79 |
| HSL | 263.33º | 0.5% | 0.14% | - |
| HSV(B) | 263.33º | 0.67% | 0.21% | - |
| XYZ | 1.48 | 1.01 | 3.61 | - |
| YUV | 26.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 54 | 0.41 | 0.67 | 0 | 0.79 | 263.33 | 0.5 | 0.14 |
| Hex | 20 | 12 | 36 | 29 | 43 | 0 | 4F | 107 | 32 | E |
| Octal | 40 | 22 | 66 | 51 | 103 | 0 | 117 | 407 | 62 | 16 |
| Binary | 100000 | 10010 | 110110 | 101001 | 1000011 | 0 | 1001111 | 100000111 | 110010 | 1110 |
Color Harmonies of #201236
Complementary color
Monochromatic Colors of #201236
Black with #201236
Text Example
Text Example
White with #201236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201236; }
p { color: rgb(32,18,54); }
H1.HeaderClassName
{
color: #201236;
}
.AnyTagClassName
{
color: #201236;
}
</style>
background-color css
<style>
a { background-color: #201236; }
a { background-color: rgb(32,18,54); }
div.DivClassName
{
background-color: #201236;
}
.BgClassName
{
background-color: #201236;
}
</style>
border-color css
<style>
span { border-color: #201236; }
span { border-color: rgb(32,18,54); }
td.TdClassName
{
border-color: #201236;
}
.TagClassName
{
border-color: #201236;
}
</style>