Shades of Blackcurrant #20004B
Tints of Blackcurrant #20004B
RGB
CMYK
RGB Variations
Color information
#20004B (or 0x20004B) is known color: Blackcurrant. HEX triplet: 20, 00 and 4B. RGB value is (32,0,75). Sum of RGB (Red+Green+Blue) = 32+0+75=107 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.91% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #20004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20004B is #DFFFB4. Grayscale: #111111. Windows color (decimal): -14679989 or 4915232. OLE color: 4915232.
HSL color Cylindrical-coordinate representation of color #20004B: hue angle of 265.6º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20004B is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 0 | 75 | - |
| CMYK | 0.57 | 1 | 0 | 0.71 |
| HSL | 265.6º | 1% | 0.15% | - |
| HSV(B) | 265.6º | 1% | 0.29% | - |
| XYZ | 1.87 | 0.82 | 6.72 | - |
| YUV | 18.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 75 | 0.57 | 1 | 0 | 0.71 | 265.6 | 1 | 0.15 |
| Hex | 20 | 0 | 4B | 39 | 64 | 0 | 47 | 10A | 64 | F |
| Octal | 40 | 0 | 113 | 71 | 144 | 0 | 107 | 412 | 144 | 17 |
| Binary | 100000 | 0 | 1001011 | 111001 | 1100100 | 0 | 1000111 | 100001010 | 1100100 | 1111 |
Color Harmonies of #20004B
Complementary color
Monochromatic Colors of #20004B
Black with #20004B
Text Example
Text Example
White with #20004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20004B; }
p { color: rgb(32,0,75); }
H1.HeaderClassName
{
color: #20004B;
}
.AnyTagClassName
{
color: #20004B;
}
</style>
background-color css
<style>
a { background-color: #20004B; }
a { background-color: rgb(32,0,75); }
div.DivClassName
{
background-color: #20004B;
}
.BgClassName
{
background-color: #20004B;
}
</style>
border-color css
<style>
span { border-color: #20004B; }
span { border-color: rgb(32,0,75); }
td.TdClassName
{
border-color: #20004B;
}
.TagClassName
{
border-color: #20004B;
}
</style>