Shades of Blackcurrant #1A141F
Tints of Blackcurrant #1A141F
RGB
CMYK
RGB Variations
Color information
#1A141F (or 0x1A141F) is known color: Blackcurrant. HEX triplet: 1A, 14 and 1F. RGB value is (26,20,31). Sum of RGB (Red+Green+Blue) = 26+20+31=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A141F is #E5EBE0. Grayscale: #171717. Windows color (decimal): -15068129 or 2036762. OLE color: 2036762.
HSL color Cylindrical-coordinate representation of color #1A141F: hue angle of 272.73º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1A141F is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 20 | 31 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.88 |
| HSL | 272.73º | 0.22% | 0.1% | - |
| HSV(B) | 272.73º | 0.35% | 0.12% | - |
| XYZ | 0.92 | 0.82 | 1.41 | - |
| YUV | 23.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 20 | 31 | 0.16 | 0.35 | 0 | 0.88 | 272.73 | 0.22 | 0.1 |
| Hex | 1A | 14 | 1F | 10 | 23 | 0 | 58 | 111 | 16 | A |
| Octal | 32 | 24 | 37 | 20 | 43 | 0 | 130 | 421 | 26 | 12 |
| Binary | 11010 | 10100 | 11111 | 10000 | 100011 | 0 | 1011000 | 100010001 | 10110 | 1010 |
Color Harmonies of #1A141F
Complementary color
Monochromatic Colors of #1A141F
Black with #1A141F
Text Example
Text Example
White with #1A141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A141F; }
p { color: rgb(26,20,31); }
H1.HeaderClassName
{
color: #1A141F;
}
.AnyTagClassName
{
color: #1A141F;
}
</style>
background-color css
<style>
a { background-color: #1A141F; }
a { background-color: rgb(26,20,31); }
div.DivClassName
{
background-color: #1A141F;
}
.BgClassName
{
background-color: #1A141F;
}
</style>
border-color css
<style>
span { border-color: #1A141F; }
span { border-color: rgb(26,20,31); }
td.TdClassName
{
border-color: #1A141F;
}
.TagClassName
{
border-color: #1A141F;
}
</style>