Shades of Blackcurrant #1A062F
Tints of Blackcurrant #1A062F
RGB
CMYK
RGB Variations
Color information
#1A062F (or 0x1A062F) is known color: Blackcurrant. HEX triplet: 1A, 06 and 2F. RGB value is (26,6,47). Sum of RGB (Red+Green+Blue) = 26+6+47=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 47 (18.75% from 255 or 59.49% from 79); Max value from RGB is 47 - color contains mainly: blue. Hex color #1A062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A062F is #E5F9D0. Grayscale: #101010. Windows color (decimal): -15071697 or 3081754. OLE color: 3081754.
HSL color Cylindrical-coordinate representation of color #1A062F: hue angle of 269.27º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A062F is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 6 | 47 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.82 |
| HSL | 269.27º | 0.77% | 0.1% | - |
| HSV(B) | 269.27º | 0.87% | 0.18% | - |
| XYZ | 1 | 0.56 | 2.74 | - |
| YUV | 16.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 47 | 0.45 | 0.87 | 0 | 0.82 | 269.27 | 0.77 | 0.1 |
| Hex | 1A | 6 | 2F | 2D | 57 | 0 | 52 | 10D | 4D | A |
| Octal | 32 | 6 | 57 | 55 | 127 | 0 | 122 | 415 | 115 | 12 |
| Binary | 11010 | 110 | 101111 | 101101 | 1010111 | 0 | 1010010 | 100001101 | 1001101 | 1010 |
Color Harmonies of #1A062F
Complementary color
Monochromatic Colors of #1A062F
Black with #1A062F
Text Example
Text Example
White with #1A062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A062F; }
p { color: rgb(26,6,47); }
H1.HeaderClassName
{
color: #1A062F;
}
.AnyTagClassName
{
color: #1A062F;
}
</style>
background-color css
<style>
a { background-color: #1A062F; }
a { background-color: rgb(26,6,47); }
div.DivClassName
{
background-color: #1A062F;
}
.BgClassName
{
background-color: #1A062F;
}
</style>
border-color css
<style>
span { border-color: #1A062F; }
span { border-color: rgb(26,6,47); }
td.TdClassName
{
border-color: #1A062F;
}
.TagClassName
{
border-color: #1A062F;
}
</style>