Shades of Blackcurrant #1A0121
Tints of Blackcurrant #1A0121
RGB
CMYK
RGB Variations
Color information
#1A0121 (or 0x1A0121) is known color: Blackcurrant. HEX triplet: 1A, 01 and 21. RGB value is (26,1,33). Sum of RGB (Red+Green+Blue) = 26+1+33=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #1A0121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0121 is #E5FEDE. Grayscale: #0C0C0C. Windows color (decimal): -15072991 or 2162970. OLE color: 2162970.
HSL color Cylindrical-coordinate representation of color #1A0121: hue angle of 286.88º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A0121 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 1 | 33 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.87 |
| HSL | 286.88º | 0.94% | 0.07% | - |
| HSV(B) | 286.88º | 0.97% | 0.13% | - |
| XYZ | 0.71 | 0.35 | 1.47 | - |
| YUV | 12.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 33 | 0.21 | 0.97 | 0 | 0.87 | 286.88 | 0.94 | 0.07 |
| Hex | 1A | 1 | 21 | 15 | 61 | 0 | 57 | 11F | 5E | 7 |
| Octal | 32 | 1 | 41 | 25 | 141 | 0 | 127 | 437 | 136 | 7 |
| Binary | 11010 | 1 | 100001 | 10101 | 1100001 | 0 | 1010111 | 100011111 | 1011110 | 111 |
Color Harmonies of #1A0121
Complementary color
Monochromatic Colors of #1A0121
Black with #1A0121
Text Example
Text Example
White with #1A0121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0121; }
p { color: rgb(26,1,33); }
H1.HeaderClassName
{
color: #1A0121;
}
.AnyTagClassName
{
color: #1A0121;
}
</style>
background-color css
<style>
a { background-color: #1A0121; }
a { background-color: rgb(26,1,33); }
div.DivClassName
{
background-color: #1A0121;
}
.BgClassName
{
background-color: #1A0121;
}
</style>
border-color css
<style>
span { border-color: #1A0121; }
span { border-color: rgb(26,1,33); }
td.TdClassName
{
border-color: #1A0121;
}
.TagClassName
{
border-color: #1A0121;
}
</style>