Shades of Blackcurrant #1A1225
Tints of Blackcurrant #1A1225
RGB
CMYK
RGB Variations
Color information
#1A1225 (or 0x1A1225) is known color: Blackcurrant. HEX triplet: 1A, 12 and 25. RGB value is (26,18,37). Sum of RGB (Red+Green+Blue) = 26+18+37=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A1225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1225 is #E5EDDA. Grayscale: #161616. Windows color (decimal): -15068635 or 2429466. OLE color: 2429466.
HSL color Cylindrical-coordinate representation of color #1A1225: hue angle of 265.26º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A1225 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 18 | 37 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.85 |
| HSL | 265.26º | 0.35% | 0.11% | - |
| HSV(B) | 265.26º | 0.51% | 0.15% | - |
| XYZ | 0.98 | 0.79 | 1.85 | - |
| YUV | 22.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 37 | 0.30 | 0.51 | 0 | 0.85 | 265.26 | 0.35 | 0.11 |
| Hex | 1A | 12 | 25 | 1E | 33 | 0 | 55 | 109 | 23 | B |
| Octal | 32 | 22 | 45 | 36 | 63 | 0 | 125 | 411 | 43 | 13 |
| Binary | 11010 | 10010 | 100101 | 11110 | 110011 | 0 | 1010101 | 100001001 | 100011 | 1011 |
Color Harmonies of #1A1225
Complementary color
Monochromatic Colors of #1A1225
Black with #1A1225
Text Example
Text Example
White with #1A1225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1225; }
p { color: rgb(26,18,37); }
H1.HeaderClassName
{
color: #1A1225;
}
.AnyTagClassName
{
color: #1A1225;
}
</style>
background-color css
<style>
a { background-color: #1A1225; }
a { background-color: rgb(26,18,37); }
div.DivClassName
{
background-color: #1A1225;
}
.BgClassName
{
background-color: #1A1225;
}
</style>
border-color css
<style>
span { border-color: #1A1225; }
span { border-color: rgb(26,18,37); }
td.TdClassName
{
border-color: #1A1225;
}
.TagClassName
{
border-color: #1A1225;
}
</style>