Shades of Blackcurrant #200C2F
Tints of Blackcurrant #200C2F
RGB
CMYK
RGB Variations
Color information
#200C2F (or 0x200C2F) is known color: Blackcurrant. HEX triplet: 20, 0C and 2F. RGB value is (32,12,47). Sum of RGB (Red+Green+Blue) = 32+12+47=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #200C2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C2F is #DFF3D0. Grayscale: #151515. Windows color (decimal): -14676945 or 3083296. OLE color: 3083296.
HSL color Cylindrical-coordinate representation of color #200C2F: hue angle of 274.29º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #200C2F is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 12 | 47 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.82 |
| HSL | 274.29º | 0.59% | 0.12% | - |
| HSV(B) | 274.29º | 0.74% | 0.18% | - |
| XYZ | 1.24 | 0.78 | 2.77 | - |
| YUV | 21.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 47 | 0.32 | 0.74 | 0 | 0.82 | 274.29 | 0.59 | 0.12 |
| Hex | 20 | C | 2F | 20 | 4A | 0 | 52 | 112 | 3B | C |
| Octal | 40 | 14 | 57 | 40 | 112 | 0 | 122 | 422 | 73 | 14 |
| Binary | 100000 | 1100 | 101111 | 100000 | 1001010 | 0 | 1010010 | 100010010 | 111011 | 1100 |
Color Harmonies of #200C2F
Complementary color
Monochromatic Colors of #200C2F
Black with #200C2F
Text Example
Text Example
White with #200C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C2F; }
p { color: rgb(32,12,47); }
H1.HeaderClassName
{
color: #200C2F;
}
.AnyTagClassName
{
color: #200C2F;
}
</style>
background-color css
<style>
a { background-color: #200C2F; }
a { background-color: rgb(32,12,47); }
div.DivClassName
{
background-color: #200C2F;
}
.BgClassName
{
background-color: #200C2F;
}
</style>
border-color css
<style>
span { border-color: #200C2F; }
span { border-color: rgb(32,12,47); }
td.TdClassName
{
border-color: #200C2F;
}
.TagClassName
{
border-color: #200C2F;
}
</style>