Shades of Blackcurrant #1A0730
Tints of Blackcurrant #1A0730
RGB
CMYK
RGB Variations
Color information
#1A0730 (or 0x1A0730) is known color: Blackcurrant. HEX triplet: 1A, 07 and 30. RGB value is (26,7,48). Sum of RGB (Red+Green+Blue) = 26+7+48=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #1A0730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0730 is #E5F8CF. Grayscale: #111111. Windows color (decimal): -15071440 or 3147546. OLE color: 3147546.
HSL color Cylindrical-coordinate representation of color #1A0730: hue angle of 267.8º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A0730 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 7 | 48 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.81 |
| HSL | 267.8º | 0.75% | 0.11% | - |
| HSV(B) | 267.8º | 0.85% | 0.19% | - |
| XYZ | 1.04 | 0.58 | 2.85 | - |
| YUV | 17.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 48 | 0.46 | 0.85 | 0 | 0.81 | 267.8 | 0.75 | 0.11 |
| Hex | 1A | 7 | 30 | 2E | 55 | 0 | 51 | 10C | 4B | B |
| Octal | 32 | 7 | 60 | 56 | 125 | 0 | 121 | 414 | 113 | 13 |
| Binary | 11010 | 111 | 110000 | 101110 | 1010101 | 0 | 1010001 | 100001100 | 1001011 | 1011 |
Color Harmonies of #1A0730
Complementary color
Monochromatic Colors of #1A0730
Black with #1A0730
Text Example
Text Example
White with #1A0730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0730; }
p { color: rgb(26,7,48); }
H1.HeaderClassName
{
color: #1A0730;
}
.AnyTagClassName
{
color: #1A0730;
}
</style>
background-color css
<style>
a { background-color: #1A0730; }
a { background-color: rgb(26,7,48); }
div.DivClassName
{
background-color: #1A0730;
}
.BgClassName
{
background-color: #1A0730;
}
</style>
border-color css
<style>
span { border-color: #1A0730; }
span { border-color: rgb(26,7,48); }
td.TdClassName
{
border-color: #1A0730;
}
.TagClassName
{
border-color: #1A0730;
}
</style>