Shades of Blackcurrant #20132A
Tints of Blackcurrant #20132A
RGB
CMYK
RGB Variations
Color information
#20132A (or 0x20132A) is known color: Blackcurrant. HEX triplet: 20, 13 and 2A. RGB value is (32,19,42). Sum of RGB (Red+Green+Blue) = 32+19+42=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 42 - color contains mainly: blue. Hex color #20132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20132A is #DFECD5. Grayscale: #191919. Windows color (decimal): -14675158 or 2757408. OLE color: 2757408.
HSL color Cylindrical-coordinate representation of color #20132A: hue angle of 273.91º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #20132A is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 19 | 42 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.84 |
| HSL | 273.91º | 0.38% | 0.12% | - |
| HSV(B) | 273.91º | 0.55% | 0.16% | - |
| XYZ | 1.25 | 0.94 | 2.31 | - |
| YUV | 25.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 42 | 0.24 | 0.55 | 0 | 0.84 | 273.91 | 0.38 | 0.12 |
| Hex | 20 | 13 | 2A | 18 | 37 | 0 | 54 | 112 | 26 | C |
| Octal | 40 | 23 | 52 | 30 | 67 | 0 | 124 | 422 | 46 | 14 |
| Binary | 100000 | 10011 | 101010 | 11000 | 110111 | 0 | 1010100 | 100010010 | 100110 | 1100 |
Color Harmonies of #20132A
Complementary color
Monochromatic Colors of #20132A
Black with #20132A
Text Example
Text Example
White with #20132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20132A; }
p { color: rgb(32,19,42); }
H1.HeaderClassName
{
color: #20132A;
}
.AnyTagClassName
{
color: #20132A;
}
</style>
background-color css
<style>
a { background-color: #20132A; }
a { background-color: rgb(32,19,42); }
div.DivClassName
{
background-color: #20132A;
}
.BgClassName
{
background-color: #20132A;
}
</style>
border-color css
<style>
span { border-color: #20132A; }
span { border-color: rgb(32,19,42); }
td.TdClassName
{
border-color: #20132A;
}
.TagClassName
{
border-color: #20132A;
}
</style>