Shades of Blackcurrant #1A121D
Tints of Blackcurrant #1A121D
RGB
CMYK
RGB Variations
Color information
#1A121D (or 0x1A121D) is known color: Blackcurrant. HEX triplet: 1A, 12 and 1D. RGB value is (26,18,29). Sum of RGB (Red+Green+Blue) = 26+18+29=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A121D is #E5EDE2. Grayscale: #151515. Windows color (decimal): -15068643 or 1905178. OLE color: 1905178.
HSL color Cylindrical-coordinate representation of color #1A121D: hue angle of 283.64º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A121D is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 18 | 29 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.89 |
| HSL | 283.64º | 0.23% | 0.09% | - |
| HSV(B) | 283.64º | 0.38% | 0.11% | - |
| XYZ | 0.86 | 0.74 | 1.26 | - |
| YUV | 21.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 29 | 0.10 | 0.38 | 0 | 0.89 | 283.64 | 0.23 | 0.09 |
| Hex | 1A | 12 | 1D | A | 26 | 0 | 59 | 11C | 17 | 9 |
| Octal | 32 | 22 | 35 | 12 | 46 | 0 | 131 | 434 | 27 | 11 |
| Binary | 11010 | 10010 | 11101 | 1010 | 100110 | 0 | 1011001 | 100011100 | 10111 | 1001 |
Color Harmonies of #1A121D
Complementary color
Monochromatic Colors of #1A121D
Black with #1A121D
Text Example
Text Example
White with #1A121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A121D; }
p { color: rgb(26,18,29); }
H1.HeaderClassName
{
color: #1A121D;
}
.AnyTagClassName
{
color: #1A121D;
}
</style>
background-color css
<style>
a { background-color: #1A121D; }
a { background-color: rgb(26,18,29); }
div.DivClassName
{
background-color: #1A121D;
}
.BgClassName
{
background-color: #1A121D;
}
</style>
border-color css
<style>
span { border-color: #1A121D; }
span { border-color: rgb(26,18,29); }
td.TdClassName
{
border-color: #1A121D;
}
.TagClassName
{
border-color: #1A121D;
}
</style>