Shades of Blackcurrant #1A0729
Tints of Blackcurrant #1A0729
RGB
CMYK
RGB Variations
Color information
#1A0729 (or 0x1A0729) is known color: Blackcurrant. HEX triplet: 1A, 07 and 29. RGB value is (26,7,41). Sum of RGB (Red+Green+Blue) = 26+7+41=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 41 (16.41% from 255 or 55.41% from 74); Max value from RGB is 41 - color contains mainly: blue. Hex color #1A0729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0729 is #E5F8D6. Grayscale: #101010. Windows color (decimal): -15071447 or 2688794. OLE color: 2688794.
HSL color Cylindrical-coordinate representation of color #1A0729: hue angle of 273.53º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A0729 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 7 | 41 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.84 |
| HSL | 273.53º | 0.71% | 0.09% | - |
| HSV(B) | 273.53º | 0.83% | 0.16% | - |
| XYZ | 0.9 | 0.53 | 2.15 | - |
| YUV | 16.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 41 | 0.37 | 0.83 | 0 | 0.84 | 273.53 | 0.71 | 0.09 |
| Hex | 1A | 7 | 29 | 25 | 53 | 0 | 54 | 112 | 47 | 9 |
| Octal | 32 | 7 | 51 | 45 | 123 | 0 | 124 | 422 | 107 | 11 |
| Binary | 11010 | 111 | 101001 | 100101 | 1010011 | 0 | 1010100 | 100010010 | 1000111 | 1001 |
Color Harmonies of #1A0729
Complementary color
Monochromatic Colors of #1A0729
Black with #1A0729
Text Example
Text Example
White with #1A0729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0729; }
p { color: rgb(26,7,41); }
H1.HeaderClassName
{
color: #1A0729;
}
.AnyTagClassName
{
color: #1A0729;
}
</style>
background-color css
<style>
a { background-color: #1A0729; }
a { background-color: rgb(26,7,41); }
div.DivClassName
{
background-color: #1A0729;
}
.BgClassName
{
background-color: #1A0729;
}
</style>
border-color css
<style>
span { border-color: #1A0729; }
span { border-color: rgb(26,7,41); }
td.TdClassName
{
border-color: #1A0729;
}
.TagClassName
{
border-color: #1A0729;
}
</style>