Shades of Blackcurrant #20002D
Tints of Blackcurrant #20002D
RGB
CMYK
RGB Variations
Color information
#20002D (or 0x20002D) is known color: Blackcurrant. HEX triplet: 20, 00 and 2D. RGB value is (32,0,45). Sum of RGB (Red+Green+Blue) = 32+0+45=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #20002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20002D is #DFFFD2. Grayscale: #0E0E0E. Windows color (decimal): -14680019 or 2949152. OLE color: 2949152.
HSL color Cylindrical-coordinate representation of color #20002D: hue angle of 282.67º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20002D is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 0 | 45 | - |
| CMYK | 0.29 | 1 | 0 | 0.82 |
| HSL | 282.67º | 1% | 0.09% | - |
| HSV(B) | 282.67º | 1% | 0.18% | - |
| XYZ | 1.07 | 0.5 | 2.52 | - |
| YUV | 14.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 45 | 0.29 | 1 | 0 | 0.82 | 282.67 | 1 | 0.09 |
| Hex | 20 | 0 | 2D | 1D | 64 | 0 | 52 | 11B | 64 | 9 |
| Octal | 40 | 0 | 55 | 35 | 144 | 0 | 122 | 433 | 144 | 11 |
| Binary | 100000 | 0 | 101101 | 11101 | 1100100 | 0 | 1010010 | 100011011 | 1100100 | 1001 |
Color Harmonies of #20002D
Complementary color
Monochromatic Colors of #20002D
Black with #20002D
Text Example
Text Example
White with #20002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20002D; }
p { color: rgb(32,0,45); }
H1.HeaderClassName
{
color: #20002D;
}
.AnyTagClassName
{
color: #20002D;
}
</style>
background-color css
<style>
a { background-color: #20002D; }
a { background-color: rgb(32,0,45); }
div.DivClassName
{
background-color: #20002D;
}
.BgClassName
{
background-color: #20002D;
}
</style>
border-color css
<style>
span { border-color: #20002D; }
span { border-color: rgb(32,0,45); }
td.TdClassName
{
border-color: #20002D;
}
.TagClassName
{
border-color: #20002D;
}
</style>