Shades of Blackcurrant #1A0432
Tints of Blackcurrant #1A0432
RGB
CMYK
RGB Variations
Color information
#1A0432 (or 0x1A0432) is known color: Blackcurrant. HEX triplet: 1A, 04 and 32. RGB value is (26,4,50). Sum of RGB (Red+Green+Blue) = 26+4+50=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #1A0432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0432 is #E5FBCD. Grayscale: #0F0F0F. Windows color (decimal): -15072206 or 3277850. OLE color: 3277850.
HSL color Cylindrical-coordinate representation of color #1A0432: hue angle of 268.7º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A0432 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 4 | 50 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.80 |
| HSL | 268.7º | 0.85% | 0.11% | - |
| HSV(B) | 268.7º | 0.92% | 0.2% | - |
| XYZ | 1.05 | 0.54 | 3.07 | - |
| YUV | 15.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 50 | 0.48 | 0.92 | 0 | 0.80 | 268.7 | 0.85 | 0.11 |
| Hex | 1A | 4 | 32 | 30 | 5C | 0 | 50 | 10D | 55 | B |
| Octal | 32 | 4 | 62 | 60 | 134 | 0 | 120 | 415 | 125 | 13 |
| Binary | 11010 | 100 | 110010 | 110000 | 1011100 | 0 | 1010000 | 100001101 | 1010101 | 1011 |
Color Harmonies of #1A0432
Complementary color
Monochromatic Colors of #1A0432
Black with #1A0432
Text Example
Text Example
White with #1A0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0432; }
p { color: rgb(26,4,50); }
H1.HeaderClassName
{
color: #1A0432;
}
.AnyTagClassName
{
color: #1A0432;
}
</style>
background-color css
<style>
a { background-color: #1A0432; }
a { background-color: rgb(26,4,50); }
div.DivClassName
{
background-color: #1A0432;
}
.BgClassName
{
background-color: #1A0432;
}
</style>
border-color css
<style>
span { border-color: #1A0432; }
span { border-color: rgb(26,4,50); }
td.TdClassName
{
border-color: #1A0432;
}
.TagClassName
{
border-color: #1A0432;
}
</style>