Shades of Blackcurrant #200138
Tints of Blackcurrant #200138
RGB
CMYK
RGB Variations
Color information
#200138 (or 0x200138) is known color: Blackcurrant. HEX triplet: 20, 01 and 38. RGB value is (32,1,56). Sum of RGB (Red+Green+Blue) = 32+1+56=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #200138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200138 is #DFFEC7. Grayscale: #101010. Windows color (decimal): -14679752 or 3670304. OLE color: 3670304.
HSL color Cylindrical-coordinate representation of color #200138: hue angle of 273.82º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200138 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 1 | 56 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.78 |
| HSL | 273.82º | 0.96% | 0.11% | - |
| HSV(B) | 273.82º | 0.98% | 0.22% | - |
| XYZ | 1.32 | 0.61 | 3.79 | - |
| YUV | 16.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 56 | 0.43 | 0.98 | 0 | 0.78 | 273.82 | 0.96 | 0.11 |
| Hex | 20 | 1 | 38 | 2B | 62 | 0 | 4E | 112 | 60 | B |
| Octal | 40 | 1 | 70 | 53 | 142 | 0 | 116 | 422 | 140 | 13 |
| Binary | 100000 | 1 | 111000 | 101011 | 1100010 | 0 | 1001110 | 100010010 | 1100000 | 1011 |
Color Harmonies of #200138
Complementary color
Monochromatic Colors of #200138
Black with #200138
Text Example
Text Example
White with #200138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200138; }
p { color: rgb(32,1,56); }
H1.HeaderClassName
{
color: #200138;
}
.AnyTagClassName
{
color: #200138;
}
</style>
background-color css
<style>
a { background-color: #200138; }
a { background-color: rgb(32,1,56); }
div.DivClassName
{
background-color: #200138;
}
.BgClassName
{
background-color: #200138;
}
</style>
border-color css
<style>
span { border-color: #200138; }
span { border-color: rgb(32,1,56); }
td.TdClassName
{
border-color: #200138;
}
.TagClassName
{
border-color: #200138;
}
</style>