Shades of Blackcurrant #1A082F
Tints of Blackcurrant #1A082F
RGB
CMYK
RGB Variations
Color information
#1A082F (or 0x1A082F) is known color: Blackcurrant. HEX triplet: 1A, 08 and 2F. RGB value is (26,8,47). Sum of RGB (Red+Green+Blue) = 26+8+47=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #1A082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A082F is #E5F7D0. Grayscale: #111111. Windows color (decimal): -15071185 or 3082266. OLE color: 3082266.
HSL color Cylindrical-coordinate representation of color #1A082F: hue angle of 267.69º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A082F is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 8 | 47 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.82 |
| HSL | 267.69º | 0.71% | 0.11% | - |
| HSV(B) | 267.69º | 0.83% | 0.18% | - |
| XYZ | 1.03 | 0.6 | 2.75 | - |
| YUV | 17.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 47 | 0.45 | 0.83 | 0 | 0.82 | 267.69 | 0.71 | 0.11 |
| Hex | 1A | 8 | 2F | 2D | 53 | 0 | 52 | 10C | 47 | B |
| Octal | 32 | 10 | 57 | 55 | 123 | 0 | 122 | 414 | 107 | 13 |
| Binary | 11010 | 1000 | 101111 | 101101 | 1010011 | 0 | 1010010 | 100001100 | 1000111 | 1011 |
Color Harmonies of #1A082F
Complementary color
Monochromatic Colors of #1A082F
Black with #1A082F
Text Example
Text Example
White with #1A082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A082F; }
p { color: rgb(26,8,47); }
H1.HeaderClassName
{
color: #1A082F;
}
.AnyTagClassName
{
color: #1A082F;
}
</style>
background-color css
<style>
a { background-color: #1A082F; }
a { background-color: rgb(26,8,47); }
div.DivClassName
{
background-color: #1A082F;
}
.BgClassName
{
background-color: #1A082F;
}
</style>
border-color css
<style>
span { border-color: #1A082F; }
span { border-color: rgb(26,8,47); }
td.TdClassName
{
border-color: #1A082F;
}
.TagClassName
{
border-color: #1A082F;
}
</style>