Shades of Blackcurrant #10011A
Tints of Blackcurrant #10011A
RGB
CMYK
RGB Variations
Color information
#10011A (or 0x10011A) is known color: Blackcurrant. HEX triplet: 10, 01 and 1A. RGB value is (16,1,26). Sum of RGB (Red+Green+Blue) = 16+1+26=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 26 (10.55% from 255 or 60.47% from 43); Max value from RGB is 26 - color contains mainly: blue. Hex color #10011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10011A is #EFFEE5. Grayscale: #080808. Windows color (decimal): -15728358 or 1704208. OLE color: 1704208.
HSL color Cylindrical-coordinate representation of color #10011A: hue angle of 276º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10011A is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 1 | 26 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.90 |
| HSL | 276º | 0.93% | 0.05% | - |
| HSV(B) | 276º | 0.96% | 0.1% | - |
| XYZ | 0.41 | 0.21 | 1 | - |
| YUV | 8.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 26 | 0.38 | 0.96 | 0 | 0.90 | 276 | 0.93 | 0.05 |
| Hex | 10 | 1 | 1A | 26 | 60 | 0 | 5A | 114 | 5D | 5 |
| Octal | 20 | 1 | 32 | 46 | 140 | 0 | 132 | 424 | 135 | 5 |
| Binary | 10000 | 1 | 11010 | 100110 | 1100000 | 0 | 1011010 | 100010100 | 1011101 | 101 |
Color Harmonies of #10011A
Complementary color
Monochromatic Colors of #10011A
Black with #10011A
Text Example
Text Example
White with #10011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10011A; }
p { color: rgb(16,1,26); }
H1.HeaderClassName
{
color: #10011A;
}
.AnyTagClassName
{
color: #10011A;
}
</style>
background-color css
<style>
a { background-color: #10011A; }
a { background-color: rgb(16,1,26); }
div.DivClassName
{
background-color: #10011A;
}
.BgClassName
{
background-color: #10011A;
}
</style>
border-color css
<style>
span { border-color: #10011A; }
span { border-color: rgb(16,1,26); }
td.TdClassName
{
border-color: #10011A;
}
.TagClassName
{
border-color: #10011A;
}
</style>