Shades of Blackcurrant #20013B
Tints of Blackcurrant #20013B
RGB
CMYK
RGB Variations
Color information
#20013B (or 0x20013B) is known color: Blackcurrant. HEX triplet: 20, 01 and 3B. RGB value is (32,1,59). Sum of RGB (Red+Green+Blue) = 32+1+59=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 59 (23.44% from 255 or 64.13% from 92); Max value from RGB is 59 - color contains mainly: blue. Hex color #20013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20013B is #DFFEC4. Grayscale: #101010. Windows color (decimal): -14679749 or 3866912. OLE color: 3866912.
HSL color Cylindrical-coordinate representation of color #20013B: hue angle of 272.07º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20013B is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 1 | 59 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.77 |
| HSL | 272.07º | 0.97% | 0.12% | - |
| HSV(B) | 272.07º | 0.98% | 0.23% | - |
| XYZ | 1.4 | 0.64 | 4.19 | - |
| YUV | 16.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 59 | 0.46 | 0.98 | 0 | 0.77 | 272.07 | 0.97 | 0.12 |
| Hex | 20 | 1 | 3B | 2E | 62 | 0 | 4D | 110 | 61 | C |
| Octal | 40 | 1 | 73 | 56 | 142 | 0 | 115 | 420 | 141 | 14 |
| Binary | 100000 | 1 | 111011 | 101110 | 1100010 | 0 | 1001101 | 100010000 | 1100001 | 1100 |
Color Harmonies of #20013B
Complementary color
Monochromatic Colors of #20013B
Black with #20013B
Text Example
Text Example
White with #20013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20013B; }
p { color: rgb(32,1,59); }
H1.HeaderClassName
{
color: #20013B;
}
.AnyTagClassName
{
color: #20013B;
}
</style>
background-color css
<style>
a { background-color: #20013B; }
a { background-color: rgb(32,1,59); }
div.DivClassName
{
background-color: #20013B;
}
.BgClassName
{
background-color: #20013B;
}
</style>
border-color css
<style>
span { border-color: #20013B; }
span { border-color: rgb(32,1,59); }
td.TdClassName
{
border-color: #20013B;
}
.TagClassName
{
border-color: #20013B;
}
</style>