Shades of Blackcurrant #20004D
Tints of Blackcurrant #20004D
RGB
CMYK
RGB Variations
Color information
#20004D (or 0x20004D) is known color: Blackcurrant. HEX triplet: 20, 00 and 4D. RGB value is (32,0,77). Sum of RGB (Red+Green+Blue) = 32+0+77=109 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.36% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 77 (30.47% from 255 or 70.64% from 109); Max value from RGB is 77 - color contains mainly: blue. Hex color #20004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20004D is #DFFFB2. Grayscale: #121212. Windows color (decimal): -14679987 or 5046304. OLE color: 5046304.
HSL color Cylindrical-coordinate representation of color #20004D: hue angle of 264.94º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20004D is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 32 | 0 | 77 | - |
CMYK | 0.58 | 1 | 0 | 0.70 |
HSL | 264.94º | 1% | 0.15% | - |
HSV(B) | 264.94º | 1% | 0.3% | - |
XYZ | 1.94 | 0.84 | 7.08 | - |
YUV | 18.35 | 161.1 | 137.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 0 | 77 | 0.58 | 1 | 0 | 0.70 | 264.94 | 1 | 0.15 |
Hex | 20 | 0 | 4D | 3A | 64 | 0 | 46 | 109 | 64 | F |
Octal | 40 | 0 | 115 | 72 | 144 | 0 | 106 | 411 | 144 | 17 |
Binary | 100000 | 0 | 1001101 | 111010 | 1100100 | 0 | 1000110 | 100001001 | 1100100 | 1111 |
Color Harmonies of #20004D
Complementary color
Monochromatic Colors of #20004D
Black with #20004D
Text Example
Text Example
White with #20004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20004D; }
p { color: rgb(32,0,77); }
H1.HeaderClassName
{
color: #20004D;
}
.AnyTagClassName
{
color: #20004D;
}
</style>
background-color css
<style>
a { background-color: #20004D; }
a { background-color: rgb(32,0,77); }
div.DivClassName
{
background-color: #20004D;
}
.BgClassName
{
background-color: #20004D;
}
</style>
border-color css
<style>
span { border-color: #20004D; }
span { border-color: rgb(32,0,77); }
td.TdClassName
{
border-color: #20004D;
}
.TagClassName
{
border-color: #20004D;
}
</style>