Shades of Blackcurrant #200C38
Tints of Blackcurrant #200C38
RGB
CMYK
RGB Variations
Color information
#200C38 (or 0x200C38) is known color: Blackcurrant. HEX triplet: 20, 0C and 38. RGB value is (32,12,56). Sum of RGB (Red+Green+Blue) = 32+12+56=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #200C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C38 is #DFF3C7. Grayscale: #161616. Windows color (decimal): -14676936 or 3673120. OLE color: 3673120.
HSL color Cylindrical-coordinate representation of color #200C38: hue angle of 267.27º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #200C38 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 12 | 56 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.78 |
| HSL | 267.27º | 0.65% | 0.13% | - |
| HSV(B) | 267.27º | 0.79% | 0.22% | - |
| XYZ | 1.44 | 0.86 | 3.83 | - |
| YUV | 23 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 56 | 0.43 | 0.79 | 0 | 0.78 | 267.27 | 0.65 | 0.13 |
| Hex | 20 | C | 38 | 2B | 4F | 0 | 4E | 10B | 41 | D |
| Octal | 40 | 14 | 70 | 53 | 117 | 0 | 116 | 413 | 101 | 15 |
| Binary | 100000 | 1100 | 111000 | 101011 | 1001111 | 0 | 1001110 | 100001011 | 1000001 | 1101 |
Color Harmonies of #200C38
Complementary color
Monochromatic Colors of #200C38
Black with #200C38
Text Example
Text Example
White with #200C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C38; }
p { color: rgb(32,12,56); }
H1.HeaderClassName
{
color: #200C38;
}
.AnyTagClassName
{
color: #200C38;
}
</style>
background-color css
<style>
a { background-color: #200C38; }
a { background-color: rgb(32,12,56); }
div.DivClassName
{
background-color: #200C38;
}
.BgClassName
{
background-color: #200C38;
}
</style>
border-color css
<style>
span { border-color: #200C38; }
span { border-color: rgb(32,12,56); }
td.TdClassName
{
border-color: #200C38;
}
.TagClassName
{
border-color: #200C38;
}
</style>