Shades of Blackcurrant #1A002C
Tints of Blackcurrant #1A002C
RGB
CMYK
RGB Variations
Color information
#1A002C (or 0x1A002C) is known color: Blackcurrant. HEX triplet: 1A, 00 and 2C. RGB value is (26,0,44). Sum of RGB (Red+Green+Blue) = 26+0+44=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 44 (17.58% from 255 or 62.86% from 70); Max value from RGB is 44 - color contains mainly: blue. Hex color #1A002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A002C is #E5FFD3. Grayscale: #0C0C0C. Windows color (decimal): -15073236 or 2883610. OLE color: 2883610.
HSL color Cylindrical-coordinate representation of color #1A002C: hue angle of 275.45º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A002C is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 0 | 44 | - |
| CMYK | 0.41 | 1 | 0 | 0.83 |
| HSL | 275.45º | 1% | 0.09% | - |
| HSV(B) | 275.45º | 1% | 0.17% | - |
| XYZ | 0.88 | 0.4 | 2.41 | - |
| YUV | 12.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 44 | 0.41 | 1 | 0 | 0.83 | 275.45 | 1 | 0.09 |
| Hex | 1A | 0 | 2C | 29 | 64 | 0 | 53 | 113 | 64 | 9 |
| Octal | 32 | 0 | 54 | 51 | 144 | 0 | 123 | 423 | 144 | 11 |
| Binary | 11010 | 0 | 101100 | 101001 | 1100100 | 0 | 1010011 | 100010011 | 1100100 | 1001 |
Color Harmonies of #1A002C
Complementary color
Monochromatic Colors of #1A002C
Black with #1A002C
Text Example
Text Example
White with #1A002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A002C; }
p { color: rgb(26,0,44); }
H1.HeaderClassName
{
color: #1A002C;
}
.AnyTagClassName
{
color: #1A002C;
}
</style>
background-color css
<style>
a { background-color: #1A002C; }
a { background-color: rgb(26,0,44); }
div.DivClassName
{
background-color: #1A002C;
}
.BgClassName
{
background-color: #1A002C;
}
</style>
border-color css
<style>
span { border-color: #1A002C; }
span { border-color: rgb(26,0,44); }
td.TdClassName
{
border-color: #1A002C;
}
.TagClassName
{
border-color: #1A002C;
}
</style>