Shades of Blackcurrant #1A0D31
Tints of Blackcurrant #1A0D31
RGB
CMYK
RGB Variations
Color information
#1A0D31 (or 0x1A0D31) is known color: Blackcurrant. HEX triplet: 1A, 0D and 31. RGB value is (26,13,49). Sum of RGB (Red+Green+Blue) = 26+13+49=88 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.55% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #1A0D31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0D31 is #E5F2CE. Grayscale: #141414. Windows color (decimal): -15069903 or 3214618. OLE color: 3214618.
HSL color Cylindrical-coordinate representation of color #1A0D31: hue angle of 261.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A0D31 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 13 | 49 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.81 |
| HSL | 261.67º | 0.58% | 0.12% | - |
| HSV(B) | 261.67º | 0.73% | 0.19% | - |
| XYZ | 1.12 | 0.73 | 2.99 | - |
| YUV | 20.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 13 | 49 | 0.47 | 0.73 | 0 | 0.81 | 261.67 | 0.58 | 0.12 |
| Hex | 1A | D | 31 | 2F | 49 | 0 | 51 | 106 | 3A | C |
| Octal | 32 | 15 | 61 | 57 | 111 | 0 | 121 | 406 | 72 | 14 |
| Binary | 11010 | 1101 | 110001 | 101111 | 1001001 | 0 | 1010001 | 100000110 | 111010 | 1100 |
Color Harmonies of #1A0D31
Complementary color
Monochromatic Colors of #1A0D31
Black with #1A0D31
Text Example
Text Example
White with #1A0D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0D31; }
p { color: rgb(26,13,49); }
H1.HeaderClassName
{
color: #1A0D31;
}
.AnyTagClassName
{
color: #1A0D31;
}
</style>
background-color css
<style>
a { background-color: #1A0D31; }
a { background-color: rgb(26,13,49); }
div.DivClassName
{
background-color: #1A0D31;
}
.BgClassName
{
background-color: #1A0D31;
}
</style>
border-color css
<style>
span { border-color: #1A0D31; }
span { border-color: rgb(26,13,49); }
td.TdClassName
{
border-color: #1A0D31;
}
.TagClassName
{
border-color: #1A0D31;
}
</style>