Shades of Blackcurrant #200741
Tints of Blackcurrant #200741
RGB
CMYK
RGB Variations
Color information
#200741 (or 0x200741) is known color: Blackcurrant. HEX triplet: 20, 07 and 41. RGB value is (32,7,65). Sum of RGB (Red+Green+Blue) = 32+7+65=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 65 (25.78% from 255 or 62.5% from 104); Max value from RGB is 65 - color contains mainly: blue. Hex color #200741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200741 is #DFF8BE. Grayscale: #141414. Windows color (decimal): -14678207 or 4261664. OLE color: 4261664.
HSL color Cylindrical-coordinate representation of color #200741: hue angle of 265.86º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #200741 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 7 | 65 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.75 |
| HSL | 265.86º | 0.81% | 0.14% | - |
| HSV(B) | 265.86º | 0.89% | 0.25% | - |
| XYZ | 1.63 | 0.84 | 5.08 | - |
| YUV | 21.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 65 | 0.51 | 0.89 | 0 | 0.75 | 265.86 | 0.81 | 0.14 |
| Hex | 20 | 7 | 41 | 33 | 59 | 0 | 4B | 10A | 51 | E |
| Octal | 40 | 7 | 101 | 63 | 131 | 0 | 113 | 412 | 121 | 16 |
| Binary | 100000 | 111 | 1000001 | 110011 | 1011001 | 0 | 1001011 | 100001010 | 1010001 | 1110 |
Color Harmonies of #200741
Complementary color
Monochromatic Colors of #200741
Black with #200741
Text Example
Text Example
White with #200741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200741; }
p { color: rgb(32,7,65); }
H1.HeaderClassName
{
color: #200741;
}
.AnyTagClassName
{
color: #200741;
}
</style>
background-color css
<style>
a { background-color: #200741; }
a { background-color: rgb(32,7,65); }
div.DivClassName
{
background-color: #200741;
}
.BgClassName
{
background-color: #200741;
}
</style>
border-color css
<style>
span { border-color: #200741; }
span { border-color: rgb(32,7,65); }
td.TdClassName
{
border-color: #200741;
}
.TagClassName
{
border-color: #200741;
}
</style>