Shades of Blackcurrant #1A151B
Tints of Blackcurrant #1A151B
RGB
CMYK
RGB Variations
Color information
#1A151B (or 0x1A151B) is known color: Blackcurrant. HEX triplet: 1A, 15 and 1B. RGB value is (26,21,27). Sum of RGB (Red+Green+Blue) = 26+21+27=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A151B is #E5EAE4. Grayscale: #171717. Windows color (decimal): -15067877 or 1774874. OLE color: 1774874.
HSL color Cylindrical-coordinate representation of color #1A151B: hue angle of 290º degrees, saturation: 0.12, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1A151B is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 26 | 21 | 27 | - |
CMYK | 0.04 | 0.22 | 0 | 0.89 |
HSL | 290º | 0.13% | 0.09% | - |
HSV(B) | 290º | 0.22% | 0.11% | - |
XYZ | 0.89 | 0.84 | 1.15 | - |
YUV | 23.18 | 130.16 | 130.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 21 | 27 | 0.04 | 0.22 | 0 | 0.89 | 290 | 0.13 | 0.09 |
Hex | 1A | 15 | 1B | 4 | 16 | 0 | 59 | 122 | C | 9 |
Octal | 32 | 25 | 33 | 4 | 26 | 0 | 131 | 442 | 14 | 11 |
Binary | 11010 | 10101 | 11011 | 100 | 10110 | 0 | 1011001 | 100100010 | 1100 | 1001 |
Color Harmonies of #1A151B
Complementary color
Monochromatic Colors of #1A151B
Black with #1A151B
Text Example
Text Example
White with #1A151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A151B; }
p { color: rgb(26,21,27); }
H1.HeaderClassName
{
color: #1A151B;
}
.AnyTagClassName
{
color: #1A151B;
}
</style>
background-color css
<style>
a { background-color: #1A151B; }
a { background-color: rgb(26,21,27); }
div.DivClassName
{
background-color: #1A151B;
}
.BgClassName
{
background-color: #1A151B;
}
</style>
border-color css
<style>
span { border-color: #1A151B; }
span { border-color: rgb(26,21,27); }
td.TdClassName
{
border-color: #1A151B;
}
.TagClassName
{
border-color: #1A151B;
}
</style>