Shades of Blackcurrant #100132
Tints of Blackcurrant #100132
RGB
CMYK
RGB Variations
Color information
#100132 (or 0x100132) is known color: Blackcurrant. HEX triplet: 10, 01 and 32. RGB value is (16,1,50). Sum of RGB (Red+Green+Blue) = 16+1+50=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 50 (19.92% from 255 or 74.63% from 67); Max value from RGB is 50 - color contains mainly: blue. Hex color #100132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100132 is #EFFECD. Grayscale: #0A0A0A. Windows color (decimal): -15728334 or 3277072. OLE color: 3277072.
HSL color Cylindrical-coordinate representation of color #100132: hue angle of 258.37º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100132 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 1 | 50 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.80 |
| HSL | 258.37º | 0.96% | 0.1% | - |
| HSV(B) | 258.37º | 0.98% | 0.2% | - |
| XYZ | 0.8 | 0.36 | 3.05 | - |
| YUV | 11.07 | 149.97 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 50 | 0.68 | 0.98 | 0 | 0.80 | 258.37 | 0.96 | 0.1 |
| Hex | 10 | 1 | 32 | 44 | 62 | 0 | 50 | 102 | 60 | A |
| Octal | 20 | 1 | 62 | 104 | 142 | 0 | 120 | 402 | 140 | 12 |
| Binary | 10000 | 1 | 110010 | 1000100 | 1100010 | 0 | 1010000 | 100000010 | 1100000 | 1010 |
Color Harmonies of #100132
Complementary color
Monochromatic Colors of #100132
Black with #100132
Text Example
Text Example
White with #100132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100132; }
p { color: rgb(16,1,50); }
H1.HeaderClassName
{
color: #100132;
}
.AnyTagClassName
{
color: #100132;
}
</style>
background-color css
<style>
a { background-color: #100132; }
a { background-color: rgb(16,1,50); }
div.DivClassName
{
background-color: #100132;
}
.BgClassName
{
background-color: #100132;
}
</style>
border-color css
<style>
span { border-color: #100132; }
span { border-color: rgb(16,1,50); }
td.TdClassName
{
border-color: #100132;
}
.TagClassName
{
border-color: #100132;
}
</style>