Shades of Blackcurrant #1A0321
Tints of Blackcurrant #1A0321
RGB
CMYK
RGB Variations
Color information
#1A0321 (or 0x1A0321) is known color: Blackcurrant. HEX triplet: 1A, 03 and 21. RGB value is (26,3,33). Sum of RGB (Red+Green+Blue) = 26+3+33=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 33 (13.28% from 255 or 53.23% from 62); Max value from RGB is 33 - color contains mainly: blue. Hex color #1A0321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0321 is #E5FCDE. Grayscale: #0D0D0D. Windows color (decimal): -15072479 or 2163482. OLE color: 2163482.
HSL color Cylindrical-coordinate representation of color #1A0321: hue angle of 286º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A0321 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 3 | 33 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.87 |
| HSL | 286º | 0.83% | 0.07% | - |
| HSV(B) | 286º | 0.91% | 0.13% | - |
| XYZ | 0.73 | 0.39 | 1.48 | - |
| YUV | 13.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 33 | 0.21 | 0.91 | 0 | 0.87 | 286 | 0.83 | 0.07 |
| Hex | 1A | 3 | 21 | 15 | 5B | 0 | 57 | 11E | 53 | 7 |
| Octal | 32 | 3 | 41 | 25 | 133 | 0 | 127 | 436 | 123 | 7 |
| Binary | 11010 | 11 | 100001 | 10101 | 1011011 | 0 | 1010111 | 100011110 | 1010011 | 111 |
Color Harmonies of #1A0321
Complementary color
Monochromatic Colors of #1A0321
Black with #1A0321
Text Example
Text Example
White with #1A0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0321; }
p { color: rgb(26,3,33); }
H1.HeaderClassName
{
color: #1A0321;
}
.AnyTagClassName
{
color: #1A0321;
}
</style>
background-color css
<style>
a { background-color: #1A0321; }
a { background-color: rgb(26,3,33); }
div.DivClassName
{
background-color: #1A0321;
}
.BgClassName
{
background-color: #1A0321;
}
</style>
border-color css
<style>
span { border-color: #1A0321; }
span { border-color: rgb(26,3,33); }
td.TdClassName
{
border-color: #1A0321;
}
.TagClassName
{
border-color: #1A0321;
}
</style>