Shades of Blackcurrant #1A0631
Tints of Blackcurrant #1A0631
RGB
CMYK
RGB Variations
Color information
#1A0631 (or 0x1A0631) is known color: Blackcurrant. HEX triplet: 1A, 06 and 31. RGB value is (26,6,49). Sum of RGB (Red+Green+Blue) = 26+6+49=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #1A0631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0631 is #E5F9CE. Grayscale: #101010. Windows color (decimal): -15071695 or 3212826. OLE color: 3212826.
HSL color Cylindrical-coordinate representation of color #1A0631: hue angle of 267.91º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A0631 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 6 | 49 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.81 |
| HSL | 267.91º | 0.78% | 0.11% | - |
| HSV(B) | 267.91º | 0.88% | 0.19% | - |
| XYZ | 1.05 | 0.57 | 2.96 | - |
| YUV | 16.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 49 | 0.47 | 0.88 | 0 | 0.81 | 267.91 | 0.78 | 0.11 |
| Hex | 1A | 6 | 31 | 2F | 58 | 0 | 51 | 10C | 4E | B |
| Octal | 32 | 6 | 61 | 57 | 130 | 0 | 121 | 414 | 116 | 13 |
| Binary | 11010 | 110 | 110001 | 101111 | 1011000 | 0 | 1010001 | 100001100 | 1001110 | 1011 |
Color Harmonies of #1A0631
Complementary color
Monochromatic Colors of #1A0631
Black with #1A0631
Text Example
Text Example
White with #1A0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0631; }
p { color: rgb(26,6,49); }
H1.HeaderClassName
{
color: #1A0631;
}
.AnyTagClassName
{
color: #1A0631;
}
</style>
background-color css
<style>
a { background-color: #1A0631; }
a { background-color: rgb(26,6,49); }
div.DivClassName
{
background-color: #1A0631;
}
.BgClassName
{
background-color: #1A0631;
}
</style>
border-color css
<style>
span { border-color: #1A0631; }
span { border-color: rgb(26,6,49); }
td.TdClassName
{
border-color: #1A0631;
}
.TagClassName
{
border-color: #1A0631;
}
</style>