Shades of Blackcurrant #100123
Tints of Blackcurrant #100123
RGB
CMYK
RGB Variations
Color information
#100123 (or 0x100123) is known color: Blackcurrant. HEX triplet: 10, 01 and 23. RGB value is (16,1,35). Sum of RGB (Red+Green+Blue) = 16+1+35=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 35 (14.06% from 255 or 67.31% from 52); Max value from RGB is 35 - color contains mainly: blue. Hex color #100123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100123 is #EFFEDC. Grayscale: #090909. Windows color (decimal): -15728349 or 2294032. OLE color: 2294032.
HSL color Cylindrical-coordinate representation of color #100123: hue angle of 266.47º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100123 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 1 | 35 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.86 |
| HSL | 266.47º | 0.94% | 0.07% | - |
| HSV(B) | 266.47º | 0.97% | 0.14% | - |
| XYZ | 0.53 | 0.25 | 1.61 | - |
| YUV | 9.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 35 | 0.54 | 0.97 | 0 | 0.86 | 266.47 | 0.94 | 0.07 |
| Hex | 10 | 1 | 23 | 36 | 61 | 0 | 56 | 10A | 5E | 7 |
| Octal | 20 | 1 | 43 | 66 | 141 | 0 | 126 | 412 | 136 | 7 |
| Binary | 10000 | 1 | 100011 | 110110 | 1100001 | 0 | 1010110 | 100001010 | 1011110 | 111 |
Color Harmonies of #100123
Complementary color
Monochromatic Colors of #100123
Black with #100123
Text Example
Text Example
White with #100123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100123; }
p { color: rgb(16,1,35); }
H1.HeaderClassName
{
color: #100123;
}
.AnyTagClassName
{
color: #100123;
}
</style>
background-color css
<style>
a { background-color: #100123; }
a { background-color: rgb(16,1,35); }
div.DivClassName
{
background-color: #100123;
}
.BgClassName
{
background-color: #100123;
}
</style>
border-color css
<style>
span { border-color: #100123; }
span { border-color: rgb(16,1,35); }
td.TdClassName
{
border-color: #100123;
}
.TagClassName
{
border-color: #100123;
}
</style>