Shades of Blackcurrant #1A0C1D
Tints of Blackcurrant #1A0C1D
RGB
CMYK
RGB Variations
Color information
#1A0C1D (or 0x1A0C1D) is known color: Blackcurrant. HEX triplet: 1A, 0C and 1D. RGB value is (26,12,29). Sum of RGB (Red+Green+Blue) = 26+12+29=67 (8% of max value = 765). Red value is 26 (10.55% from 255 or 38.81% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A0C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0C1D is #E5F3E2. Grayscale: #121212. Windows color (decimal): -15070179 or 1903642. OLE color: 1903642.
HSL color Cylindrical-coordinate representation of color #1A0C1D: hue angle of 289.41º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A0C1D is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 12 | 29 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.89 |
| HSL | 289.41º | 0.41% | 0.08% | - |
| HSV(B) | 289.41º | 0.59% | 0.11% | - |
| XYZ | 0.78 | 0.57 | 1.23 | - |
| YUV | 18.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 29 | 0.10 | 0.59 | 0 | 0.89 | 289.41 | 0.41 | 0.08 |
| Hex | 1A | C | 1D | A | 3B | 0 | 59 | 121 | 29 | 8 |
| Octal | 32 | 14 | 35 | 12 | 73 | 0 | 131 | 441 | 51 | 10 |
| Binary | 11010 | 1100 | 11101 | 1010 | 111011 | 0 | 1011001 | 100100001 | 101001 | 1000 |
Color Harmonies of #1A0C1D
Complementary color
Monochromatic Colors of #1A0C1D
Black with #1A0C1D
Text Example
Text Example
White with #1A0C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0C1D; }
p { color: rgb(26,12,29); }
H1.HeaderClassName
{
color: #1A0C1D;
}
.AnyTagClassName
{
color: #1A0C1D;
}
</style>
background-color css
<style>
a { background-color: #1A0C1D; }
a { background-color: rgb(26,12,29); }
div.DivClassName
{
background-color: #1A0C1D;
}
.BgClassName
{
background-color: #1A0C1D;
}
</style>
border-color css
<style>
span { border-color: #1A0C1D; }
span { border-color: rgb(26,12,29); }
td.TdClassName
{
border-color: #1A0C1D;
}
.TagClassName
{
border-color: #1A0C1D;
}
</style>