Shades of Blackcurrant #200B25
Tints of Blackcurrant #200B25
RGB
CMYK
RGB Variations
Color information
#200B25 (or 0x200B25) is known color: Blackcurrant. HEX triplet: 20, 0B and 25. RGB value is (32,11,37). Sum of RGB (Red+Green+Blue) = 32+11+37=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #200B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B25 is #DFF4DA. Grayscale: #141414. Windows color (decimal): -14677211 or 2427680. OLE color: 2427680.
HSL color Cylindrical-coordinate representation of color #200B25: hue angle of 288.46º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #200B25 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 11 | 37 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.85 |
| HSL | 288.46º | 0.54% | 0.09% | - |
| HSV(B) | 288.46º | 0.7% | 0.15% | - |
| XYZ | 1.05 | 0.68 | 1.83 | - |
| YUV | 20.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 37 | 0.14 | 0.70 | 0 | 0.85 | 288.46 | 0.54 | 0.09 |
| Hex | 20 | B | 25 | E | 46 | 0 | 55 | 120 | 36 | 9 |
| Octal | 40 | 13 | 45 | 16 | 106 | 0 | 125 | 440 | 66 | 11 |
| Binary | 100000 | 1011 | 100101 | 1110 | 1000110 | 0 | 1010101 | 100100000 | 110110 | 1001 |
Color Harmonies of #200B25
Complementary color
Monochromatic Colors of #200B25
Black with #200B25
Text Example
Text Example
White with #200B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B25; }
p { color: rgb(32,11,37); }
H1.HeaderClassName
{
color: #200B25;
}
.AnyTagClassName
{
color: #200B25;
}
</style>
background-color css
<style>
a { background-color: #200B25; }
a { background-color: rgb(32,11,37); }
div.DivClassName
{
background-color: #200B25;
}
.BgClassName
{
background-color: #200B25;
}
</style>
border-color css
<style>
span { border-color: #200B25; }
span { border-color: rgb(32,11,37); }
td.TdClassName
{
border-color: #200B25;
}
.TagClassName
{
border-color: #200B25;
}
</style>