Shades of Blackcurrant #1A011F
Tints of Blackcurrant #1A011F
RGB
CMYK
RGB Variations
Color information
#1A011F (or 0x1A011F) is known color: Blackcurrant. HEX triplet: 1A, 01 and 1F. RGB value is (26,1,31). Sum of RGB (Red+Green+Blue) = 26+1+31=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A011F is #E5FEE0. Grayscale: #0B0B0B. Windows color (decimal): -15072993 or 2031898. OLE color: 2031898.
HSL color Cylindrical-coordinate representation of color #1A011F: hue angle of 290º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A011F is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 1 | 31 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.88 |
| HSL | 290º | 0.94% | 0.06% | - |
| HSV(B) | 290º | 0.97% | 0.12% | - |
| XYZ | 0.68 | 0.34 | 1.33 | - |
| YUV | 11.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 31 | 0.16 | 0.97 | 0 | 0.88 | 290 | 0.94 | 0.06 |
| Hex | 1A | 1 | 1F | 10 | 61 | 0 | 58 | 122 | 5E | 6 |
| Octal | 32 | 1 | 37 | 20 | 141 | 0 | 130 | 442 | 136 | 6 |
| Binary | 11010 | 1 | 11111 | 10000 | 1100001 | 0 | 1011000 | 100100010 | 1011110 | 110 |
Color Harmonies of #1A011F
Complementary color
Monochromatic Colors of #1A011F
Black with #1A011F
Text Example
Text Example
White with #1A011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A011F; }
p { color: rgb(26,1,31); }
H1.HeaderClassName
{
color: #1A011F;
}
.AnyTagClassName
{
color: #1A011F;
}
</style>
background-color css
<style>
a { background-color: #1A011F; }
a { background-color: rgb(26,1,31); }
div.DivClassName
{
background-color: #1A011F;
}
.BgClassName
{
background-color: #1A011F;
}
</style>
border-color css
<style>
span { border-color: #1A011F; }
span { border-color: rgb(26,1,31); }
td.TdClassName
{
border-color: #1A011F;
}
.TagClassName
{
border-color: #1A011F;
}
</style>