Shades of Blackcurrant #1A0731
Tints of Blackcurrant #1A0731
RGB
CMYK
RGB Variations
Color information
#1A0731 (or 0x1A0731) is known color: Blackcurrant. HEX triplet: 1A, 07 and 31. RGB value is (26,7,49). Sum of RGB (Red+Green+Blue) = 26+7+49=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #1A0731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0731 is #E5F8CE. Grayscale: #111111. Windows color (decimal): -15071439 or 3213082. OLE color: 3213082.
HSL color Cylindrical-coordinate representation of color #1A0731: hue angle of 267.14º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A0731 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 7 | 49 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.81 |
| HSL | 267.14º | 0.75% | 0.11% | - |
| HSV(B) | 267.14º | 0.86% | 0.19% | - |
| XYZ | 1.06 | 0.59 | 2.96 | - |
| YUV | 17.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 49 | 0.47 | 0.86 | 0 | 0.81 | 267.14 | 0.75 | 0.11 |
| Hex | 1A | 7 | 31 | 2F | 56 | 0 | 51 | 10B | 4B | B |
| Octal | 32 | 7 | 61 | 57 | 126 | 0 | 121 | 413 | 113 | 13 |
| Binary | 11010 | 111 | 110001 | 101111 | 1010110 | 0 | 1010001 | 100001011 | 1001011 | 1011 |
Color Harmonies of #1A0731
Complementary color
Monochromatic Colors of #1A0731
Black with #1A0731
Text Example
Text Example
White with #1A0731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0731; }
p { color: rgb(26,7,49); }
H1.HeaderClassName
{
color: #1A0731;
}
.AnyTagClassName
{
color: #1A0731;
}
</style>
background-color css
<style>
a { background-color: #1A0731; }
a { background-color: rgb(26,7,49); }
div.DivClassName
{
background-color: #1A0731;
}
.BgClassName
{
background-color: #1A0731;
}
</style>
border-color css
<style>
span { border-color: #1A0731; }
span { border-color: rgb(26,7,49); }
td.TdClassName
{
border-color: #1A0731;
}
.TagClassName
{
border-color: #1A0731;
}
</style>