Shades of Blackcurrant #200838
Tints of Blackcurrant #200838
RGB
CMYK
RGB Variations
Color information
#200838 (or 0x200838) is known color: Blackcurrant. HEX triplet: 20, 08 and 38. RGB value is (32,8,56). Sum of RGB (Red+Green+Blue) = 32+8+56=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 56 (22.27% from 255 or 58.33% from 96); Max value from RGB is 56 - color contains mainly: blue. Hex color #200838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200838 is #DFF7C7. Grayscale: #141414. Windows color (decimal): -14677960 or 3672096. OLE color: 3672096.
HSL color Cylindrical-coordinate representation of color #200838: hue angle of 270º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #200838 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 8 | 56 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.78 |
| HSL | 270º | 0.75% | 0.13% | - |
| HSV(B) | 270º | 0.86% | 0.22% | - |
| XYZ | 1.4 | 0.77 | 3.82 | - |
| YUV | 20.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 56 | 0.43 | 0.86 | 0 | 0.78 | 270 | 0.75 | 0.13 |
| Hex | 20 | 8 | 38 | 2B | 56 | 0 | 4E | 10E | 4B | D |
| Octal | 40 | 10 | 70 | 53 | 126 | 0 | 116 | 416 | 113 | 15 |
| Binary | 100000 | 1000 | 111000 | 101011 | 1010110 | 0 | 1001110 | 100001110 | 1001011 | 1101 |
Color Harmonies of #200838
Complementary color
Monochromatic Colors of #200838
Black with #200838
Text Example
Text Example
White with #200838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200838; }
p { color: rgb(32,8,56); }
H1.HeaderClassName
{
color: #200838;
}
.AnyTagClassName
{
color: #200838;
}
</style>
background-color css
<style>
a { background-color: #200838; }
a { background-color: rgb(32,8,56); }
div.DivClassName
{
background-color: #200838;
}
.BgClassName
{
background-color: #200838;
}
</style>
border-color css
<style>
span { border-color: #200838; }
span { border-color: rgb(32,8,56); }
td.TdClassName
{
border-color: #200838;
}
.TagClassName
{
border-color: #200838;
}
</style>