Shades of Blackcurrant #10021F
Tints of Blackcurrant #10021F
RGB
CMYK
RGB Variations
Color information
#10021F (or 0x10021F) is known color: Blackcurrant. HEX triplet: 10, 02 and 1F. RGB value is (16,2,31). Sum of RGB (Red+Green+Blue) = 16+2+31=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #10021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10021F is #EFFDE0. Grayscale: #090909. Windows color (decimal): -15728097 or 2032144. OLE color: 2032144.
HSL color Cylindrical-coordinate representation of color #10021F: hue angle of 268.97º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10021F is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 2 | 31 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.88 |
| HSL | 268.97º | 0.88% | 0.06% | - |
| HSV(B) | 268.97º | 0.94% | 0.12% | - |
| XYZ | 0.48 | 0.25 | 1.32 | - |
| YUV | 9.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 31 | 0.48 | 0.94 | 0 | 0.88 | 268.97 | 0.88 | 0.06 |
| Hex | 10 | 2 | 1F | 30 | 5E | 0 | 58 | 10D | 58 | 6 |
| Octal | 20 | 2 | 37 | 60 | 136 | 0 | 130 | 415 | 130 | 6 |
| Binary | 10000 | 10 | 11111 | 110000 | 1011110 | 0 | 1011000 | 100001101 | 1011000 | 110 |
Color Harmonies of #10021F
Complementary color
Monochromatic Colors of #10021F
Black with #10021F
Text Example
Text Example
White with #10021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10021F; }
p { color: rgb(16,2,31); }
H1.HeaderClassName
{
color: #10021F;
}
.AnyTagClassName
{
color: #10021F;
}
</style>
background-color css
<style>
a { background-color: #10021F; }
a { background-color: rgb(16,2,31); }
div.DivClassName
{
background-color: #10021F;
}
.BgClassName
{
background-color: #10021F;
}
</style>
border-color css
<style>
span { border-color: #10021F; }
span { border-color: rgb(16,2,31); }
td.TdClassName
{
border-color: #10021F;
}
.TagClassName
{
border-color: #10021F;
}
</style>