Shades of Blackcurrant #1A191B
Tints of Blackcurrant #1A191B
RGB
CMYK
RGB Variations
Color information
#1A191B (or 0x1A191B) is known color: Blackcurrant. HEX triplet: 1A, 19 and 1B. RGB value is (26,25,27). Sum of RGB (Red+Green+Blue) = 26+25+27=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A191B is #E5E6E4. Grayscale: #191919. Windows color (decimal): -15066853 or 1775898. OLE color: 1775898.
HSL color Cylindrical-coordinate representation of color #1A191B: hue angle of 270º degrees, saturation: 0.04, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #1A191B is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 26 | 25 | 27 | - |
CMYK | 0.04 | 0.07 | 0 | 0.89 |
HSL | 270º | 0.04% | 0.1% | - |
HSV(B) | 270º | 0.07% | 0.11% | - |
XYZ | 0.97 | 0.99 | 1.18 | - |
YUV | 25.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 25 | 27 | 0.04 | 0.07 | 0 | 0.89 | 270 | 0.04 | 0.1 |
Hex | 1A | 19 | 1B | 4 | 7 | 0 | 59 | 10E | 4 | A |
Octal | 32 | 31 | 33 | 4 | 7 | 0 | 131 | 416 | 4 | 12 |
Binary | 11010 | 11001 | 11011 | 100 | 111 | 0 | 1011001 | 100001110 | 100 | 1010 |
Color Harmonies of #1A191B
Complementary color
Monochromatic Colors of #1A191B
Black with #1A191B
Text Example
Text Example
White with #1A191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A191B; }
p { color: rgb(26,25,27); }
H1.HeaderClassName
{
color: #1A191B;
}
.AnyTagClassName
{
color: #1A191B;
}
</style>
background-color css
<style>
a { background-color: #1A191B; }
a { background-color: rgb(26,25,27); }
div.DivClassName
{
background-color: #1A191B;
}
.BgClassName
{
background-color: #1A191B;
}
</style>
border-color css
<style>
span { border-color: #1A191B; }
span { border-color: rgb(26,25,27); }
td.TdClassName
{
border-color: #1A191B;
}
.TagClassName
{
border-color: #1A191B;
}
</style>