Shades of Blackcurrant #1A0D1D
Tints of Blackcurrant #1A0D1D
RGB
CMYK
RGB Variations
Color information
#1A0D1D (or 0x1A0D1D) is known color: Blackcurrant. HEX triplet: 1A, 0D and 1D. RGB value is (26,13,29). Sum of RGB (Red+Green+Blue) = 26+13+29=68 (9% of max value = 765). Red value is 26 (10.55% from 255 or 38.24% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A0D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0D1D is #E5F2E2. Grayscale: #121212. Windows color (decimal): -15069923 or 1903898. OLE color: 1903898.
HSL color Cylindrical-coordinate representation of color #1A0D1D: hue angle of 288.75º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A0D1D is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 13 | 29 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.89 |
| HSL | 288.75º | 0.38% | 0.08% | - |
| HSV(B) | 288.75º | 0.55% | 0.11% | - |
| XYZ | 0.79 | 0.6 | 1.24 | - |
| YUV | 18.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 13 | 29 | 0.10 | 0.55 | 0 | 0.89 | 288.75 | 0.38 | 0.08 |
| Hex | 1A | D | 1D | A | 37 | 0 | 59 | 121 | 26 | 8 |
| Octal | 32 | 15 | 35 | 12 | 67 | 0 | 131 | 441 | 46 | 10 |
| Binary | 11010 | 1101 | 11101 | 1010 | 110111 | 0 | 1011001 | 100100001 | 100110 | 1000 |
Color Harmonies of #1A0D1D
Complementary color
Monochromatic Colors of #1A0D1D
Black with #1A0D1D
Text Example
Text Example
White with #1A0D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0D1D; }
p { color: rgb(26,13,29); }
H1.HeaderClassName
{
color: #1A0D1D;
}
.AnyTagClassName
{
color: #1A0D1D;
}
</style>
background-color css
<style>
a { background-color: #1A0D1D; }
a { background-color: rgb(26,13,29); }
div.DivClassName
{
background-color: #1A0D1D;
}
.BgClassName
{
background-color: #1A0D1D;
}
</style>
border-color css
<style>
span { border-color: #1A0D1D; }
span { border-color: rgb(26,13,29); }
td.TdClassName
{
border-color: #1A0D1D;
}
.TagClassName
{
border-color: #1A0D1D;
}
</style>