Shades of Blackcurrant #100719
Tints of Blackcurrant #100719
RGB
CMYK
RGB Variations
Color information
#100719 (or 0x100719) is known color: Blackcurrant. HEX triplet: 10, 07 and 19. RGB value is (16,7,25). Sum of RGB (Red+Green+Blue) = 16+7+25=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #100719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100719 is #EFF8E6. Grayscale: #0B0B0B. Windows color (decimal): -15726823 or 1640208. OLE color: 1640208.
HSL color Cylindrical-coordinate representation of color #100719: hue angle of 270º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #100719 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 7 | 25 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.90 |
| HSL | 270º | 0.56% | 0.06% | - |
| HSV(B) | 270º | 0.72% | 0.1% | - |
| XYZ | 0.47 | 0.33 | 0.96 | - |
| YUV | 11.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 25 | 0.36 | 0.72 | 0 | 0.90 | 270 | 0.56 | 0.06 |
| Hex | 10 | 7 | 19 | 24 | 48 | 0 | 5A | 10E | 38 | 6 |
| Octal | 20 | 7 | 31 | 44 | 110 | 0 | 132 | 416 | 70 | 6 |
| Binary | 10000 | 111 | 11001 | 100100 | 1001000 | 0 | 1011010 | 100001110 | 111000 | 110 |
Color Harmonies of #100719
Complementary color
Monochromatic Colors of #100719
Black with #100719
Text Example
Text Example
White with #100719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100719; }
p { color: rgb(16,7,25); }
H1.HeaderClassName
{
color: #100719;
}
.AnyTagClassName
{
color: #100719;
}
</style>
background-color css
<style>
a { background-color: #100719; }
a { background-color: rgb(16,7,25); }
div.DivClassName
{
background-color: #100719;
}
.BgClassName
{
background-color: #100719;
}
</style>
border-color css
<style>
span { border-color: #100719; }
span { border-color: rgb(16,7,25); }
td.TdClassName
{
border-color: #100719;
}
.TagClassName
{
border-color: #100719;
}
</style>