Shades of Blackcurrant #200825
Tints of Blackcurrant #200825
RGB
CMYK
RGB Variations
Color information
#200825 (or 0x200825) is known color: Blackcurrant. HEX triplet: 20, 08 and 25. RGB value is (32,8,37). Sum of RGB (Red+Green+Blue) = 32+8+37=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #200825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200825 is #DFF7DA. Grayscale: #121212. Windows color (decimal): -14677979 or 2426912. OLE color: 2426912.
HSL color Cylindrical-coordinate representation of color #200825: hue angle of 289.66º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #200825 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 8 | 37 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.85 |
| HSL | 289.66º | 0.64% | 0.09% | - |
| HSV(B) | 289.66º | 0.78% | 0.15% | - |
| XYZ | 1.02 | 0.61 | 1.82 | - |
| YUV | 18.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 37 | 0.14 | 0.78 | 0 | 0.85 | 289.66 | 0.64 | 0.09 |
| Hex | 20 | 8 | 25 | E | 4E | 0 | 55 | 122 | 40 | 9 |
| Octal | 40 | 10 | 45 | 16 | 116 | 0 | 125 | 442 | 100 | 11 |
| Binary | 100000 | 1000 | 100101 | 1110 | 1001110 | 0 | 1010101 | 100100010 | 1000000 | 1001 |
Color Harmonies of #200825
Complementary color
Monochromatic Colors of #200825
Black with #200825
Text Example
Text Example
White with #200825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200825; }
p { color: rgb(32,8,37); }
H1.HeaderClassName
{
color: #200825;
}
.AnyTagClassName
{
color: #200825;
}
</style>
background-color css
<style>
a { background-color: #200825; }
a { background-color: rgb(32,8,37); }
div.DivClassName
{
background-color: #200825;
}
.BgClassName
{
background-color: #200825;
}
</style>
border-color css
<style>
span { border-color: #200825; }
span { border-color: rgb(32,8,37); }
td.TdClassName
{
border-color: #200825;
}
.TagClassName
{
border-color: #200825;
}
</style>