Shades of Blackcurrant #200930
Tints of Blackcurrant #200930
RGB
CMYK
RGB Variations
Color information
#200930 (or 0x200930) is known color: Blackcurrant. HEX triplet: 20, 09 and 30. RGB value is (32,9,48). Sum of RGB (Red+Green+Blue) = 32+9+48=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #200930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200930 is #DFF6CF. Grayscale: #141414. Windows color (decimal): -14677712 or 3148064. OLE color: 3148064.
HSL color Cylindrical-coordinate representation of color #200930: hue angle of 275.38º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #200930 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 9 | 48 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.81 |
| HSL | 275.38º | 0.68% | 0.11% | - |
| HSV(B) | 275.38º | 0.81% | 0.19% | - |
| XYZ | 1.23 | 0.72 | 2.87 | - |
| YUV | 20.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 48 | 0.33 | 0.81 | 0 | 0.81 | 275.38 | 0.68 | 0.11 |
| Hex | 20 | 9 | 30 | 21 | 51 | 0 | 51 | 113 | 44 | B |
| Octal | 40 | 11 | 60 | 41 | 121 | 0 | 121 | 423 | 104 | 13 |
| Binary | 100000 | 1001 | 110000 | 100001 | 1010001 | 0 | 1010001 | 100010011 | 1000100 | 1011 |
Color Harmonies of #200930
Complementary color
Monochromatic Colors of #200930
Black with #200930
Text Example
Text Example
White with #200930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200930; }
p { color: rgb(32,9,48); }
H1.HeaderClassName
{
color: #200930;
}
.AnyTagClassName
{
color: #200930;
}
</style>
background-color css
<style>
a { background-color: #200930; }
a { background-color: rgb(32,9,48); }
div.DivClassName
{
background-color: #200930;
}
.BgClassName
{
background-color: #200930;
}
</style>
border-color css
<style>
span { border-color: #200930; }
span { border-color: rgb(32,9,48); }
td.TdClassName
{
border-color: #200930;
}
.TagClassName
{
border-color: #200930;
}
</style>