Shades of Blackcurrant #1A0C25
Tints of Blackcurrant #1A0C25
RGB
CMYK
RGB Variations
Color information
#1A0C25 (or 0x1A0C25) is known color: Blackcurrant. HEX triplet: 1A, 0C and 25. RGB value is (26,12,37). Sum of RGB (Red+Green+Blue) = 26+12+37=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A0C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0C25 is #E5F3DA. Grayscale: #121212. Windows color (decimal): -15070171 or 2427930. OLE color: 2427930.
HSL color Cylindrical-coordinate representation of color #1A0C25: hue angle of 273.6º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A0C25 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 12 | 37 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.85 |
| HSL | 273.6º | 0.51% | 0.1% | - |
| HSV(B) | 273.6º | 0.68% | 0.15% | - |
| XYZ | 0.89 | 0.62 | 1.82 | - |
| YUV | 19.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 37 | 0.30 | 0.68 | 0 | 0.85 | 273.6 | 0.51 | 0.1 |
| Hex | 1A | C | 25 | 1E | 44 | 0 | 55 | 112 | 33 | A |
| Octal | 32 | 14 | 45 | 36 | 104 | 0 | 125 | 422 | 63 | 12 |
| Binary | 11010 | 1100 | 100101 | 11110 | 1000100 | 0 | 1010101 | 100010010 | 110011 | 1010 |
Color Harmonies of #1A0C25
Complementary color
Monochromatic Colors of #1A0C25
Black with #1A0C25
Text Example
Text Example
White with #1A0C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0C25; }
p { color: rgb(26,12,37); }
H1.HeaderClassName
{
color: #1A0C25;
}
.AnyTagClassName
{
color: #1A0C25;
}
</style>
background-color css
<style>
a { background-color: #1A0C25; }
a { background-color: rgb(26,12,37); }
div.DivClassName
{
background-color: #1A0C25;
}
.BgClassName
{
background-color: #1A0C25;
}
</style>
border-color css
<style>
span { border-color: #1A0C25; }
span { border-color: rgb(26,12,37); }
td.TdClassName
{
border-color: #1A0C25;
}
.TagClassName
{
border-color: #1A0C25;
}
</style>