Shades of Blackcurrant #1A1320
Tints of Blackcurrant #1A1320
RGB
CMYK
RGB Variations
Color information
#1A1320 (or 0x1A1320) is known color: Blackcurrant. HEX triplet: 1A, 13 and 20. RGB value is (26,19,32). Sum of RGB (Red+Green+Blue) = 26+19+32=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 32 - color contains mainly: blue. Hex color #1A1320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1320 is #E5ECDF. Grayscale: #161616. Windows color (decimal): -15068384 or 2102042. OLE color: 2102042.
HSL color Cylindrical-coordinate representation of color #1A1320: hue angle of 272.31º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1A1320 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 19 | 32 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.87 |
| HSL | 272.31º | 0.25% | 0.1% | - |
| HSV(B) | 272.31º | 0.41% | 0.13% | - |
| XYZ | 0.92 | 0.79 | 1.47 | - |
| YUV | 22.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 32 | 0.19 | 0.41 | 0 | 0.87 | 272.31 | 0.25 | 0.1 |
| Hex | 1A | 13 | 20 | 13 | 29 | 0 | 57 | 110 | 19 | A |
| Octal | 32 | 23 | 40 | 23 | 51 | 0 | 127 | 420 | 31 | 12 |
| Binary | 11010 | 10011 | 100000 | 10011 | 101001 | 0 | 1010111 | 100010000 | 11001 | 1010 |
Color Harmonies of #1A1320
Complementary color
Monochromatic Colors of #1A1320
Black with #1A1320
Text Example
Text Example
White with #1A1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1320; }
p { color: rgb(26,19,32); }
H1.HeaderClassName
{
color: #1A1320;
}
.AnyTagClassName
{
color: #1A1320;
}
</style>
background-color css
<style>
a { background-color: #1A1320; }
a { background-color: rgb(26,19,32); }
div.DivClassName
{
background-color: #1A1320;
}
.BgClassName
{
background-color: #1A1320;
}
</style>
border-color css
<style>
span { border-color: #1A1320; }
span { border-color: rgb(26,19,32); }
td.TdClassName
{
border-color: #1A1320;
}
.TagClassName
{
border-color: #1A1320;
}
</style>