Shades of Blackcurrant #20092C
Tints of Blackcurrant #20092C
RGB
CMYK
RGB Variations
Color information
#20092C (or 0x20092C) is known color: Blackcurrant. HEX triplet: 20, 09 and 2C. RGB value is (32,9,44). Sum of RGB (Red+Green+Blue) = 32+9+44=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #20092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20092C is #DFF6D3. Grayscale: #131313. Windows color (decimal): -14677716 or 2885920. OLE color: 2885920.
HSL color Cylindrical-coordinate representation of color #20092C: hue angle of 279.43º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20092C is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 9 | 44 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.83 |
| HSL | 279.43º | 0.66% | 0.1% | - |
| HSV(B) | 279.43º | 0.8% | 0.17% | - |
| XYZ | 1.15 | 0.68 | 2.45 | - |
| YUV | 19.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 44 | 0.27 | 0.80 | 0 | 0.83 | 279.43 | 0.66 | 0.1 |
| Hex | 20 | 9 | 2C | 1B | 50 | 0 | 53 | 117 | 42 | A |
| Octal | 40 | 11 | 54 | 33 | 120 | 0 | 123 | 427 | 102 | 12 |
| Binary | 100000 | 1001 | 101100 | 11011 | 1010000 | 0 | 1010011 | 100010111 | 1000010 | 1010 |
Color Harmonies of #20092C
Complementary color
Monochromatic Colors of #20092C
Black with #20092C
Text Example
Text Example
White with #20092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20092C; }
p { color: rgb(32,9,44); }
H1.HeaderClassName
{
color: #20092C;
}
.AnyTagClassName
{
color: #20092C;
}
</style>
background-color css
<style>
a { background-color: #20092C; }
a { background-color: rgb(32,9,44); }
div.DivClassName
{
background-color: #20092C;
}
.BgClassName
{
background-color: #20092C;
}
</style>
border-color css
<style>
span { border-color: #20092C; }
span { border-color: rgb(32,9,44); }
td.TdClassName
{
border-color: #20092C;
}
.TagClassName
{
border-color: #20092C;
}
</style>