Shades of Blackcurrant #20152B
Tints of Blackcurrant #20152B
RGB
CMYK
RGB Variations
Color information
#20152B (or 0x20152B) is known color: Blackcurrant. HEX triplet: 20, 15 and 2B. RGB value is (32,21,43). Sum of RGB (Red+Green+Blue) = 32+21+43=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 43 - color contains mainly: blue. Hex color #20152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20152B is #DFEAD4. Grayscale: #1A1A1A. Windows color (decimal): -14674645 or 2823456. OLE color: 2823456.
HSL color Cylindrical-coordinate representation of color #20152B: hue angle of 270º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #20152B is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 21 | 43 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.83 |
| HSL | 270º | 0.34% | 0.13% | - |
| HSV(B) | 270º | 0.51% | 0.17% | - |
| XYZ | 1.3 | 1.02 | 2.41 | - |
| YUV | 26.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 43 | 0.26 | 0.51 | 0 | 0.83 | 270 | 0.34 | 0.13 |
| Hex | 20 | 15 | 2B | 1A | 33 | 0 | 53 | 10E | 22 | D |
| Octal | 40 | 25 | 53 | 32 | 63 | 0 | 123 | 416 | 42 | 15 |
| Binary | 100000 | 10101 | 101011 | 11010 | 110011 | 0 | 1010011 | 100001110 | 100010 | 1101 |
Color Harmonies of #20152B
Complementary color
Monochromatic Colors of #20152B
Black with #20152B
Text Example
Text Example
White with #20152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20152B; }
p { color: rgb(32,21,43); }
H1.HeaderClassName
{
color: #20152B;
}
.AnyTagClassName
{
color: #20152B;
}
</style>
background-color css
<style>
a { background-color: #20152B; }
a { background-color: rgb(32,21,43); }
div.DivClassName
{
background-color: #20152B;
}
.BgClassName
{
background-color: #20152B;
}
</style>
border-color css
<style>
span { border-color: #20152B; }
span { border-color: rgb(32,21,43); }
td.TdClassName
{
border-color: #20152B;
}
.TagClassName
{
border-color: #20152B;
}
</style>