Shades of Blackcurrant #1A091D
Tints of Blackcurrant #1A091D
RGB
CMYK
RGB Variations
Color information
#1A091D (or 0x1A091D) is known color: Blackcurrant. HEX triplet: 1A, 09 and 1D. RGB value is (26,9,29). Sum of RGB (Red+Green+Blue) = 26+9+29=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A091D is #E5F6E2. Grayscale: #101010. Windows color (decimal): -15070947 or 1902874. OLE color: 1902874.
HSL color Cylindrical-coordinate representation of color #1A091D: hue angle of 291º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A091D is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 9 | 29 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.89 |
| HSL | 291º | 0.53% | 0.07% | - |
| HSV(B) | 291º | 0.69% | 0.11% | - |
| XYZ | 0.75 | 0.5 | 1.22 | - |
| YUV | 16.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 29 | 0.10 | 0.69 | 0 | 0.89 | 291 | 0.53 | 0.07 |
| Hex | 1A | 9 | 1D | A | 45 | 0 | 59 | 123 | 35 | 7 |
| Octal | 32 | 11 | 35 | 12 | 105 | 0 | 131 | 443 | 65 | 7 |
| Binary | 11010 | 1001 | 11101 | 1010 | 1000101 | 0 | 1011001 | 100100011 | 110101 | 111 |
Color Harmonies of #1A091D
Complementary color
Monochromatic Colors of #1A091D
Black with #1A091D
Text Example
Text Example
White with #1A091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A091D; }
p { color: rgb(26,9,29); }
H1.HeaderClassName
{
color: #1A091D;
}
.AnyTagClassName
{
color: #1A091D;
}
</style>
background-color css
<style>
a { background-color: #1A091D; }
a { background-color: rgb(26,9,29); }
div.DivClassName
{
background-color: #1A091D;
}
.BgClassName
{
background-color: #1A091D;
}
</style>
border-color css
<style>
span { border-color: #1A091D; }
span { border-color: rgb(26,9,29); }
td.TdClassName
{
border-color: #1A091D;
}
.TagClassName
{
border-color: #1A091D;
}
</style>