Shades of Blackcurrant #100032
Tints of Blackcurrant #100032
RGB
CMYK
RGB Variations
Color information
#100032 (or 0x100032) is known color: Blackcurrant. HEX triplet: 10, 00 and 32. RGB value is (16,0,50). Sum of RGB (Red+Green+Blue) = 16+0+50=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 50 (19.92% from 255 or 75.76% from 66); Max value from RGB is 50 - color contains mainly: blue. Hex color #100032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100032 is #EFFFCD. Grayscale: #0A0A0A. Windows color (decimal): -15728590 or 3276816. OLE color: 3276816.
HSL color Cylindrical-coordinate representation of color #100032: hue angle of 259.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100032 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 0 | 50 | - |
| CMYK | 0.68 | 1 | 0 | 0.80 |
| HSL | 259.2º | 1% | 0.1% | - |
| HSV(B) | 259.2º | 1% | 0.2% | - |
| XYZ | 0.79 | 0.34 | 3.04 | - |
| YUV | 10.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 50 | 0.68 | 1 | 0 | 0.80 | 259.2 | 1 | 0.1 |
| Hex | 10 | 0 | 32 | 44 | 64 | 0 | 50 | 103 | 64 | A |
| Octal | 20 | 0 | 62 | 104 | 144 | 0 | 120 | 403 | 144 | 12 |
| Binary | 10000 | 0 | 110010 | 1000100 | 1100100 | 0 | 1010000 | 100000011 | 1100100 | 1010 |
Color Harmonies of #100032
Complementary color
Monochromatic Colors of #100032
Black with #100032
Text Example
Text Example
White with #100032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100032; }
p { color: rgb(16,0,50); }
H1.HeaderClassName
{
color: #100032;
}
.AnyTagClassName
{
color: #100032;
}
</style>
background-color css
<style>
a { background-color: #100032; }
a { background-color: rgb(16,0,50); }
div.DivClassName
{
background-color: #100032;
}
.BgClassName
{
background-color: #100032;
}
</style>
border-color css
<style>
span { border-color: #100032; }
span { border-color: rgb(16,0,50); }
td.TdClassName
{
border-color: #100032;
}
.TagClassName
{
border-color: #100032;
}
</style>