Shades of Blackcurrant #20033C
Tints of Blackcurrant #20033C
RGB
CMYK
RGB Variations
Color information
#20033C (or 0x20033C) is known color: Blackcurrant. HEX triplet: 20, 03 and 3C. RGB value is (32,3,60). Sum of RGB (Red+Green+Blue) = 32+3+60=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #20033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20033C is #DFFCC3. Grayscale: #111111. Windows color (decimal): -14679236 or 3932960. OLE color: 3932960.
HSL color Cylindrical-coordinate representation of color #20033C: hue angle of 270.53º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20033C is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 3 | 60 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.76 |
| HSL | 270.53º | 0.9% | 0.12% | - |
| HSV(B) | 270.53º | 0.95% | 0.24% | - |
| XYZ | 1.44 | 0.7 | 4.33 | - |
| YUV | 18.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 60 | 0.47 | 0.95 | 0 | 0.76 | 270.53 | 0.9 | 0.12 |
| Hex | 20 | 3 | 3C | 2F | 5F | 0 | 4C | 10F | 5A | C |
| Octal | 40 | 3 | 74 | 57 | 137 | 0 | 114 | 417 | 132 | 14 |
| Binary | 100000 | 11 | 111100 | 101111 | 1011111 | 0 | 1001100 | 100001111 | 1011010 | 1100 |
Color Harmonies of #20033C
Complementary color
Monochromatic Colors of #20033C
Black with #20033C
Text Example
Text Example
White with #20033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20033C; }
p { color: rgb(32,3,60); }
H1.HeaderClassName
{
color: #20033C;
}
.AnyTagClassName
{
color: #20033C;
}
</style>
background-color css
<style>
a { background-color: #20033C; }
a { background-color: rgb(32,3,60); }
div.DivClassName
{
background-color: #20033C;
}
.BgClassName
{
background-color: #20033C;
}
</style>
border-color css
<style>
span { border-color: #20033C; }
span { border-color: rgb(32,3,60); }
td.TdClassName
{
border-color: #20033C;
}
.TagClassName
{
border-color: #20033C;
}
</style>