Shades of Blackcurrant #1A071F
Tints of Blackcurrant #1A071F
RGB
CMYK
RGB Variations
Color information
#1A071F (or 0x1A071F) is known color: Blackcurrant. HEX triplet: 1A, 07 and 1F. RGB value is (26,7,31). Sum of RGB (Red+Green+Blue) = 26+7+31=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A071F is #E5F8E0. Grayscale: #0F0F0F. Windows color (decimal): -15071457 or 2033434. OLE color: 2033434.
HSL color Cylindrical-coordinate representation of color #1A071F: hue angle of 287.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A071F is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 7 | 31 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.88 |
| HSL | 287.5º | 0.63% | 0.07% | - |
| HSV(B) | 287.5º | 0.77% | 0.12% | - |
| XYZ | 0.75 | 0.47 | 1.35 | - |
| YUV | 15.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 31 | 0.16 | 0.77 | 0 | 0.88 | 287.5 | 0.63 | 0.07 |
| Hex | 1A | 7 | 1F | 10 | 4D | 0 | 58 | 120 | 3F | 7 |
| Octal | 32 | 7 | 37 | 20 | 115 | 0 | 130 | 440 | 77 | 7 |
| Binary | 11010 | 111 | 11111 | 10000 | 1001101 | 0 | 1011000 | 100100000 | 111111 | 111 |
Color Harmonies of #1A071F
Complementary color
Monochromatic Colors of #1A071F
Black with #1A071F
Text Example
Text Example
White with #1A071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A071F; }
p { color: rgb(26,7,31); }
H1.HeaderClassName
{
color: #1A071F;
}
.AnyTagClassName
{
color: #1A071F;
}
</style>
background-color css
<style>
a { background-color: #1A071F; }
a { background-color: rgb(26,7,31); }
div.DivClassName
{
background-color: #1A071F;
}
.BgClassName
{
background-color: #1A071F;
}
</style>
border-color css
<style>
span { border-color: #1A071F; }
span { border-color: rgb(26,7,31); }
td.TdClassName
{
border-color: #1A071F;
}
.TagClassName
{
border-color: #1A071F;
}
</style>