Shades of Blackcurrant #100035
Tints of Blackcurrant #100035
RGB
CMYK
RGB Variations
Color information
#100035 (or 0x100035) is known color: Blackcurrant. HEX triplet: 10, 00 and 35. RGB value is (16,0,53). Sum of RGB (Red+Green+Blue) = 16+0+53=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 53 (21.09% from 255 or 76.81% from 69); Max value from RGB is 53 - color contains mainly: blue. Hex color #100035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100035 is #EFFFCA. Grayscale: #0A0A0A. Windows color (decimal): -15728587 or 3473424. OLE color: 3473424.
HSL color Cylindrical-coordinate representation of color #100035: hue angle of 258.11º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100035 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 0 | 53 | - |
| CMYK | 0.70 | 1 | 0 | 0.79 |
| HSL | 258.11º | 1% | 0.1% | - |
| HSV(B) | 258.11º | 1% | 0.21% | - |
| XYZ | 0.86 | 0.37 | 3.39 | - |
| YUV | 10.83 | 151.8 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 53 | 0.70 | 1 | 0 | 0.79 | 258.11 | 1 | 0.1 |
| Hex | 10 | 0 | 35 | 46 | 64 | 0 | 4F | 102 | 64 | A |
| Octal | 20 | 0 | 65 | 106 | 144 | 0 | 117 | 402 | 144 | 12 |
| Binary | 10000 | 0 | 110101 | 1000110 | 1100100 | 0 | 1001111 | 100000010 | 1100100 | 1010 |
Color Harmonies of #100035
Complementary color
Monochromatic Colors of #100035
Black with #100035
Text Example
Text Example
White with #100035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100035; }
p { color: rgb(16,0,53); }
H1.HeaderClassName
{
color: #100035;
}
.AnyTagClassName
{
color: #100035;
}
</style>
background-color css
<style>
a { background-color: #100035; }
a { background-color: rgb(16,0,53); }
div.DivClassName
{
background-color: #100035;
}
.BgClassName
{
background-color: #100035;
}
</style>
border-color css
<style>
span { border-color: #100035; }
span { border-color: rgb(16,0,53); }
td.TdClassName
{
border-color: #100035;
}
.TagClassName
{
border-color: #100035;
}
</style>