Shades of Blackcurrant #200938
Tints of Blackcurrant #200938
RGB
CMYK
RGB Variations
Color information
#200938 (or 0x200938) is known color: Blackcurrant. HEX triplet: 20, 09 and 38. RGB value is (32,9,56). Sum of RGB (Red+Green+Blue) = 32+9+56=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #200938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200938 is #DFF6C7. Grayscale: #151515. Windows color (decimal): -14677704 or 3672352. OLE color: 3672352.
HSL color Cylindrical-coordinate representation of color #200938: hue angle of 269.36º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200938 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 9 | 56 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.78 |
| HSL | 269.36º | 0.72% | 0.13% | - |
| HSV(B) | 269.36º | 0.84% | 0.22% | - |
| XYZ | 1.41 | 0.79 | 3.82 | - |
| YUV | 21.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 56 | 0.43 | 0.84 | 0 | 0.78 | 269.36 | 0.72 | 0.13 |
| Hex | 20 | 9 | 38 | 2B | 54 | 0 | 4E | 10D | 48 | D |
| Octal | 40 | 11 | 70 | 53 | 124 | 0 | 116 | 415 | 110 | 15 |
| Binary | 100000 | 1001 | 111000 | 101011 | 1010100 | 0 | 1001110 | 100001101 | 1001000 | 1101 |
Color Harmonies of #200938
Complementary color
Monochromatic Colors of #200938
Black with #200938
Text Example
Text Example
White with #200938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200938; }
p { color: rgb(32,9,56); }
H1.HeaderClassName
{
color: #200938;
}
.AnyTagClassName
{
color: #200938;
}
</style>
background-color css
<style>
a { background-color: #200938; }
a { background-color: rgb(32,9,56); }
div.DivClassName
{
background-color: #200938;
}
.BgClassName
{
background-color: #200938;
}
</style>
border-color css
<style>
span { border-color: #200938; }
span { border-color: rgb(32,9,56); }
td.TdClassName
{
border-color: #200938;
}
.TagClassName
{
border-color: #200938;
}
</style>