Shades of Blackcurrant #200C37
Tints of Blackcurrant #200C37
RGB
CMYK
RGB Variations
Color information
#200C37 (or 0x200C37) is known color: Blackcurrant. HEX triplet: 20, 0C and 37. RGB value is (32,12,55). Sum of RGB (Red+Green+Blue) = 32+12+55=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #200C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C37 is #DFF3C8. Grayscale: #161616. Windows color (decimal): -14676937 or 3607584. OLE color: 3607584.
HSL color Cylindrical-coordinate representation of color #200C37: hue angle of 267.91º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #200C37 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 12 | 55 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.78 |
| HSL | 267.91º | 0.64% | 0.13% | - |
| HSV(B) | 267.91º | 0.78% | 0.22% | - |
| XYZ | 1.42 | 0.85 | 3.7 | - |
| YUV | 22.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 55 | 0.42 | 0.78 | 0 | 0.78 | 267.91 | 0.64 | 0.13 |
| Hex | 20 | C | 37 | 2A | 4E | 0 | 4E | 10C | 40 | D |
| Octal | 40 | 14 | 67 | 52 | 116 | 0 | 116 | 414 | 100 | 15 |
| Binary | 100000 | 1100 | 110111 | 101010 | 1001110 | 0 | 1001110 | 100001100 | 1000000 | 1101 |
Color Harmonies of #200C37
Complementary color
Monochromatic Colors of #200C37
Black with #200C37
Text Example
Text Example
White with #200C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C37; }
p { color: rgb(32,12,55); }
H1.HeaderClassName
{
color: #200C37;
}
.AnyTagClassName
{
color: #200C37;
}
</style>
background-color css
<style>
a { background-color: #200C37; }
a { background-color: rgb(32,12,55); }
div.DivClassName
{
background-color: #200C37;
}
.BgClassName
{
background-color: #200C37;
}
</style>
border-color css
<style>
span { border-color: #200C37; }
span { border-color: rgb(32,12,55); }
td.TdClassName
{
border-color: #200C37;
}
.TagClassName
{
border-color: #200C37;
}
</style>