Shades of Blackcurrant #200F25
Tints of Blackcurrant #200F25
RGB
CMYK
RGB Variations
Color information
#200F25 (or 0x200F25) is known color: Blackcurrant. HEX triplet: 20, 0F and 25. RGB value is (32,15,37). Sum of RGB (Red+Green+Blue) = 32+15+37=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #200F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F25 is #DFF0DA. Grayscale: #161616. Windows color (decimal): -14676187 or 2428704. OLE color: 2428704.
HSL color Cylindrical-coordinate representation of color #200F25: hue angle of 286.36º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #200F25 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 15 | 37 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.85 |
| HSL | 286.36º | 0.42% | 0.1% | - |
| HSV(B) | 286.36º | 0.59% | 0.15% | - |
| XYZ | 1.1 | 0.78 | 1.84 | - |
| YUV | 22.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 37 | 0.14 | 0.59 | 0 | 0.85 | 286.36 | 0.42 | 0.1 |
| Hex | 20 | F | 25 | E | 3B | 0 | 55 | 11E | 2A | A |
| Octal | 40 | 17 | 45 | 16 | 73 | 0 | 125 | 436 | 52 | 12 |
| Binary | 100000 | 1111 | 100101 | 1110 | 111011 | 0 | 1010101 | 100011110 | 101010 | 1010 |
Color Harmonies of #200F25
Complementary color
Monochromatic Colors of #200F25
Black with #200F25
Text Example
Text Example
White with #200F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F25; }
p { color: rgb(32,15,37); }
H1.HeaderClassName
{
color: #200F25;
}
.AnyTagClassName
{
color: #200F25;
}
</style>
background-color css
<style>
a { background-color: #200F25; }
a { background-color: rgb(32,15,37); }
div.DivClassName
{
background-color: #200F25;
}
.BgClassName
{
background-color: #200F25;
}
</style>
border-color css
<style>
span { border-color: #200F25; }
span { border-color: rgb(32,15,37); }
td.TdClassName
{
border-color: #200F25;
}
.TagClassName
{
border-color: #200F25;
}
</style>