Shades of Blackcurrant #200C2B
Tints of Blackcurrant #200C2B
RGB
CMYK
RGB Variations
Color information
#200C2B (or 0x200C2B) is known color: Blackcurrant. HEX triplet: 20, 0C and 2B. RGB value is (32,12,43). Sum of RGB (Red+Green+Blue) = 32+12+43=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #200C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C2B is #DFF3D4. Grayscale: #151515. Windows color (decimal): -14676949 or 2821152. OLE color: 2821152.
HSL color Cylindrical-coordinate representation of color #200C2B: hue angle of 278.71º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #200C2B is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 12 | 43 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.83 |
| HSL | 278.71º | 0.56% | 0.11% | - |
| HSV(B) | 278.71º | 0.72% | 0.17% | - |
| XYZ | 1.16 | 0.74 | 2.37 | - |
| YUV | 21.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 43 | 0.26 | 0.72 | 0 | 0.83 | 278.71 | 0.56 | 0.11 |
| Hex | 20 | C | 2B | 1A | 48 | 0 | 53 | 117 | 38 | B |
| Octal | 40 | 14 | 53 | 32 | 110 | 0 | 123 | 427 | 70 | 13 |
| Binary | 100000 | 1100 | 101011 | 11010 | 1001000 | 0 | 1010011 | 100010111 | 111000 | 1011 |
Color Harmonies of #200C2B
Complementary color
Monochromatic Colors of #200C2B
Black with #200C2B
Text Example
Text Example
White with #200C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C2B; }
p { color: rgb(32,12,43); }
H1.HeaderClassName
{
color: #200C2B;
}
.AnyTagClassName
{
color: #200C2B;
}
</style>
background-color css
<style>
a { background-color: #200C2B; }
a { background-color: rgb(32,12,43); }
div.DivClassName
{
background-color: #200C2B;
}
.BgClassName
{
background-color: #200C2B;
}
</style>
border-color css
<style>
span { border-color: #200C2B; }
span { border-color: rgb(32,12,43); }
td.TdClassName
{
border-color: #200C2B;
}
.TagClassName
{
border-color: #200C2B;
}
</style>