Shades of Blackcurrant #200A37
Tints of Blackcurrant #200A37
RGB
CMYK
RGB Variations
Color information
#200A37 (or 0x200A37) is known color: Blackcurrant. HEX triplet: 20, 0A and 37. RGB value is (32,10,55). Sum of RGB (Red+Green+Blue) = 32+10+55=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 55 (21.88% from 255 or 56.70% from 97); Max value from RGB is 55 - color contains mainly: blue. Hex color #200A37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A37 is #DFF5C8. Grayscale: #151515. Windows color (decimal): -14677449 or 3607072. OLE color: 3607072.
HSL color Cylindrical-coordinate representation of color #200A37: hue angle of 269.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #200A37 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 10 | 55 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.78 |
| HSL | 269.33º | 0.69% | 0.13% | - |
| HSV(B) | 269.33º | 0.82% | 0.22% | - |
| XYZ | 1.39 | 0.8 | 3.7 | - |
| YUV | 21.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 55 | 0.42 | 0.82 | 0 | 0.78 | 269.33 | 0.69 | 0.13 |
| Hex | 20 | A | 37 | 2A | 52 | 0 | 4E | 10D | 45 | D |
| Octal | 40 | 12 | 67 | 52 | 122 | 0 | 116 | 415 | 105 | 15 |
| Binary | 100000 | 1010 | 110111 | 101010 | 1010010 | 0 | 1001110 | 100001101 | 1000101 | 1101 |
Color Harmonies of #200A37
Complementary color
Monochromatic Colors of #200A37
Black with #200A37
Text Example
Text Example
White with #200A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A37; }
p { color: rgb(32,10,55); }
H1.HeaderClassName
{
color: #200A37;
}
.AnyTagClassName
{
color: #200A37;
}
</style>
background-color css
<style>
a { background-color: #200A37; }
a { background-color: rgb(32,10,55); }
div.DivClassName
{
background-color: #200A37;
}
.BgClassName
{
background-color: #200A37;
}
</style>
border-color css
<style>
span { border-color: #200A37; }
span { border-color: rgb(32,10,55); }
td.TdClassName
{
border-color: #200A37;
}
.TagClassName
{
border-color: #200A37;
}
</style>