Shades of Blackcurrant #1A082D
Tints of Blackcurrant #1A082D
RGB
CMYK
RGB Variations
Color information
#1A082D (or 0x1A082D) is known color: Blackcurrant. HEX triplet: 1A, 08 and 2D. RGB value is (26,8,45). Sum of RGB (Red+Green+Blue) = 26+8+45=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #1A082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A082D is #E5F7D2. Grayscale: #111111. Windows color (decimal): -15071187 or 2951194. OLE color: 2951194.
HSL color Cylindrical-coordinate representation of color #1A082D: hue angle of 269.19º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A082D is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 8 | 45 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.82 |
| HSL | 269.19º | 0.7% | 0.1% | - |
| HSV(B) | 269.19º | 0.82% | 0.18% | - |
| XYZ | 0.99 | 0.58 | 2.54 | - |
| YUV | 17.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 45 | 0.42 | 0.82 | 0 | 0.82 | 269.19 | 0.7 | 0.1 |
| Hex | 1A | 8 | 2D | 2A | 52 | 0 | 52 | 10D | 46 | A |
| Octal | 32 | 10 | 55 | 52 | 122 | 0 | 122 | 415 | 106 | 12 |
| Binary | 11010 | 1000 | 101101 | 101010 | 1010010 | 0 | 1010010 | 100001101 | 1000110 | 1010 |
Color Harmonies of #1A082D
Complementary color
Monochromatic Colors of #1A082D
Black with #1A082D
Text Example
Text Example
White with #1A082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A082D; }
p { color: rgb(26,8,45); }
H1.HeaderClassName
{
color: #1A082D;
}
.AnyTagClassName
{
color: #1A082D;
}
</style>
background-color css
<style>
a { background-color: #1A082D; }
a { background-color: rgb(26,8,45); }
div.DivClassName
{
background-color: #1A082D;
}
.BgClassName
{
background-color: #1A082D;
}
</style>
border-color css
<style>
span { border-color: #1A082D; }
span { border-color: rgb(26,8,45); }
td.TdClassName
{
border-color: #1A082D;
}
.TagClassName
{
border-color: #1A082D;
}
</style>