Shades of Blackcurrant #200A2F
Tints of Blackcurrant #200A2F
RGB
CMYK
RGB Variations
Color information
#200A2F (or 0x200A2F) is known color: Blackcurrant. HEX triplet: 20, 0A and 2F. RGB value is (32,10,47). Sum of RGB (Red+Green+Blue) = 32+10+47=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #200A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A2F is #DFF5D0. Grayscale: #141414. Windows color (decimal): -14677457 or 3082784. OLE color: 3082784.
HSL color Cylindrical-coordinate representation of color #200A2F: hue angle of 275.68º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #200A2F is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 10 | 47 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.82 |
| HSL | 275.68º | 0.65% | 0.11% | - |
| HSV(B) | 275.68º | 0.79% | 0.18% | - |
| XYZ | 1.22 | 0.73 | 2.77 | - |
| YUV | 20.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 47 | 0.32 | 0.79 | 0 | 0.82 | 275.68 | 0.65 | 0.11 |
| Hex | 20 | A | 2F | 20 | 4F | 0 | 52 | 114 | 41 | B |
| Octal | 40 | 12 | 57 | 40 | 117 | 0 | 122 | 424 | 101 | 13 |
| Binary | 100000 | 1010 | 101111 | 100000 | 1001111 | 0 | 1010010 | 100010100 | 1000001 | 1011 |
Color Harmonies of #200A2F
Complementary color
Monochromatic Colors of #200A2F
Black with #200A2F
Text Example
Text Example
White with #200A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A2F; }
p { color: rgb(32,10,47); }
H1.HeaderClassName
{
color: #200A2F;
}
.AnyTagClassName
{
color: #200A2F;
}
</style>
background-color css
<style>
a { background-color: #200A2F; }
a { background-color: rgb(32,10,47); }
div.DivClassName
{
background-color: #200A2F;
}
.BgClassName
{
background-color: #200A2F;
}
</style>
border-color css
<style>
span { border-color: #200A2F; }
span { border-color: rgb(32,10,47); }
td.TdClassName
{
border-color: #200A2F;
}
.TagClassName
{
border-color: #200A2F;
}
</style>