Shades of Blackcurrant #1A022F
Tints of Blackcurrant #1A022F
RGB
CMYK
RGB Variations
Color information
#1A022F (or 0x1A022F) is known color: Blackcurrant. HEX triplet: 1A, 02 and 2F. RGB value is (26,2,47). Sum of RGB (Red+Green+Blue) = 26+2+47=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #1A022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A022F is #E5FDD0. Grayscale: #0E0E0E. Windows color (decimal): -15072721 or 3080730. OLE color: 3080730.
HSL color Cylindrical-coordinate representation of color #1A022F: hue angle of 272º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A022F is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 2 | 47 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.82 |
| HSL | 272º | 0.92% | 0.1% | - |
| HSV(B) | 272º | 0.96% | 0.18% | - |
| XYZ | 0.96 | 0.47 | 2.73 | - |
| YUV | 14.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 47 | 0.45 | 0.96 | 0 | 0.82 | 272 | 0.92 | 0.1 |
| Hex | 1A | 2 | 2F | 2D | 60 | 0 | 52 | 110 | 5C | A |
| Octal | 32 | 2 | 57 | 55 | 140 | 0 | 122 | 420 | 134 | 12 |
| Binary | 11010 | 10 | 101111 | 101101 | 1100000 | 0 | 1010010 | 100010000 | 1011100 | 1010 |
Color Harmonies of #1A022F
Complementary color
Monochromatic Colors of #1A022F
Black with #1A022F
Text Example
Text Example
White with #1A022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A022F; }
p { color: rgb(26,2,47); }
H1.HeaderClassName
{
color: #1A022F;
}
.AnyTagClassName
{
color: #1A022F;
}
</style>
background-color css
<style>
a { background-color: #1A022F; }
a { background-color: rgb(26,2,47); }
div.DivClassName
{
background-color: #1A022F;
}
.BgClassName
{
background-color: #1A022F;
}
</style>
border-color css
<style>
span { border-color: #1A022F; }
span { border-color: rgb(26,2,47); }
td.TdClassName
{
border-color: #1A022F;
}
.TagClassName
{
border-color: #1A022F;
}
</style>