Shades of Blackcurrant #1A1024
Tints of Blackcurrant #1A1024
RGB
CMYK
RGB Variations
Color information
#1A1024 (or 0x1A1024) is known color: Blackcurrant. HEX triplet: 1A, 10 and 24. RGB value is (26,16,36). Sum of RGB (Red+Green+Blue) = 26+16+36=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 36 - color contains mainly: blue. Hex color #1A1024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1024 is #E5EFDB. Grayscale: #151515. Windows color (decimal): -15069148 or 2363418. OLE color: 2363418.
HSL color Cylindrical-coordinate representation of color #1A1024: hue angle of 270º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1A1024 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 16 | 36 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.86 |
| HSL | 270º | 0.38% | 0.1% | - |
| HSV(B) | 270º | 0.56% | 0.14% | - |
| XYZ | 0.93 | 0.72 | 1.76 | - |
| YUV | 21.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 36 | 0.28 | 0.56 | 0 | 0.86 | 270 | 0.38 | 0.1 |
| Hex | 1A | 10 | 24 | 1C | 38 | 0 | 56 | 10E | 26 | A |
| Octal | 32 | 20 | 44 | 34 | 70 | 0 | 126 | 416 | 46 | 12 |
| Binary | 11010 | 10000 | 100100 | 11100 | 111000 | 0 | 1010110 | 100001110 | 100110 | 1010 |
Color Harmonies of #1A1024
Complementary color
Monochromatic Colors of #1A1024
Black with #1A1024
Text Example
Text Example
White with #1A1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1024; }
p { color: rgb(26,16,36); }
H1.HeaderClassName
{
color: #1A1024;
}
.AnyTagClassName
{
color: #1A1024;
}
</style>
background-color css
<style>
a { background-color: #1A1024; }
a { background-color: rgb(26,16,36); }
div.DivClassName
{
background-color: #1A1024;
}
.BgClassName
{
background-color: #1A1024;
}
</style>
border-color css
<style>
span { border-color: #1A1024; }
span { border-color: rgb(26,16,36); }
td.TdClassName
{
border-color: #1A1024;
}
.TagClassName
{
border-color: #1A1024;
}
</style>