Shades of Blackcurrant #100618
Tints of Blackcurrant #100618
RGB
CMYK
RGB Variations
Color information
#100618 (or 0x100618) is known color: Blackcurrant. HEX triplet: 10, 06 and 18. RGB value is (16,6,24). Sum of RGB (Red+Green+Blue) = 16+6+24=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #100618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100618 is #EFF9E7. Grayscale: #0A0A0A. Windows color (decimal): -15727080 or 1574416. OLE color: 1574416.
HSL color Cylindrical-coordinate representation of color #100618: hue angle of 273.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #100618 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 6 | 24 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.91 |
| HSL | 273.33º | 0.6% | 0.06% | - |
| HSV(B) | 273.33º | 0.75% | 0.09% | - |
| XYZ | 0.44 | 0.31 | 0.9 | - |
| YUV | 11.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 24 | 0.33 | 0.75 | 0 | 0.91 | 273.33 | 0.6 | 0.06 |
| Hex | 10 | 6 | 18 | 21 | 4B | 0 | 5B | 111 | 3C | 6 |
| Octal | 20 | 6 | 30 | 41 | 113 | 0 | 133 | 421 | 74 | 6 |
| Binary | 10000 | 110 | 11000 | 100001 | 1001011 | 0 | 1011011 | 100010001 | 111100 | 110 |
Color Harmonies of #100618
Complementary color
Monochromatic Colors of #100618
Black with #100618
Text Example
Text Example
White with #100618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100618; }
p { color: rgb(16,6,24); }
H1.HeaderClassName
{
color: #100618;
}
.AnyTagClassName
{
color: #100618;
}
</style>
background-color css
<style>
a { background-color: #100618; }
a { background-color: rgb(16,6,24); }
div.DivClassName
{
background-color: #100618;
}
.BgClassName
{
background-color: #100618;
}
</style>
border-color css
<style>
span { border-color: #100618; }
span { border-color: rgb(16,6,24); }
td.TdClassName
{
border-color: #100618;
}
.TagClassName
{
border-color: #100618;
}
</style>