Shades of Blackcurrant #200534
Tints of Blackcurrant #200534
RGB
CMYK
RGB Variations
Color information
#200534 (or 0x200534) is known color: Blackcurrant. HEX triplet: 20, 05 and 34. RGB value is (32,5,52). Sum of RGB (Red+Green+Blue) = 32+5+52=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #200534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200534 is #DFFACB. Grayscale: #121212. Windows color (decimal): -14678732 or 3409184. OLE color: 3409184.
HSL color Cylindrical-coordinate representation of color #200534: hue angle of 274.47º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200534 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 5 | 52 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.80 |
| HSL | 274.47º | 0.82% | 0.11% | - |
| HSV(B) | 274.47º | 0.9% | 0.2% | - |
| XYZ | 1.27 | 0.66 | 3.31 | - |
| YUV | 18.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 52 | 0.38 | 0.90 | 0 | 0.80 | 274.47 | 0.82 | 0.11 |
| Hex | 20 | 5 | 34 | 26 | 5A | 0 | 50 | 112 | 52 | B |
| Octal | 40 | 5 | 64 | 46 | 132 | 0 | 120 | 422 | 122 | 13 |
| Binary | 100000 | 101 | 110100 | 100110 | 1011010 | 0 | 1010000 | 100010010 | 1010010 | 1011 |
Color Harmonies of #200534
Complementary color
Monochromatic Colors of #200534
Black with #200534
Text Example
Text Example
White with #200534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200534; }
p { color: rgb(32,5,52); }
H1.HeaderClassName
{
color: #200534;
}
.AnyTagClassName
{
color: #200534;
}
</style>
background-color css
<style>
a { background-color: #200534; }
a { background-color: rgb(32,5,52); }
div.DivClassName
{
background-color: #200534;
}
.BgClassName
{
background-color: #200534;
}
</style>
border-color css
<style>
span { border-color: #200534; }
span { border-color: rgb(32,5,52); }
td.TdClassName
{
border-color: #200534;
}
.TagClassName
{
border-color: #200534;
}
</style>