Shades of Blackcurrant #200634
Tints of Blackcurrant #200634
RGB
CMYK
RGB Variations
Color information
#200634 (or 0x200634) is known color: Blackcurrant. HEX triplet: 20, 06 and 34. RGB value is (32,6,52). Sum of RGB (Red+Green+Blue) = 32+6+52=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 52 (20.70% from 255 or 57.78% from 90); Max value from RGB is 52 - color contains mainly: blue. Hex color #200634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200634 is #DFF9CB. Grayscale: #121212. Windows color (decimal): -14678476 or 3409440. OLE color: 3409440.
HSL color Cylindrical-coordinate representation of color #200634: hue angle of 273.91º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200634 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 6 | 52 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.80 |
| HSL | 273.91º | 0.79% | 0.11% | - |
| HSV(B) | 273.91º | 0.88% | 0.2% | - |
| XYZ | 1.28 | 0.69 | 3.31 | - |
| YUV | 19.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 52 | 0.38 | 0.88 | 0 | 0.80 | 273.91 | 0.79 | 0.11 |
| Hex | 20 | 6 | 34 | 26 | 58 | 0 | 50 | 112 | 4F | B |
| Octal | 40 | 6 | 64 | 46 | 130 | 0 | 120 | 422 | 117 | 13 |
| Binary | 100000 | 110 | 110100 | 100110 | 1011000 | 0 | 1010000 | 100010010 | 1001111 | 1011 |
Color Harmonies of #200634
Complementary color
Monochromatic Colors of #200634
Black with #200634
Text Example
Text Example
White with #200634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200634; }
p { color: rgb(32,6,52); }
H1.HeaderClassName
{
color: #200634;
}
.AnyTagClassName
{
color: #200634;
}
</style>
background-color css
<style>
a { background-color: #200634; }
a { background-color: rgb(32,6,52); }
div.DivClassName
{
background-color: #200634;
}
.BgClassName
{
background-color: #200634;
}
</style>
border-color css
<style>
span { border-color: #200634; }
span { border-color: rgb(32,6,52); }
td.TdClassName
{
border-color: #200634;
}
.TagClassName
{
border-color: #200634;
}
</style>