Shades of Blackcurrant #20092E
Tints of Blackcurrant #20092E
RGB
CMYK
RGB Variations
Color information
#20092E (or 0x20092E) is known color: Blackcurrant. HEX triplet: 20, 09 and 2E. RGB value is (32,9,46). Sum of RGB (Red+Green+Blue) = 32+9+46=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #20092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20092E is #DFF6D1. Grayscale: #131313. Windows color (decimal): -14677714 or 3016992. OLE color: 3016992.
HSL color Cylindrical-coordinate representation of color #20092E: hue angle of 277.3º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20092E is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 9 | 46 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.82 |
| HSL | 277.3º | 0.67% | 0.11% | - |
| HSV(B) | 277.3º | 0.8% | 0.18% | - |
| XYZ | 1.19 | 0.7 | 2.66 | - |
| YUV | 20.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 46 | 0.30 | 0.80 | 0 | 0.82 | 277.3 | 0.67 | 0.11 |
| Hex | 20 | 9 | 2E | 1E | 50 | 0 | 52 | 115 | 43 | B |
| Octal | 40 | 11 | 56 | 36 | 120 | 0 | 122 | 425 | 103 | 13 |
| Binary | 100000 | 1001 | 101110 | 11110 | 1010000 | 0 | 1010010 | 100010101 | 1000011 | 1011 |
Color Harmonies of #20092E
Complementary color
Monochromatic Colors of #20092E
Black with #20092E
Text Example
Text Example
White with #20092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20092E; }
p { color: rgb(32,9,46); }
H1.HeaderClassName
{
color: #20092E;
}
.AnyTagClassName
{
color: #20092E;
}
</style>
background-color css
<style>
a { background-color: #20092E; }
a { background-color: rgb(32,9,46); }
div.DivClassName
{
background-color: #20092E;
}
.BgClassName
{
background-color: #20092E;
}
</style>
border-color css
<style>
span { border-color: #20092E; }
span { border-color: rgb(32,9,46); }
td.TdClassName
{
border-color: #20092E;
}
.TagClassName
{
border-color: #20092E;
}
</style>