Shades of Blackcurrant #20092B
Tints of Blackcurrant #20092B
RGB
CMYK
RGB Variations
Color information
#20092B (or 0x20092B) is known color: Blackcurrant. HEX triplet: 20, 09 and 2B. RGB value is (32,9,43). Sum of RGB (Red+Green+Blue) = 32+9+43=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #20092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20092B is #DFF6D4. Grayscale: #131313. Windows color (decimal): -14677717 or 2820384. OLE color: 2820384.
HSL color Cylindrical-coordinate representation of color #20092B: hue angle of 280.59º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20092B is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 9 | 43 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.83 |
| HSL | 280.59º | 0.65% | 0.1% | - |
| HSV(B) | 280.59º | 0.79% | 0.17% | - |
| XYZ | 1.13 | 0.68 | 2.36 | - |
| YUV | 19.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 43 | 0.26 | 0.79 | 0 | 0.83 | 280.59 | 0.65 | 0.1 |
| Hex | 20 | 9 | 2B | 1A | 4F | 0 | 53 | 119 | 41 | A |
| Octal | 40 | 11 | 53 | 32 | 117 | 0 | 123 | 431 | 101 | 12 |
| Binary | 100000 | 1001 | 101011 | 11010 | 1001111 | 0 | 1010011 | 100011001 | 1000001 | 1010 |
Color Harmonies of #20092B
Complementary color
Monochromatic Colors of #20092B
Black with #20092B
Text Example
Text Example
White with #20092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20092B; }
p { color: rgb(32,9,43); }
H1.HeaderClassName
{
color: #20092B;
}
.AnyTagClassName
{
color: #20092B;
}
</style>
background-color css
<style>
a { background-color: #20092B; }
a { background-color: rgb(32,9,43); }
div.DivClassName
{
background-color: #20092B;
}
.BgClassName
{
background-color: #20092B;
}
</style>
border-color css
<style>
span { border-color: #20092B; }
span { border-color: rgb(32,9,43); }
td.TdClassName
{
border-color: #20092B;
}
.TagClassName
{
border-color: #20092B;
}
</style>