Shades of Blackcurrant #1A0137
Tints of Blackcurrant #1A0137
RGB
CMYK
RGB Variations
Color information
#1A0137 (or 0x1A0137) is known color: Blackcurrant. HEX triplet: 1A, 01 and 37. RGB value is (26,1,55). Sum of RGB (Red+Green+Blue) = 26+1+55=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 55 (21.88% from 255 or 67.07% from 82); Max value from RGB is 55 - color contains mainly: blue. Hex color #1A0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0137 is #E5FEC8. Grayscale: #0E0E0E. Windows color (decimal): -15072969 or 3604762. OLE color: 3604762.
HSL color Cylindrical-coordinate representation of color #1A0137: hue angle of 267.78º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A0137 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 1 | 55 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.78 |
| HSL | 267.78º | 0.96% | 0.11% | - |
| HSV(B) | 267.78º | 0.98% | 0.22% | - |
| XYZ | 1.13 | 0.52 | 3.65 | - |
| YUV | 14.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 55 | 0.53 | 0.98 | 0 | 0.78 | 267.78 | 0.96 | 0.11 |
| Hex | 1A | 1 | 37 | 35 | 62 | 0 | 4E | 10C | 60 | B |
| Octal | 32 | 1 | 67 | 65 | 142 | 0 | 116 | 414 | 140 | 13 |
| Binary | 11010 | 1 | 110111 | 110101 | 1100010 | 0 | 1001110 | 100001100 | 1100000 | 1011 |
Color Harmonies of #1A0137
Complementary color
Monochromatic Colors of #1A0137
Black with #1A0137
Text Example
Text Example
White with #1A0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0137; }
p { color: rgb(26,1,55); }
H1.HeaderClassName
{
color: #1A0137;
}
.AnyTagClassName
{
color: #1A0137;
}
</style>
background-color css
<style>
a { background-color: #1A0137; }
a { background-color: rgb(26,1,55); }
div.DivClassName
{
background-color: #1A0137;
}
.BgClassName
{
background-color: #1A0137;
}
</style>
border-color css
<style>
span { border-color: #1A0137; }
span { border-color: rgb(26,1,55); }
td.TdClassName
{
border-color: #1A0137;
}
.TagClassName
{
border-color: #1A0137;
}
</style>