Shades of Blackcurrant #20132D
Tints of Blackcurrant #20132D
RGB
CMYK
RGB Variations
Color information
#20132D (or 0x20132D) is known color: Blackcurrant. HEX triplet: 20, 13 and 2D. RGB value is (32,19,45). Sum of RGB (Red+Green+Blue) = 32+19+45=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #20132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20132D is #DFECD2. Grayscale: #191919. Windows color (decimal): -14675155 or 2954016. OLE color: 2954016.
HSL color Cylindrical-coordinate representation of color #20132D: hue angle of 270º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20132D is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 19 | 45 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.82 |
| HSL | 270º | 0.41% | 0.13% | - |
| HSV(B) | 270º | 0.58% | 0.18% | - |
| XYZ | 1.3 | 0.96 | 2.6 | - |
| YUV | 25.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 45 | 0.29 | 0.58 | 0 | 0.82 | 270 | 0.41 | 0.13 |
| Hex | 20 | 13 | 2D | 1D | 3A | 0 | 52 | 10E | 29 | D |
| Octal | 40 | 23 | 55 | 35 | 72 | 0 | 122 | 416 | 51 | 15 |
| Binary | 100000 | 10011 | 101101 | 11101 | 111010 | 0 | 1010010 | 100001110 | 101001 | 1101 |
Color Harmonies of #20132D
Complementary color
Monochromatic Colors of #20132D
Black with #20132D
Text Example
Text Example
White with #20132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20132D; }
p { color: rgb(32,19,45); }
H1.HeaderClassName
{
color: #20132D;
}
.AnyTagClassName
{
color: #20132D;
}
</style>
background-color css
<style>
a { background-color: #20132D; }
a { background-color: rgb(32,19,45); }
div.DivClassName
{
background-color: #20132D;
}
.BgClassName
{
background-color: #20132D;
}
</style>
border-color css
<style>
span { border-color: #20132D; }
span { border-color: rgb(32,19,45); }
td.TdClassName
{
border-color: #20132D;
}
.TagClassName
{
border-color: #20132D;
}
</style>