Shades of Blackcurrant #200842
Tints of Blackcurrant #200842
RGB
CMYK
RGB Variations
Color information
#200842 (or 0x200842) is known color: Blackcurrant. HEX triplet: 20, 08 and 42. RGB value is (32,8,66). Sum of RGB (Red+Green+Blue) = 32+8+66=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 66 (26.17% from 255 or 62.26% from 106); Max value from RGB is 66 - color contains mainly: blue. Hex color #200842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200842 is #DFF7BD. Grayscale: #151515. Windows color (decimal): -14677950 or 4327456. OLE color: 4327456.
HSL color Cylindrical-coordinate representation of color #200842: hue angle of 264.83º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200842 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 8 | 66 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.74 |
| HSL | 264.83º | 0.78% | 0.15% | - |
| HSV(B) | 264.83º | 0.88% | 0.26% | - |
| XYZ | 1.67 | 0.87 | 5.24 | - |
| YUV | 21.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 66 | 0.52 | 0.88 | 0 | 0.74 | 264.83 | 0.78 | 0.15 |
| Hex | 20 | 8 | 42 | 34 | 58 | 0 | 4A | 109 | 4E | F |
| Octal | 40 | 10 | 102 | 64 | 130 | 0 | 112 | 411 | 116 | 17 |
| Binary | 100000 | 1000 | 1000010 | 110100 | 1011000 | 0 | 1001010 | 100001001 | 1001110 | 1111 |
Color Harmonies of #200842
Complementary color
Monochromatic Colors of #200842
Black with #200842
Text Example
Text Example
White with #200842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200842; }
p { color: rgb(32,8,66); }
H1.HeaderClassName
{
color: #200842;
}
.AnyTagClassName
{
color: #200842;
}
</style>
background-color css
<style>
a { background-color: #200842; }
a { background-color: rgb(32,8,66); }
div.DivClassName
{
background-color: #200842;
}
.BgClassName
{
background-color: #200842;
}
</style>
border-color css
<style>
span { border-color: #200842; }
span { border-color: rgb(32,8,66); }
td.TdClassName
{
border-color: #200842;
}
.TagClassName
{
border-color: #200842;
}
</style>