Shades of Blackcurrant #1A001F
Tints of Blackcurrant #1A001F
RGB
CMYK
RGB Variations
Color information
#1A001F (or 0x1A001F) is known color: Blackcurrant. HEX triplet: 1A, 00 and 1F. RGB value is (26,0,31). Sum of RGB (Red+Green+Blue) = 26+0+31=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A001F is #E5FFE0. Grayscale: #0B0B0B. Windows color (decimal): -15073249 or 2031642. OLE color: 2031642.
HSL color Cylindrical-coordinate representation of color #1A001F: hue angle of 290.32º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A001F is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 0 | 31 | - |
| CMYK | 0.16 | 1 | 0 | 0.88 |
| HSL | 290.32º | 1% | 0.06% | - |
| HSV(B) | 290.32º | 1% | 0.12% | - |
| XYZ | 0.67 | 0.32 | 1.32 | - |
| YUV | 11.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 31 | 0.16 | 1 | 0 | 0.88 | 290.32 | 1 | 0.06 |
| Hex | 1A | 0 | 1F | 10 | 64 | 0 | 58 | 122 | 64 | 6 |
| Octal | 32 | 0 | 37 | 20 | 144 | 0 | 130 | 442 | 144 | 6 |
| Binary | 11010 | 0 | 11111 | 10000 | 1100100 | 0 | 1011000 | 100100010 | 1100100 | 110 |
Color Harmonies of #1A001F
Complementary color
Monochromatic Colors of #1A001F
Black with #1A001F
Text Example
Text Example
White with #1A001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A001F; }
p { color: rgb(26,0,31); }
H1.HeaderClassName
{
color: #1A001F;
}
.AnyTagClassName
{
color: #1A001F;
}
</style>
background-color css
<style>
a { background-color: #1A001F; }
a { background-color: rgb(26,0,31); }
div.DivClassName
{
background-color: #1A001F;
}
.BgClassName
{
background-color: #1A001F;
}
</style>
border-color css
<style>
span { border-color: #1A001F; }
span { border-color: rgb(26,0,31); }
td.TdClassName
{
border-color: #1A001F;
}
.TagClassName
{
border-color: #1A001F;
}
</style>