Shades of Blackcurrant #100524
Tints of Blackcurrant #100524
RGB
CMYK
RGB Variations
Color information
#100524 (or 0x100524) is known color: Blackcurrant. HEX triplet: 10, 05 and 24. RGB value is (16,5,36). Sum of RGB (Red+Green+Blue) = 16+5+36=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #100524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100524 is #EFFADB. Grayscale: #0B0B0B. Windows color (decimal): -15727324 or 2360592. OLE color: 2360592.
HSL color Cylindrical-coordinate representation of color #100524: hue angle of 261.29º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #100524 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 5 | 36 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.86 |
| HSL | 261.29º | 0.76% | 0.08% | - |
| HSV(B) | 261.29º | 0.86% | 0.14% | - |
| XYZ | 0.59 | 0.35 | 1.7 | - |
| YUV | 11.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 36 | 0.56 | 0.86 | 0 | 0.86 | 261.29 | 0.76 | 0.08 |
| Hex | 10 | 5 | 24 | 38 | 56 | 0 | 56 | 105 | 4C | 8 |
| Octal | 20 | 5 | 44 | 70 | 126 | 0 | 126 | 405 | 114 | 10 |
| Binary | 10000 | 101 | 100100 | 111000 | 1010110 | 0 | 1010110 | 100000101 | 1001100 | 1000 |
Color Harmonies of #100524
Complementary color
Monochromatic Colors of #100524
Black with #100524
Text Example
Text Example
White with #100524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100524; }
p { color: rgb(16,5,36); }
H1.HeaderClassName
{
color: #100524;
}
.AnyTagClassName
{
color: #100524;
}
</style>
background-color css
<style>
a { background-color: #100524; }
a { background-color: rgb(16,5,36); }
div.DivClassName
{
background-color: #100524;
}
.BgClassName
{
background-color: #100524;
}
</style>
border-color css
<style>
span { border-color: #100524; }
span { border-color: rgb(16,5,36); }
td.TdClassName
{
border-color: #100524;
}
.TagClassName
{
border-color: #100524;
}
</style>