Shades of Blackcurrant #200F32
Tints of Blackcurrant #200F32
RGB
CMYK
RGB Variations
Color information
#200F32 (or 0x200F32) is known color: Blackcurrant. HEX triplet: 20, 0F and 32. RGB value is (32,15,50). Sum of RGB (Red+Green+Blue) = 32+15+50=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #200F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F32 is #DFF0CD. Grayscale: #171717. Windows color (decimal): -14676174 or 3280672. OLE color: 3280672.
HSL color Cylindrical-coordinate representation of color #200F32: hue angle of 269.14º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #200F32 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 15 | 50 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.80 |
| HSL | 269.14º | 0.54% | 0.13% | - |
| HSV(B) | 269.14º | 0.7% | 0.2% | - |
| XYZ | 1.34 | 0.88 | 3.12 | - |
| YUV | 24.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 50 | 0.36 | 0.70 | 0 | 0.80 | 269.14 | 0.54 | 0.13 |
| Hex | 20 | F | 32 | 24 | 46 | 0 | 50 | 10D | 36 | D |
| Octal | 40 | 17 | 62 | 44 | 106 | 0 | 120 | 415 | 66 | 15 |
| Binary | 100000 | 1111 | 110010 | 100100 | 1000110 | 0 | 1010000 | 100001101 | 110110 | 1101 |
Color Harmonies of #200F32
Complementary color
Monochromatic Colors of #200F32
Black with #200F32
Text Example
Text Example
White with #200F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F32; }
p { color: rgb(32,15,50); }
H1.HeaderClassName
{
color: #200F32;
}
.AnyTagClassName
{
color: #200F32;
}
</style>
background-color css
<style>
a { background-color: #200F32; }
a { background-color: rgb(32,15,50); }
div.DivClassName
{
background-color: #200F32;
}
.BgClassName
{
background-color: #200F32;
}
</style>
border-color css
<style>
span { border-color: #200F32; }
span { border-color: rgb(32,15,50); }
td.TdClassName
{
border-color: #200F32;
}
.TagClassName
{
border-color: #200F32;
}
</style>