Shades of Blackcurrant #200738
Tints of Blackcurrant #200738
RGB
CMYK
RGB Variations
Color information
#200738 (or 0x200738) is known color: Blackcurrant. HEX triplet: 20, 07 and 38. RGB value is (32,7,56). Sum of RGB (Red+Green+Blue) = 32+7+56=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #200738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200738 is #DFF8C7. Grayscale: #131313. Windows color (decimal): -14678216 or 3671840. OLE color: 3671840.
HSL color Cylindrical-coordinate representation of color #200738: hue angle of 270.61º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200738 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 7 | 56 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.78 |
| HSL | 270.61º | 0.78% | 0.12% | - |
| HSV(B) | 270.61º | 0.88% | 0.22% | - |
| XYZ | 1.39 | 0.74 | 3.81 | - |
| YUV | 20.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 56 | 0.43 | 0.88 | 0 | 0.78 | 270.61 | 0.78 | 0.12 |
| Hex | 20 | 7 | 38 | 2B | 58 | 0 | 4E | 10F | 4E | C |
| Octal | 40 | 7 | 70 | 53 | 130 | 0 | 116 | 417 | 116 | 14 |
| Binary | 100000 | 111 | 111000 | 101011 | 1011000 | 0 | 1001110 | 100001111 | 1001110 | 1100 |
Color Harmonies of #200738
Complementary color
Monochromatic Colors of #200738
Black with #200738
Text Example
Text Example
White with #200738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200738; }
p { color: rgb(32,7,56); }
H1.HeaderClassName
{
color: #200738;
}
.AnyTagClassName
{
color: #200738;
}
</style>
background-color css
<style>
a { background-color: #200738; }
a { background-color: rgb(32,7,56); }
div.DivClassName
{
background-color: #200738;
}
.BgClassName
{
background-color: #200738;
}
</style>
border-color css
<style>
span { border-color: #200738; }
span { border-color: rgb(32,7,56); }
td.TdClassName
{
border-color: #200738;
}
.TagClassName
{
border-color: #200738;
}
</style>