Shades of Blackcurrant #1A0624
Tints of Blackcurrant #1A0624
RGB
CMYK
RGB Variations
Color information
#1A0624 (or 0x1A0624) is known color: Blackcurrant. HEX triplet: 1A, 06 and 24. RGB value is (26,6,36). Sum of RGB (Red+Green+Blue) = 26+6+36=68 (9% of max value = 765). Red value is 26 (10.55% from 255 or 38.24% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #1A0624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0624 is #E5F9DB. Grayscale: #0F0F0F. Windows color (decimal): -15071708 or 2360858. OLE color: 2360858.
HSL color Cylindrical-coordinate representation of color #1A0624: hue angle of 280º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A0624 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 6 | 36 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.86 |
| HSL | 280º | 0.71% | 0.08% | - |
| HSV(B) | 280º | 0.83% | 0.14% | - |
| XYZ | 0.81 | 0.48 | 1.72 | - |
| YUV | 15.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 36 | 0.28 | 0.83 | 0 | 0.86 | 280 | 0.71 | 0.08 |
| Hex | 1A | 6 | 24 | 1C | 53 | 0 | 56 | 118 | 47 | 8 |
| Octal | 32 | 6 | 44 | 34 | 123 | 0 | 126 | 430 | 107 | 10 |
| Binary | 11010 | 110 | 100100 | 11100 | 1010011 | 0 | 1010110 | 100011000 | 1000111 | 1000 |
Color Harmonies of #1A0624
Complementary color
Monochromatic Colors of #1A0624
Black with #1A0624
Text Example
Text Example
White with #1A0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0624; }
p { color: rgb(26,6,36); }
H1.HeaderClassName
{
color: #1A0624;
}
.AnyTagClassName
{
color: #1A0624;
}
</style>
background-color css
<style>
a { background-color: #1A0624; }
a { background-color: rgb(26,6,36); }
div.DivClassName
{
background-color: #1A0624;
}
.BgClassName
{
background-color: #1A0624;
}
</style>
border-color css
<style>
span { border-color: #1A0624; }
span { border-color: rgb(26,6,36); }
td.TdClassName
{
border-color: #1A0624;
}
.TagClassName
{
border-color: #1A0624;
}
</style>