Shades of Blackcurrant #1A0038
Tints of Blackcurrant #1A0038
RGB
CMYK
RGB Variations
Color information
#1A0038 (or 0x1A0038) is known color: Blackcurrant. HEX triplet: 1A, 00 and 38. RGB value is (26,0,56). Sum of RGB (Red+Green+Blue) = 26+0+56=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #1A0038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0038 is #E5FFC7. Grayscale: #0D0D0D. Windows color (decimal): -15073224 or 3670042. OLE color: 3670042.
HSL color Cylindrical-coordinate representation of color #1A0038: hue angle of 267.86º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0038 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 0 | 56 | - |
| CMYK | 0.54 | 1 | 0 | 0.78 |
| HSL | 267.86º | 1% | 0.11% | - |
| HSV(B) | 267.86º | 1% | 0.22% | - |
| XYZ | 1.14 | 0.51 | 3.78 | - |
| YUV | 14.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 56 | 0.54 | 1 | 0 | 0.78 | 267.86 | 1 | 0.11 |
| Hex | 1A | 0 | 38 | 36 | 64 | 0 | 4E | 10C | 64 | B |
| Octal | 32 | 0 | 70 | 66 | 144 | 0 | 116 | 414 | 144 | 13 |
| Binary | 11010 | 0 | 111000 | 110110 | 1100100 | 0 | 1001110 | 100001100 | 1100100 | 1011 |
Color Harmonies of #1A0038
Complementary color
Monochromatic Colors of #1A0038
Black with #1A0038
Text Example
Text Example
White with #1A0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0038; }
p { color: rgb(26,0,56); }
H1.HeaderClassName
{
color: #1A0038;
}
.AnyTagClassName
{
color: #1A0038;
}
</style>
background-color css
<style>
a { background-color: #1A0038; }
a { background-color: rgb(26,0,56); }
div.DivClassName
{
background-color: #1A0038;
}
.BgClassName
{
background-color: #1A0038;
}
</style>
border-color css
<style>
span { border-color: #1A0038; }
span { border-color: rgb(26,0,56); }
td.TdClassName
{
border-color: #1A0038;
}
.TagClassName
{
border-color: #1A0038;
}
</style>