Shades of Blackcurrant #10091A
Tints of Blackcurrant #10091A
RGB
CMYK
RGB Variations
Color information
#10091A (or 0x10091A) is known color: Blackcurrant. HEX triplet: 10, 09 and 1A. RGB value is (16,9,26). Sum of RGB (Red+Green+Blue) = 16+9+26=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #10091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10091A is #EFF6E5. Grayscale: #0C0C0C. Windows color (decimal): -15726310 or 1706256. OLE color: 1706256.
HSL color Cylindrical-coordinate representation of color #10091A: hue angle of 264.71º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #10091A is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 9 | 26 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.90 |
| HSL | 264.71º | 0.49% | 0.07% | - |
| HSV(B) | 264.71º | 0.65% | 0.1% | - |
| XYZ | 0.5 | 0.38 | 1.02 | - |
| YUV | 13.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 26 | 0.38 | 0.65 | 0 | 0.90 | 264.71 | 0.49 | 0.07 |
| Hex | 10 | 9 | 1A | 26 | 41 | 0 | 5A | 109 | 31 | 7 |
| Octal | 20 | 11 | 32 | 46 | 101 | 0 | 132 | 411 | 61 | 7 |
| Binary | 10000 | 1001 | 11010 | 100110 | 1000001 | 0 | 1011010 | 100001001 | 110001 | 111 |
Color Harmonies of #10091A
Complementary color
Monochromatic Colors of #10091A
Black with #10091A
Text Example
Text Example
White with #10091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10091A; }
p { color: rgb(16,9,26); }
H1.HeaderClassName
{
color: #10091A;
}
.AnyTagClassName
{
color: #10091A;
}
</style>
background-color css
<style>
a { background-color: #10091A; }
a { background-color: rgb(16,9,26); }
div.DivClassName
{
background-color: #10091A;
}
.BgClassName
{
background-color: #10091A;
}
</style>
border-color css
<style>
span { border-color: #10091A; }
span { border-color: rgb(16,9,26); }
td.TdClassName
{
border-color: #10091A;
}
.TagClassName
{
border-color: #10091A;
}
</style>