Shades of Blackcurrant #1A151F
Tints of Blackcurrant #1A151F
RGB
CMYK
RGB Variations
Color information
#1A151F (or 0x1A151F) is known color: Blackcurrant. HEX triplet: 1A, 15 and 1F. RGB value is (26,21,31). Sum of RGB (Red+Green+Blue) = 26+21+31=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A151F is #E5EAE0. Grayscale: #171717. Windows color (decimal): -15067873 or 2037018. OLE color: 2037018.
HSL color Cylindrical-coordinate representation of color #1A151F: hue angle of 270º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1A151F is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 21 | 31 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.88 |
| HSL | 270º | 0.19% | 0.1% | - |
| HSV(B) | 270º | 0.32% | 0.12% | - |
| XYZ | 0.94 | 0.85 | 1.41 | - |
| YUV | 23.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 31 | 0.16 | 0.32 | 0 | 0.88 | 270 | 0.19 | 0.1 |
| Hex | 1A | 15 | 1F | 10 | 20 | 0 | 58 | 10E | 13 | A |
| Octal | 32 | 25 | 37 | 20 | 40 | 0 | 130 | 416 | 23 | 12 |
| Binary | 11010 | 10101 | 11111 | 10000 | 100000 | 0 | 1011000 | 100001110 | 10011 | 1010 |
Color Harmonies of #1A151F
Complementary color
Monochromatic Colors of #1A151F
Black with #1A151F
Text Example
Text Example
White with #1A151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A151F; }
p { color: rgb(26,21,31); }
H1.HeaderClassName
{
color: #1A151F;
}
.AnyTagClassName
{
color: #1A151F;
}
</style>
background-color css
<style>
a { background-color: #1A151F; }
a { background-color: rgb(26,21,31); }
div.DivClassName
{
background-color: #1A151F;
}
.BgClassName
{
background-color: #1A151F;
}
</style>
border-color css
<style>
span { border-color: #1A151F; }
span { border-color: rgb(26,21,31); }
td.TdClassName
{
border-color: #1A151F;
}
.TagClassName
{
border-color: #1A151F;
}
</style>