Shades of Blackcurrant #200644
Tints of Blackcurrant #200644
RGB
CMYK
RGB Variations
Color information
#200644 (or 0x200644) is known color: Blackcurrant. HEX triplet: 20, 06 and 44. RGB value is (32,6,68). Sum of RGB (Red+Green+Blue) = 32+6+68=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 68 (26.95% from 255 or 64.15% from 106); Max value from RGB is 68 - color contains mainly: blue. Hex color #200644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200644 is #DFF9BB. Grayscale: #141414. Windows color (decimal): -14678460 or 4458016. OLE color: 4458016.
HSL color Cylindrical-coordinate representation of color #200644: hue angle of 265.16º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200644 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 6 | 68 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.73 |
| HSL | 265.16º | 0.84% | 0.15% | - |
| HSV(B) | 265.16º | 0.91% | 0.27% | - |
| XYZ | 1.7 | 0.85 | 5.54 | - |
| YUV | 20.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 68 | 0.53 | 0.91 | 0 | 0.73 | 265.16 | 0.84 | 0.15 |
| Hex | 20 | 6 | 44 | 35 | 5B | 0 | 49 | 109 | 54 | F |
| Octal | 40 | 6 | 104 | 65 | 133 | 0 | 111 | 411 | 124 | 17 |
| Binary | 100000 | 110 | 1000100 | 110101 | 1011011 | 0 | 1001001 | 100001001 | 1010100 | 1111 |
Color Harmonies of #200644
Complementary color
Monochromatic Colors of #200644
Black with #200644
Text Example
Text Example
White with #200644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200644; }
p { color: rgb(32,6,68); }
H1.HeaderClassName
{
color: #200644;
}
.AnyTagClassName
{
color: #200644;
}
</style>
background-color css
<style>
a { background-color: #200644; }
a { background-color: rgb(32,6,68); }
div.DivClassName
{
background-color: #200644;
}
.BgClassName
{
background-color: #200644;
}
</style>
border-color css
<style>
span { border-color: #200644; }
span { border-color: rgb(32,6,68); }
td.TdClassName
{
border-color: #200644;
}
.TagClassName
{
border-color: #200644;
}
</style>