Shades of Blackcurrant #1A081D
Tints of Blackcurrant #1A081D
RGB
CMYK
RGB Variations
Color information
#1A081D (or 0x1A081D) is known color: Blackcurrant. HEX triplet: 1A, 08 and 1D. RGB value is (26,8,29). Sum of RGB (Red+Green+Blue) = 26+8+29=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A081D is #E5F7E2. Grayscale: #0F0F0F. Windows color (decimal): -15071203 or 1902618. OLE color: 1902618.
HSL color Cylindrical-coordinate representation of color #1A081D: hue angle of 291.43º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A081D is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 8 | 29 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.89 |
| HSL | 291.43º | 0.57% | 0.07% | - |
| HSV(B) | 291.43º | 0.72% | 0.11% | - |
| XYZ | 0.73 | 0.48 | 1.22 | - |
| YUV | 15.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 29 | 0.10 | 0.72 | 0 | 0.89 | 291.43 | 0.57 | 0.07 |
| Hex | 1A | 8 | 1D | A | 48 | 0 | 59 | 123 | 39 | 7 |
| Octal | 32 | 10 | 35 | 12 | 110 | 0 | 131 | 443 | 71 | 7 |
| Binary | 11010 | 1000 | 11101 | 1010 | 1001000 | 0 | 1011001 | 100100011 | 111001 | 111 |
Color Harmonies of #1A081D
Complementary color
Monochromatic Colors of #1A081D
Black with #1A081D
Text Example
Text Example
White with #1A081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A081D; }
p { color: rgb(26,8,29); }
H1.HeaderClassName
{
color: #1A081D;
}
.AnyTagClassName
{
color: #1A081D;
}
</style>
background-color css
<style>
a { background-color: #1A081D; }
a { background-color: rgb(26,8,29); }
div.DivClassName
{
background-color: #1A081D;
}
.BgClassName
{
background-color: #1A081D;
}
</style>
border-color css
<style>
span { border-color: #1A081D; }
span { border-color: rgb(26,8,29); }
td.TdClassName
{
border-color: #1A081D;
}
.TagClassName
{
border-color: #1A081D;
}
</style>