Shades of Blackcurrant #200F26
Tints of Blackcurrant #200F26
RGB
CMYK
RGB Variations
Color information
#200F26 (or 0x200F26) is known color: Blackcurrant. HEX triplet: 20, 0F and 26. RGB value is (32,15,38). Sum of RGB (Red+Green+Blue) = 32+15+38=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 38 (15.23% from 255 or 44.71% from 85); Max value from RGB is 38 - color contains mainly: blue. Hex color #200F26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F26 is #DFF0D9. Grayscale: #161616. Windows color (decimal): -14676186 or 2494240. OLE color: 2494240.
HSL color Cylindrical-coordinate representation of color #200F26: hue angle of 284.35º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #200F26 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 15 | 38 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.85 |
| HSL | 284.35º | 0.43% | 0.1% | - |
| HSV(B) | 284.35º | 0.61% | 0.15% | - |
| XYZ | 1.12 | 0.79 | 1.93 | - |
| YUV | 22.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 38 | 0.16 | 0.61 | 0 | 0.85 | 284.35 | 0.43 | 0.1 |
| Hex | 20 | F | 26 | 10 | 3D | 0 | 55 | 11C | 2B | A |
| Octal | 40 | 17 | 46 | 20 | 75 | 0 | 125 | 434 | 53 | 12 |
| Binary | 100000 | 1111 | 100110 | 10000 | 111101 | 0 | 1010101 | 100011100 | 101011 | 1010 |
Color Harmonies of #200F26
Complementary color
Monochromatic Colors of #200F26
Black with #200F26
Text Example
Text Example
White with #200F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F26; }
p { color: rgb(32,15,38); }
H1.HeaderClassName
{
color: #200F26;
}
.AnyTagClassName
{
color: #200F26;
}
</style>
background-color css
<style>
a { background-color: #200F26; }
a { background-color: rgb(32,15,38); }
div.DivClassName
{
background-color: #200F26;
}
.BgClassName
{
background-color: #200F26;
}
</style>
border-color css
<style>
span { border-color: #200F26; }
span { border-color: rgb(32,15,38); }
td.TdClassName
{
border-color: #200F26;
}
.TagClassName
{
border-color: #200F26;
}
</style>