Shades of Blackcurrant #1A031D
Tints of Blackcurrant #1A031D
RGB
CMYK
RGB Variations
Color information
#1A031D (or 0x1A031D) is known color: Blackcurrant. HEX triplet: 1A, 03 and 1D. RGB value is (26,3,29). Sum of RGB (Red+Green+Blue) = 26+3+29=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A031D is #E5FCE2. Grayscale: #0C0C0C. Windows color (decimal): -15072483 or 1901338. OLE color: 1901338.
HSL color Cylindrical-coordinate representation of color #1A031D: hue angle of 293.08º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A031D is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 3 | 29 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.89 |
| HSL | 293.08º | 0.81% | 0.06% | - |
| HSV(B) | 293.08º | 0.9% | 0.11% | - |
| XYZ | 0.68 | 0.37 | 1.2 | - |
| YUV | 12.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 29 | 0.10 | 0.90 | 0 | 0.89 | 293.08 | 0.81 | 0.06 |
| Hex | 1A | 3 | 1D | A | 5A | 0 | 59 | 125 | 51 | 6 |
| Octal | 32 | 3 | 35 | 12 | 132 | 0 | 131 | 445 | 121 | 6 |
| Binary | 11010 | 11 | 11101 | 1010 | 1011010 | 0 | 1011001 | 100100101 | 1010001 | 110 |
Color Harmonies of #1A031D
Complementary color
Monochromatic Colors of #1A031D
Black with #1A031D
Text Example
Text Example
White with #1A031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A031D; }
p { color: rgb(26,3,29); }
H1.HeaderClassName
{
color: #1A031D;
}
.AnyTagClassName
{
color: #1A031D;
}
</style>
background-color css
<style>
a { background-color: #1A031D; }
a { background-color: rgb(26,3,29); }
div.DivClassName
{
background-color: #1A031D;
}
.BgClassName
{
background-color: #1A031D;
}
</style>
border-color css
<style>
span { border-color: #1A031D; }
span { border-color: rgb(26,3,29); }
td.TdClassName
{
border-color: #1A031D;
}
.TagClassName
{
border-color: #1A031D;
}
</style>