Shades of Blackcurrant #1A061D
Tints of Blackcurrant #1A061D
RGB
CMYK
RGB Variations
Color information
#1A061D (or 0x1A061D) is known color: Blackcurrant. HEX triplet: 1A, 06 and 1D. RGB value is (26,6,29). Sum of RGB (Red+Green+Blue) = 26+6+29=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A061D is #E5F9E2. Grayscale: #0E0E0E. Windows color (decimal): -15071715 or 1902106. OLE color: 1902106.
HSL color Cylindrical-coordinate representation of color #1A061D: hue angle of 292.17º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A061D is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 6 | 29 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.89 |
| HSL | 292.17º | 0.66% | 0.07% | - |
| HSV(B) | 292.17º | 0.79% | 0.11% | - |
| XYZ | 0.71 | 0.44 | 1.21 | - |
| YUV | 14.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 29 | 0.10 | 0.79 | 0 | 0.89 | 292.17 | 0.66 | 0.07 |
| Hex | 1A | 6 | 1D | A | 4F | 0 | 59 | 124 | 42 | 7 |
| Octal | 32 | 6 | 35 | 12 | 117 | 0 | 131 | 444 | 102 | 7 |
| Binary | 11010 | 110 | 11101 | 1010 | 1001111 | 0 | 1011001 | 100100100 | 1000010 | 111 |
Color Harmonies of #1A061D
Complementary color
Monochromatic Colors of #1A061D
Black with #1A061D
Text Example
Text Example
White with #1A061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A061D; }
p { color: rgb(26,6,29); }
H1.HeaderClassName
{
color: #1A061D;
}
.AnyTagClassName
{
color: #1A061D;
}
</style>
background-color css
<style>
a { background-color: #1A061D; }
a { background-color: rgb(26,6,29); }
div.DivClassName
{
background-color: #1A061D;
}
.BgClassName
{
background-color: #1A061D;
}
</style>
border-color css
<style>
span { border-color: #1A061D; }
span { border-color: rgb(26,6,29); }
td.TdClassName
{
border-color: #1A061D;
}
.TagClassName
{
border-color: #1A061D;
}
</style>