Shades of Blackcurrant #1A1423
Tints of Blackcurrant #1A1423
RGB
CMYK
RGB Variations
Color information
#1A1423 (or 0x1A1423) is known color: Blackcurrant. HEX triplet: 1A, 14 and 23. RGB value is (26,20,35). Sum of RGB (Red+Green+Blue) = 26+20+35=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 35 (14.06% from 255 or 43.21% from 81); Max value from RGB is 35 - color contains mainly: blue. Hex color #1A1423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1423 is #E5EBDC. Grayscale: #171717. Windows color (decimal): -15068125 or 2298906. OLE color: 2298906.
HSL color Cylindrical-coordinate representation of color #1A1423: hue angle of 264º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1A1423 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 20 | 35 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.86 |
| HSL | 264º | 0.27% | 0.11% | - |
| HSV(B) | 264º | 0.43% | 0.14% | - |
| XYZ | 0.98 | 0.84 | 1.7 | - |
| YUV | 23.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 20 | 35 | 0.26 | 0.43 | 0 | 0.86 | 264 | 0.27 | 0.11 |
| Hex | 1A | 14 | 23 | 1A | 2B | 0 | 56 | 108 | 1B | B |
| Octal | 32 | 24 | 43 | 32 | 53 | 0 | 126 | 410 | 33 | 13 |
| Binary | 11010 | 10100 | 100011 | 11010 | 101011 | 0 | 1010110 | 100001000 | 11011 | 1011 |
Color Harmonies of #1A1423
Complementary color
Monochromatic Colors of #1A1423
Black with #1A1423
Text Example
Text Example
White with #1A1423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1423; }
p { color: rgb(26,20,35); }
H1.HeaderClassName
{
color: #1A1423;
}
.AnyTagClassName
{
color: #1A1423;
}
</style>
background-color css
<style>
a { background-color: #1A1423; }
a { background-color: rgb(26,20,35); }
div.DivClassName
{
background-color: #1A1423;
}
.BgClassName
{
background-color: #1A1423;
}
</style>
border-color css
<style>
span { border-color: #1A1423; }
span { border-color: rgb(26,20,35); }
td.TdClassName
{
border-color: #1A1423;
}
.TagClassName
{
border-color: #1A1423;
}
</style>