Shades of Blackcurrant #1A0725
Tints of Blackcurrant #1A0725
RGB
CMYK
RGB Variations
Color information
#1A0725 (or 0x1A0725) is known color: Blackcurrant. HEX triplet: 1A, 07 and 25. RGB value is (26,7,37). Sum of RGB (Red+Green+Blue) = 26+7+37=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A0725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0725 is #E5F8DA. Grayscale: #101010. Windows color (decimal): -15071451 or 2426650. OLE color: 2426650.
HSL color Cylindrical-coordinate representation of color #1A0725: hue angle of 278º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A0725 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 7 | 37 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.85 |
| HSL | 278º | 0.68% | 0.09% | - |
| HSV(B) | 278º | 0.81% | 0.15% | - |
| XYZ | 0.84 | 0.51 | 1.8 | - |
| YUV | 16.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 37 | 0.30 | 0.81 | 0 | 0.85 | 278 | 0.68 | 0.09 |
| Hex | 1A | 7 | 25 | 1E | 51 | 0 | 55 | 116 | 44 | 9 |
| Octal | 32 | 7 | 45 | 36 | 121 | 0 | 125 | 426 | 104 | 11 |
| Binary | 11010 | 111 | 100101 | 11110 | 1010001 | 0 | 1010101 | 100010110 | 1000100 | 1001 |
Color Harmonies of #1A0725
Complementary color
Monochromatic Colors of #1A0725
Black with #1A0725
Text Example
Text Example
White with #1A0725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0725; }
p { color: rgb(26,7,37); }
H1.HeaderClassName
{
color: #1A0725;
}
.AnyTagClassName
{
color: #1A0725;
}
</style>
background-color css
<style>
a { background-color: #1A0725; }
a { background-color: rgb(26,7,37); }
div.DivClassName
{
background-color: #1A0725;
}
.BgClassName
{
background-color: #1A0725;
}
</style>
border-color css
<style>
span { border-color: #1A0725; }
span { border-color: rgb(26,7,37); }
td.TdClassName
{
border-color: #1A0725;
}
.TagClassName
{
border-color: #1A0725;
}
</style>