Shades of Blackcurrant #1A042B
Tints of Blackcurrant #1A042B
RGB
CMYK
RGB Variations
Color information
#1A042B (or 0x1A042B) is known color: Blackcurrant. HEX triplet: 1A, 04 and 2B. RGB value is (26,4,43). Sum of RGB (Red+Green+Blue) = 26+4+43=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 43 (17.19% from 255 or 58.90% from 73); Max value from RGB is 43 - color contains mainly: blue. Hex color #1A042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A042B is #E5FBD4. Grayscale: #0E0E0E. Windows color (decimal): -15072213 or 2819098. OLE color: 2819098.
HSL color Cylindrical-coordinate representation of color #1A042B: hue angle of 273.85º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A042B is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 4 | 43 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.83 |
| HSL | 273.85º | 0.83% | 0.09% | - |
| HSV(B) | 273.85º | 0.91% | 0.17% | - |
| XYZ | 0.91 | 0.48 | 2.33 | - |
| YUV | 15.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 43 | 0.40 | 0.91 | 0 | 0.83 | 273.85 | 0.83 | 0.09 |
| Hex | 1A | 4 | 2B | 28 | 5B | 0 | 53 | 112 | 53 | 9 |
| Octal | 32 | 4 | 53 | 50 | 133 | 0 | 123 | 422 | 123 | 11 |
| Binary | 11010 | 100 | 101011 | 101000 | 1011011 | 0 | 1010011 | 100010010 | 1010011 | 1001 |
Color Harmonies of #1A042B
Complementary color
Monochromatic Colors of #1A042B
Black with #1A042B
Text Example
Text Example
White with #1A042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A042B; }
p { color: rgb(26,4,43); }
H1.HeaderClassName
{
color: #1A042B;
}
.AnyTagClassName
{
color: #1A042B;
}
</style>
background-color css
<style>
a { background-color: #1A042B; }
a { background-color: rgb(26,4,43); }
div.DivClassName
{
background-color: #1A042B;
}
.BgClassName
{
background-color: #1A042B;
}
</style>
border-color css
<style>
span { border-color: #1A042B; }
span { border-color: rgb(26,4,43); }
td.TdClassName
{
border-color: #1A042B;
}
.TagClassName
{
border-color: #1A042B;
}
</style>