Shades of Blackcurrant #20132B
Tints of Blackcurrant #20132B
RGB
CMYK
RGB Variations
Color information
#20132B (or 0x20132B) is known color: Blackcurrant. HEX triplet: 20, 13 and 2B. RGB value is (32,19,43). Sum of RGB (Red+Green+Blue) = 32+19+43=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #20132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20132B is #DFECD4. Grayscale: #191919. Windows color (decimal): -14675157 or 2822944. OLE color: 2822944.
HSL color Cylindrical-coordinate representation of color #20132B: hue angle of 272.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20132B is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 32 | 19 | 43 | - |
CMYK | 0.26 | 0.56 | 0 | 0.83 |
HSL | 272.5º | 0.39% | 0.12% | - |
HSV(B) | 272.5º | 0.56% | 0.17% | - |
XYZ | 1.26 | 0.95 | 2.4 | - |
YUV | 25.62 | 137.81 | 132.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 19 | 43 | 0.26 | 0.56 | 0 | 0.83 | 272.5 | 0.39 | 0.12 |
Hex | 20 | 13 | 2B | 1A | 38 | 0 | 53 | 110 | 27 | C |
Octal | 40 | 23 | 53 | 32 | 70 | 0 | 123 | 420 | 47 | 14 |
Binary | 100000 | 10011 | 101011 | 11010 | 111000 | 0 | 1010011 | 100010000 | 100111 | 1100 |
Color Harmonies of #20132B
Complementary color
Monochromatic Colors of #20132B
Black with #20132B
Text Example
Text Example
White with #20132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20132B; }
p { color: rgb(32,19,43); }
H1.HeaderClassName
{
color: #20132B;
}
.AnyTagClassName
{
color: #20132B;
}
</style>
background-color css
<style>
a { background-color: #20132B; }
a { background-color: rgb(32,19,43); }
div.DivClassName
{
background-color: #20132B;
}
.BgClassName
{
background-color: #20132B;
}
</style>
border-color css
<style>
span { border-color: #20132B; }
span { border-color: rgb(32,19,43); }
td.TdClassName
{
border-color: #20132B;
}
.TagClassName
{
border-color: #20132B;
}
</style>