Shades of Blackcurrant #1A0A38
Tints of Blackcurrant #1A0A38
RGB
CMYK
RGB Variations
Color information
#1A0A38 (or 0x1A0A38) is known color: Blackcurrant. HEX triplet: 1A, 0A and 38. RGB value is (26,10,56). Sum of RGB (Red+Green+Blue) = 26+10+56=92 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.26% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 56 (22.27% from 255 or 60.87% from 92); Max value from RGB is 56 - color contains mainly: blue. Hex color #1A0A38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0A38 is #E5F5C7. Grayscale: #131313. Windows color (decimal): -15070664 or 3672602. OLE color: 3672602.
HSL color Cylindrical-coordinate representation of color #1A0A38: hue angle of 260.87º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A0A38 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 10 | 56 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.78 |
| HSL | 260.87º | 0.7% | 0.13% | - |
| HSV(B) | 260.87º | 0.82% | 0.22% | - |
| XYZ | 1.25 | 0.72 | 3.81 | - |
| YUV | 20.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 56 | 0.54 | 0.82 | 0 | 0.78 | 260.87 | 0.7 | 0.13 |
| Hex | 1A | A | 38 | 36 | 52 | 0 | 4E | 105 | 46 | D |
| Octal | 32 | 12 | 70 | 66 | 122 | 0 | 116 | 405 | 106 | 15 |
| Binary | 11010 | 1010 | 111000 | 110110 | 1010010 | 0 | 1001110 | 100000101 | 1000110 | 1101 |
Color Harmonies of #1A0A38
Complementary color
Monochromatic Colors of #1A0A38
Black with #1A0A38
Text Example
Text Example
White with #1A0A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A38; }
p { color: rgb(26,10,56); }
H1.HeaderClassName
{
color: #1A0A38;
}
.AnyTagClassName
{
color: #1A0A38;
}
</style>
background-color css
<style>
a { background-color: #1A0A38; }
a { background-color: rgb(26,10,56); }
div.DivClassName
{
background-color: #1A0A38;
}
.BgClassName
{
background-color: #1A0A38;
}
</style>
border-color css
<style>
span { border-color: #1A0A38; }
span { border-color: rgb(26,10,56); }
td.TdClassName
{
border-color: #1A0A38;
}
.TagClassName
{
border-color: #1A0A38;
}
</style>