Shades of Blackcurrant #100220
Tints of Blackcurrant #100220
RGB
CMYK
RGB Variations
Color information
#100220 (or 0x100220) is known color: Blackcurrant. HEX triplet: 10, 02 and 20. RGB value is (16,2,32). Sum of RGB (Red+Green+Blue) = 16+2+32=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 32 (12.89% from 255 or 64% from 50); Max value from RGB is 32 - color contains mainly: blue. Hex color #100220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100220 is #EFFDDF. Grayscale: #090909. Windows color (decimal): -15728096 or 2097680. OLE color: 2097680.
HSL color Cylindrical-coordinate representation of color #100220: hue angle of 268º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100220 is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 2 | 32 | - |
| CMYK | 0.5 | 0.94 | 0 | 0.87 |
| HSL | 268º | 0.88% | 0.07% | - |
| HSV(B) | 268º | 0.94% | 0.13% | - |
| XYZ | 0.5 | 0.26 | 1.39 | - |
| YUV | 9.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 32 | 0.5 | 0.94 | 0 | 0.87 | 268 | 0.88 | 0.07 |
| Hex | 10 | 2 | 20 | 32 | 5E | 0 | 57 | 10C | 58 | 7 |
| Octal | 20 | 2 | 40 | 62 | 136 | 0 | 127 | 414 | 130 | 7 |
| Binary | 10000 | 10 | 100000 | 110010 | 1011110 | 0 | 1010111 | 100001100 | 1011000 | 111 |
Color Harmonies of #100220
Complementary color
Monochromatic Colors of #100220
Black with #100220
Text Example
Text Example
White with #100220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100220; }
p { color: rgb(16,2,32); }
H1.HeaderClassName
{
color: #100220;
}
.AnyTagClassName
{
color: #100220;
}
</style>
background-color css
<style>
a { background-color: #100220; }
a { background-color: rgb(16,2,32); }
div.DivClassName
{
background-color: #100220;
}
.BgClassName
{
background-color: #100220;
}
</style>
border-color css
<style>
span { border-color: #100220; }
span { border-color: rgb(16,2,32); }
td.TdClassName
{
border-color: #100220;
}
.TagClassName
{
border-color: #100220;
}
</style>