Shades of Blackcurrant #100221
Tints of Blackcurrant #100221
RGB
CMYK
RGB Variations
Color information
#100221 (or 0x100221) is known color: Blackcurrant. HEX triplet: 10, 02 and 21. RGB value is (16,2,33). Sum of RGB (Red+Green+Blue) = 16+2+33=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 33 (13.28% from 255 or 64.71% from 51); Max value from RGB is 33 - color contains mainly: blue. Hex color #100221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100221 is #EFFDDE. Grayscale: #090909. Windows color (decimal): -15728095 or 2163216. OLE color: 2163216.
HSL color Cylindrical-coordinate representation of color #100221: hue angle of 267.1º degrees, saturation: 0.89, 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 #100221 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 2 | 33 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.87 |
| HSL | 267.1º | 0.89% | 0.07% | - |
| HSV(B) | 267.1º | 0.94% | 0.13% | - |
| XYZ | 0.51 | 0.26 | 1.46 | - |
| YUV | 9.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 33 | 0.52 | 0.94 | 0 | 0.87 | 267.1 | 0.89 | 0.07 |
| Hex | 10 | 2 | 21 | 34 | 5E | 0 | 57 | 10B | 59 | 7 |
| Octal | 20 | 2 | 41 | 64 | 136 | 0 | 127 | 413 | 131 | 7 |
| Binary | 10000 | 10 | 100001 | 110100 | 1011110 | 0 | 1010111 | 100001011 | 1011001 | 111 |
Color Harmonies of #100221
Complementary color
Monochromatic Colors of #100221
Black with #100221
Text Example
Text Example
White with #100221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100221; }
p { color: rgb(16,2,33); }
H1.HeaderClassName
{
color: #100221;
}
.AnyTagClassName
{
color: #100221;
}
</style>
background-color css
<style>
a { background-color: #100221; }
a { background-color: rgb(16,2,33); }
div.DivClassName
{
background-color: #100221;
}
.BgClassName
{
background-color: #100221;
}
</style>
border-color css
<style>
span { border-color: #100221; }
span { border-color: rgb(16,2,33); }
td.TdClassName
{
border-color: #100221;
}
.TagClassName
{
border-color: #100221;
}
</style>