Shades of Blackcurrant #200E38
Tints of Blackcurrant #200E38
RGB
CMYK
RGB Variations
Color information
#200E38 (or 0x200E38) is known color: Blackcurrant. HEX triplet: 20, 0E and 38. RGB value is (32,14,56). Sum of RGB (Red+Green+Blue) = 32+14+56=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #200E38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E38 is #DFF1C7. Grayscale: #181818. Windows color (decimal): -14676424 or 3673632. OLE color: 3673632.
HSL color Cylindrical-coordinate representation of color #200E38: hue angle of 265.71º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #200E38 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 14 | 56 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.78 |
| HSL | 265.71º | 0.6% | 0.14% | - |
| HSV(B) | 265.71º | 0.75% | 0.22% | - |
| XYZ | 1.47 | 0.91 | 3.84 | - |
| YUV | 24.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 56 | 0.43 | 0.75 | 0 | 0.78 | 265.71 | 0.6 | 0.14 |
| Hex | 20 | E | 38 | 2B | 4B | 0 | 4E | 10A | 3C | E |
| Octal | 40 | 16 | 70 | 53 | 113 | 0 | 116 | 412 | 74 | 16 |
| Binary | 100000 | 1110 | 111000 | 101011 | 1001011 | 0 | 1001110 | 100001010 | 111100 | 1110 |
Color Harmonies of #200E38
Complementary color
Monochromatic Colors of #200E38
Black with #200E38
Text Example
Text Example
White with #200E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E38; }
p { color: rgb(32,14,56); }
H1.HeaderClassName
{
color: #200E38;
}
.AnyTagClassName
{
color: #200E38;
}
</style>
background-color css
<style>
a { background-color: #200E38; }
a { background-color: rgb(32,14,56); }
div.DivClassName
{
background-color: #200E38;
}
.BgClassName
{
background-color: #200E38;
}
</style>
border-color css
<style>
span { border-color: #200E38; }
span { border-color: rgb(32,14,56); }
td.TdClassName
{
border-color: #200E38;
}
.TagClassName
{
border-color: #200E38;
}
</style>