Shades of Blackcurrant #1A061F
Tints of Blackcurrant #1A061F
RGB
CMYK
RGB Variations
Color information
#1A061F (or 0x1A061F) is known color: Blackcurrant. HEX triplet: 1A, 06 and 1F. RGB value is (26,6,31). Sum of RGB (Red+Green+Blue) = 26+6+31=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A061F is #E5F9E0. Grayscale: #0E0E0E. Windows color (decimal): -15071713 or 2033178. OLE color: 2033178.
HSL color Cylindrical-coordinate representation of color #1A061F: hue angle of 288º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A061F is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 6 | 31 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.88 |
| HSL | 288º | 0.68% | 0.07% | - |
| HSV(B) | 288º | 0.81% | 0.12% | - |
| XYZ | 0.74 | 0.45 | 1.34 | - |
| YUV | 14.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 31 | 0.16 | 0.81 | 0 | 0.88 | 288 | 0.68 | 0.07 |
| Hex | 1A | 6 | 1F | 10 | 51 | 0 | 58 | 120 | 44 | 7 |
| Octal | 32 | 6 | 37 | 20 | 121 | 0 | 130 | 440 | 104 | 7 |
| Binary | 11010 | 110 | 11111 | 10000 | 1010001 | 0 | 1011000 | 100100000 | 1000100 | 111 |
Color Harmonies of #1A061F
Complementary color
Monochromatic Colors of #1A061F
Black with #1A061F
Text Example
Text Example
White with #1A061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A061F; }
p { color: rgb(26,6,31); }
H1.HeaderClassName
{
color: #1A061F;
}
.AnyTagClassName
{
color: #1A061F;
}
</style>
background-color css
<style>
a { background-color: #1A061F; }
a { background-color: rgb(26,6,31); }
div.DivClassName
{
background-color: #1A061F;
}
.BgClassName
{
background-color: #1A061F;
}
</style>
border-color css
<style>
span { border-color: #1A061F; }
span { border-color: rgb(26,6,31); }
td.TdClassName
{
border-color: #1A061F;
}
.TagClassName
{
border-color: #1A061F;
}
</style>