Shades of Blackcurrant #1A0138
Tints of Blackcurrant #1A0138
RGB
CMYK
RGB Variations
Color information
#1A0138 (or 0x1A0138) is known color: Blackcurrant. HEX triplet: 1A, 01 and 38. RGB value is (26,1,56). Sum of RGB (Red+Green+Blue) = 26+1+56=83 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.33% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 56 (22.27% from 255 or 67.47% from 83); Max value from RGB is 56 - color contains mainly: blue. Hex color #1A0138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0138 is #E5FEC7. Grayscale: #0E0E0E. Windows color (decimal): -15072968 or 3670298. OLE color: 3670298.
HSL color Cylindrical-coordinate representation of color #1A0138: hue angle of 267.27º 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 #1A0138 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 1 | 56 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.78 |
| HSL | 267.27º | 0.96% | 0.11% | - |
| HSV(B) | 267.27º | 0.98% | 0.22% | - |
| XYZ | 1.15 | 0.53 | 3.78 | - |
| YUV | 14.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 56 | 0.54 | 0.98 | 0 | 0.78 | 267.27 | 0.96 | 0.11 |
| Hex | 1A | 1 | 38 | 36 | 62 | 0 | 4E | 10B | 60 | B |
| Octal | 32 | 1 | 70 | 66 | 142 | 0 | 116 | 413 | 140 | 13 |
| Binary | 11010 | 1 | 111000 | 110110 | 1100010 | 0 | 1001110 | 100001011 | 1100000 | 1011 |
Color Harmonies of #1A0138
Complementary color
Monochromatic Colors of #1A0138
Black with #1A0138
Text Example
Text Example
White with #1A0138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0138; }
p { color: rgb(26,1,56); }
H1.HeaderClassName
{
color: #1A0138;
}
.AnyTagClassName
{
color: #1A0138;
}
</style>
background-color css
<style>
a { background-color: #1A0138; }
a { background-color: rgb(26,1,56); }
div.DivClassName
{
background-color: #1A0138;
}
.BgClassName
{
background-color: #1A0138;
}
</style>
border-color css
<style>
span { border-color: #1A0138; }
span { border-color: rgb(26,1,56); }
td.TdClassName
{
border-color: #1A0138;
}
.TagClassName
{
border-color: #1A0138;
}
</style>