Shades of Blackcurrant #1A0533
Tints of Blackcurrant #1A0533
RGB
CMYK
RGB Variations
Color information
#1A0533 (or 0x1A0533) is known color: Blackcurrant. HEX triplet: 1A, 05 and 33. RGB value is (26,5,51). Sum of RGB (Red+Green+Blue) = 26+5+51=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 51 (20.31% from 255 or 62.20% from 82); Max value from RGB is 51 - color contains mainly: blue. Hex color #1A0533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0533 is #E5FACC. Grayscale: #101010. Windows color (decimal): -15071949 or 3343642. OLE color: 3343642.
HSL color Cylindrical-coordinate representation of color #1A0533: hue angle of 267.39º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0533 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 26 | 5 | 51 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.8 |
| HSL | 267.39º | 0.82% | 0.11% | - |
| HSV(B) | 267.39º | 0.9% | 0.2% | - |
| XYZ | 1.08 | 0.57 | 3.18 | - |
| YUV | 16.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 51 | 0.49 | 0.90 | 0 | 0.8 | 267.39 | 0.82 | 0.11 |
| Hex | 1A | 5 | 33 | 31 | 5A | 0 | 50 | 10B | 52 | B |
| Octal | 32 | 5 | 63 | 61 | 132 | 0 | 120 | 413 | 122 | 13 |
| Binary | 11010 | 101 | 110011 | 110001 | 1011010 | 0 | 1010000 | 100001011 | 1010010 | 1011 |
Color Harmonies of #1A0533
Complementary color
Monochromatic Colors of #1A0533
Black with #1A0533
Text Example
Text Example
White with #1A0533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0533; }
p { color: rgb(26,5,51); }
H1.HeaderClassName
{
color: #1A0533;
}
.AnyTagClassName
{
color: #1A0533;
}
</style>
background-color css
<style>
a { background-color: #1A0533; }
a { background-color: rgb(26,5,51); }
div.DivClassName
{
background-color: #1A0533;
}
.BgClassName
{
background-color: #1A0533;
}
</style>
border-color css
<style>
span { border-color: #1A0533; }
span { border-color: rgb(26,5,51); }
td.TdClassName
{
border-color: #1A0533;
}
.TagClassName
{
border-color: #1A0533;
}
</style>