Shades of Blackcurrant #100619
Tints of Blackcurrant #100619
RGB
CMYK
RGB Variations
Color information
#100619 (or 0x100619) is known color: Blackcurrant. HEX triplet: 10, 06 and 19. RGB value is (16,6,25). Sum of RGB (Red+Green+Blue) = 16+6+25=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #100619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100619 is #EFF9E6. Grayscale: #0B0B0B. Windows color (decimal): -15727079 or 1639952. OLE color: 1639952.
HSL color Cylindrical-coordinate representation of color #100619: hue angle of 271.58º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #100619 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 6 | 25 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.90 |
| HSL | 271.58º | 0.61% | 0.06% | - |
| HSV(B) | 271.58º | 0.76% | 0.1% | - |
| XYZ | 0.45 | 0.31 | 0.96 | - |
| YUV | 11.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 25 | 0.36 | 0.76 | 0 | 0.90 | 271.58 | 0.61 | 0.06 |
| Hex | 10 | 6 | 19 | 24 | 4C | 0 | 5A | 110 | 3D | 6 |
| Octal | 20 | 6 | 31 | 44 | 114 | 0 | 132 | 420 | 75 | 6 |
| Binary | 10000 | 110 | 11001 | 100100 | 1001100 | 0 | 1011010 | 100010000 | 111101 | 110 |
Color Harmonies of #100619
Complementary color
Monochromatic Colors of #100619
Black with #100619
Text Example
Text Example
White with #100619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100619; }
p { color: rgb(16,6,25); }
H1.HeaderClassName
{
color: #100619;
}
.AnyTagClassName
{
color: #100619;
}
</style>
background-color css
<style>
a { background-color: #100619; }
a { background-color: rgb(16,6,25); }
div.DivClassName
{
background-color: #100619;
}
.BgClassName
{
background-color: #100619;
}
</style>
border-color css
<style>
span { border-color: #100619; }
span { border-color: rgb(16,6,25); }
td.TdClassName
{
border-color: #100619;
}
.TagClassName
{
border-color: #100619;
}
</style>