Shades of Blackcurrant #20152F
Tints of Blackcurrant #20152F
RGB
CMYK
RGB Variations
Color information
#20152F (or 0x20152F) is known color: Blackcurrant. HEX triplet: 20, 15 and 2F. RGB value is (32,21,47). Sum of RGB (Red+Green+Blue) = 32+21+47=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #20152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20152F is #DFEAD0. Grayscale: #1B1B1B. Windows color (decimal): -14674641 or 3085600. OLE color: 3085600.
HSL color Cylindrical-coordinate representation of color #20152F: hue angle of 265.38º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #20152F is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 21 | 47 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.82 |
| HSL | 265.38º | 0.38% | 0.13% | - |
| HSV(B) | 265.38º | 0.55% | 0.18% | - |
| XYZ | 1.38 | 1.05 | 2.82 | - |
| YUV | 27.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 47 | 0.32 | 0.55 | 0 | 0.82 | 265.38 | 0.38 | 0.13 |
| Hex | 20 | 15 | 2F | 20 | 37 | 0 | 52 | 109 | 26 | D |
| Octal | 40 | 25 | 57 | 40 | 67 | 0 | 122 | 411 | 46 | 15 |
| Binary | 100000 | 10101 | 101111 | 100000 | 110111 | 0 | 1010010 | 100001001 | 100110 | 1101 |
Color Harmonies of #20152F
Complementary color
Monochromatic Colors of #20152F
Black with #20152F
Text Example
Text Example
White with #20152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20152F; }
p { color: rgb(32,21,47); }
H1.HeaderClassName
{
color: #20152F;
}
.AnyTagClassName
{
color: #20152F;
}
</style>
background-color css
<style>
a { background-color: #20152F; }
a { background-color: rgb(32,21,47); }
div.DivClassName
{
background-color: #20152F;
}
.BgClassName
{
background-color: #20152F;
}
</style>
border-color css
<style>
span { border-color: #20152F; }
span { border-color: rgb(32,21,47); }
td.TdClassName
{
border-color: #20152F;
}
.TagClassName
{
border-color: #20152F;
}
</style>