Shades of Blackcurrant #200A25
Tints of Blackcurrant #200A25
RGB
CMYK
RGB Variations
Color information
#200A25 (or 0x200A25) is known color: Blackcurrant. HEX triplet: 20, 0A and 25. RGB value is (32,10,37). Sum of RGB (Red+Green+Blue) = 32+10+37=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #200A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A25 is #DFF5DA. Grayscale: #131313. Windows color (decimal): -14677467 or 2427424. OLE color: 2427424.
HSL color Cylindrical-coordinate representation of color #200A25: hue angle of 288.89º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #200A25 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 10 | 37 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.85 |
| HSL | 288.89º | 0.57% | 0.09% | - |
| HSV(B) | 288.89º | 0.73% | 0.15% | - |
| XYZ | 1.04 | 0.66 | 1.82 | - |
| YUV | 19.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 37 | 0.14 | 0.73 | 0 | 0.85 | 288.89 | 0.57 | 0.09 |
| Hex | 20 | A | 25 | E | 49 | 0 | 55 | 121 | 39 | 9 |
| Octal | 40 | 12 | 45 | 16 | 111 | 0 | 125 | 441 | 71 | 11 |
| Binary | 100000 | 1010 | 100101 | 1110 | 1001001 | 0 | 1010101 | 100100001 | 111001 | 1001 |
Color Harmonies of #200A25
Complementary color
Monochromatic Colors of #200A25
Black with #200A25
Text Example
Text Example
White with #200A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A25; }
p { color: rgb(32,10,37); }
H1.HeaderClassName
{
color: #200A25;
}
.AnyTagClassName
{
color: #200A25;
}
</style>
background-color css
<style>
a { background-color: #200A25; }
a { background-color: rgb(32,10,37); }
div.DivClassName
{
background-color: #200A25;
}
.BgClassName
{
background-color: #200A25;
}
</style>
border-color css
<style>
span { border-color: #200A25; }
span { border-color: rgb(32,10,37); }
td.TdClassName
{
border-color: #200A25;
}
.TagClassName
{
border-color: #200A25;
}
</style>