Shades of Blackcurrant #200645
Tints of Blackcurrant #200645
RGB
CMYK
RGB Variations
Color information
#200645 (or 0x200645) is known color: Blackcurrant. HEX triplet: 20, 06 and 45. RGB value is (32,6,69). Sum of RGB (Red+Green+Blue) = 32+6+69=107 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.91% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 69 (27.34% from 255 or 64.49% from 107); Max value from RGB is 69 - color contains mainly: blue. Hex color #200645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200645 is #DFF9BA. Grayscale: #141414. Windows color (decimal): -14678459 or 4523552. OLE color: 4523552.
HSL color Cylindrical-coordinate representation of color #200645: hue angle of 264.76º 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 #200645 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 6 | 69 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.73 |
| HSL | 264.76º | 0.84% | 0.15% | - |
| HSV(B) | 264.76º | 0.91% | 0.27% | - |
| XYZ | 1.73 | 0.87 | 5.71 | - |
| YUV | 20.96 | 155.11 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 69 | 0.54 | 0.91 | 0 | 0.73 | 264.76 | 0.84 | 0.15 |
| Hex | 20 | 6 | 45 | 36 | 5B | 0 | 49 | 109 | 54 | F |
| Octal | 40 | 6 | 105 | 66 | 133 | 0 | 111 | 411 | 124 | 17 |
| Binary | 100000 | 110 | 1000101 | 110110 | 1011011 | 0 | 1001001 | 100001001 | 1010100 | 1111 |
Color Harmonies of #200645
Complementary color
Monochromatic Colors of #200645
Black with #200645
Text Example
Text Example
White with #200645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200645; }
p { color: rgb(32,6,69); }
H1.HeaderClassName
{
color: #200645;
}
.AnyTagClassName
{
color: #200645;
}
</style>
background-color css
<style>
a { background-color: #200645; }
a { background-color: rgb(32,6,69); }
div.DivClassName
{
background-color: #200645;
}
.BgClassName
{
background-color: #200645;
}
</style>
border-color css
<style>
span { border-color: #200645; }
span { border-color: rgb(32,6,69); }
td.TdClassName
{
border-color: #200645;
}
.TagClassName
{
border-color: #200645;
}
</style>