Shades of Blackcurrant #20002A
Tints of Blackcurrant #20002A
RGB
CMYK
RGB Variations
Color information
#20002A (or 0x20002A) is known color: Blackcurrant. HEX triplet: 20, 00 and 2A. RGB value is (32,0,42). Sum of RGB (Red+Green+Blue) = 32+0+42=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #20002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20002A is #DFFFD5. Grayscale: #0E0E0E. Windows color (decimal): -14680022 or 2752544. OLE color: 2752544.
HSL color Cylindrical-coordinate representation of color #20002A: hue angle of 285.71º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20002A is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 32 | 0 | 42 | - |
CMYK | 0.24 | 1 | 0 | 0.84 |
HSL | 285.71º | 1% | 0.08% | - |
HSV(B) | 285.71º | 1% | 0.16% | - |
XYZ | 1.01 | 0.47 | 2.23 | - |
YUV | 14.36 | 143.6 | 140.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 0 | 42 | 0.24 | 1 | 0 | 0.84 | 285.71 | 1 | 0.08 |
Hex | 20 | 0 | 2A | 18 | 64 | 0 | 54 | 11E | 64 | 8 |
Octal | 40 | 0 | 52 | 30 | 144 | 0 | 124 | 436 | 144 | 10 |
Binary | 100000 | 0 | 101010 | 11000 | 1100100 | 0 | 1010100 | 100011110 | 1100100 | 1000 |
Color Harmonies of #20002A
Complementary color
Monochromatic Colors of #20002A
Black with #20002A
Text Example
Text Example
White with #20002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20002A; }
p { color: rgb(32,0,42); }
H1.HeaderClassName
{
color: #20002A;
}
.AnyTagClassName
{
color: #20002A;
}
</style>
background-color css
<style>
a { background-color: #20002A; }
a { background-color: rgb(32,0,42); }
div.DivClassName
{
background-color: #20002A;
}
.BgClassName
{
background-color: #20002A;
}
</style>
border-color css
<style>
span { border-color: #20002A; }
span { border-color: rgb(32,0,42); }
td.TdClassName
{
border-color: #20002A;
}
.TagClassName
{
border-color: #20002A;
}
</style>