Shades of Blackcurrant #200C30
Tints of Blackcurrant #200C30
RGB
CMYK
RGB Variations
Color information
#200C30 (or 0x200C30) is known color: Blackcurrant. HEX triplet: 20, 0C and 30. RGB value is (32,12,48). Sum of RGB (Red+Green+Blue) = 32+12+48=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #200C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C30 is #DFF3CF. Grayscale: #151515. Windows color (decimal): -14676944 or 3148832. OLE color: 3148832.
HSL color Cylindrical-coordinate representation of color #200C30: hue angle of 273.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #200C30 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 12 | 48 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.81 |
| HSL | 273.33º | 0.6% | 0.12% | - |
| HSV(B) | 273.33º | 0.75% | 0.19% | - |
| XYZ | 1.26 | 0.78 | 2.88 | - |
| YUV | 22.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 48 | 0.33 | 0.75 | 0 | 0.81 | 273.33 | 0.6 | 0.12 |
| Hex | 20 | C | 30 | 21 | 4B | 0 | 51 | 111 | 3C | C |
| Octal | 40 | 14 | 60 | 41 | 113 | 0 | 121 | 421 | 74 | 14 |
| Binary | 100000 | 1100 | 110000 | 100001 | 1001011 | 0 | 1010001 | 100010001 | 111100 | 1100 |
Color Harmonies of #200C30
Complementary color
Monochromatic Colors of #200C30
Black with #200C30
Text Example
Text Example
White with #200C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C30; }
p { color: rgb(32,12,48); }
H1.HeaderClassName
{
color: #200C30;
}
.AnyTagClassName
{
color: #200C30;
}
</style>
background-color css
<style>
a { background-color: #200C30; }
a { background-color: rgb(32,12,48); }
div.DivClassName
{
background-color: #200C30;
}
.BgClassName
{
background-color: #200C30;
}
</style>
border-color css
<style>
span { border-color: #200C30; }
span { border-color: rgb(32,12,48); }
td.TdClassName
{
border-color: #200C30;
}
.TagClassName
{
border-color: #200C30;
}
</style>