Shades of Blackcurrant #1A042F
Tints of Blackcurrant #1A042F
RGB
CMYK
RGB Variations
Color information
#1A042F (or 0x1A042F) is known color: Blackcurrant. HEX triplet: 1A, 04 and 2F. RGB value is (26,4,47). Sum of RGB (Red+Green+Blue) = 26+4+47=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #1A042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A042F is #E5FBD0. Grayscale: #0F0F0F. Windows color (decimal): -15072209 or 3081242. OLE color: 3081242.
HSL color Cylindrical-coordinate representation of color #1A042F: hue angle of 270.7º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A042F is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 4 | 47 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.82 |
| HSL | 270.7º | 0.84% | 0.1% | - |
| HSV(B) | 270.7º | 0.91% | 0.18% | - |
| XYZ | 0.98 | 0.51 | 2.74 | - |
| YUV | 15.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 47 | 0.45 | 0.91 | 0 | 0.82 | 270.7 | 0.84 | 0.1 |
| Hex | 1A | 4 | 2F | 2D | 5B | 0 | 52 | 10F | 54 | A |
| Octal | 32 | 4 | 57 | 55 | 133 | 0 | 122 | 417 | 124 | 12 |
| Binary | 11010 | 100 | 101111 | 101101 | 1011011 | 0 | 1010010 | 100001111 | 1010100 | 1010 |
Color Harmonies of #1A042F
Complementary color
Monochromatic Colors of #1A042F
Black with #1A042F
Text Example
Text Example
White with #1A042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A042F; }
p { color: rgb(26,4,47); }
H1.HeaderClassName
{
color: #1A042F;
}
.AnyTagClassName
{
color: #1A042F;
}
</style>
background-color css
<style>
a { background-color: #1A042F; }
a { background-color: rgb(26,4,47); }
div.DivClassName
{
background-color: #1A042F;
}
.BgClassName
{
background-color: #1A042F;
}
</style>
border-color css
<style>
span { border-color: #1A042F; }
span { border-color: rgb(26,4,47); }
td.TdClassName
{
border-color: #1A042F;
}
.TagClassName
{
border-color: #1A042F;
}
</style>