Shades of Blackcurrant #200525
Tints of Blackcurrant #200525
RGB
CMYK
RGB Variations
Color information
#200525 (or 0x200525) is known color: Blackcurrant. HEX triplet: 20, 05 and 25. RGB value is (32,5,37). Sum of RGB (Red+Green+Blue) = 32+5+37=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #200525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200525 is #DFFADA. Grayscale: #101010. Windows color (decimal): -14678747 or 2426144. OLE color: 2426144.
HSL color Cylindrical-coordinate representation of color #200525: hue angle of 290.62º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #200525 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 5 | 37 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.85 |
| HSL | 290.63º | 0.76% | 0.08% | - |
| HSV(B) | 290.63º | 0.86% | 0.15% | - |
| XYZ | 0.98 | 0.55 | 1.8 | - |
| YUV | 16.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 37 | 0.14 | 0.86 | 0 | 0.85 | 290.63 | 0.76 | 0.08 |
| Hex | 20 | 5 | 25 | E | 56 | 0 | 55 | 123 | 4C | 8 |
| Octal | 40 | 5 | 45 | 16 | 126 | 0 | 125 | 443 | 114 | 10 |
| Binary | 100000 | 101 | 100101 | 1110 | 1010110 | 0 | 1010101 | 100100011 | 1001100 | 1000 |
Color Harmonies of #200525
Complementary color
Monochromatic Colors of #200525
Black with #200525
Text Example
Text Example
White with #200525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200525; }
p { color: rgb(32,5,37); }
H1.HeaderClassName
{
color: #200525;
}
.AnyTagClassName
{
color: #200525;
}
</style>
background-color css
<style>
a { background-color: #200525; }
a { background-color: rgb(32,5,37); }
div.DivClassName
{
background-color: #200525;
}
.BgClassName
{
background-color: #200525;
}
</style>
border-color css
<style>
span { border-color: #200525; }
span { border-color: rgb(32,5,37); }
td.TdClassName
{
border-color: #200525;
}
.TagClassName
{
border-color: #200525;
}
</style>