Shades of Blackcurrant #1A0530
Tints of Blackcurrant #1A0530
RGB
CMYK
RGB Variations
Color information
#1A0530 (or 0x1A0530) is known color: Blackcurrant. HEX triplet: 1A, 05 and 30. RGB value is (26,5,48). Sum of RGB (Red+Green+Blue) = 26+5+48=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #1A0530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0530 is #E5FACF. Grayscale: #101010. Windows color (decimal): -15071952 or 3147034. OLE color: 3147034.
HSL color Cylindrical-coordinate representation of color #1A0530: hue angle of 269.3º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0530 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 5 | 48 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.81 |
| HSL | 269.3º | 0.81% | 0.1% | - |
| HSV(B) | 269.3º | 0.9% | 0.19% | - |
| XYZ | 1.01 | 0.54 | 2.85 | - |
| YUV | 16.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 48 | 0.46 | 0.90 | 0 | 0.81 | 269.3 | 0.81 | 0.1 |
| Hex | 1A | 5 | 30 | 2E | 5A | 0 | 51 | 10D | 51 | A |
| Octal | 32 | 5 | 60 | 56 | 132 | 0 | 121 | 415 | 121 | 12 |
| Binary | 11010 | 101 | 110000 | 101110 | 1011010 | 0 | 1010001 | 100001101 | 1010001 | 1010 |
Color Harmonies of #1A0530
Complementary color
Monochromatic Colors of #1A0530
Black with #1A0530
Text Example
Text Example
White with #1A0530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0530; }
p { color: rgb(26,5,48); }
H1.HeaderClassName
{
color: #1A0530;
}
.AnyTagClassName
{
color: #1A0530;
}
</style>
background-color css
<style>
a { background-color: #1A0530; }
a { background-color: rgb(26,5,48); }
div.DivClassName
{
background-color: #1A0530;
}
.BgClassName
{
background-color: #1A0530;
}
</style>
border-color css
<style>
span { border-color: #1A0530; }
span { border-color: rgb(26,5,48); }
td.TdClassName
{
border-color: #1A0530;
}
.TagClassName
{
border-color: #1A0530;
}
</style>