Shades of Blackcurrant #1A072B
Tints of Blackcurrant #1A072B
RGB
CMYK
RGB Variations
Color information
#1A072B (or 0x1A072B) is known color: Blackcurrant. HEX triplet: 1A, 07 and 2B. RGB value is (26,7,43). Sum of RGB (Red+Green+Blue) = 26+7+43=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #1A072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A072B is #E5F8D4. Grayscale: #101010. Windows color (decimal): -15071445 or 2819866. OLE color: 2819866.
HSL color Cylindrical-coordinate representation of color #1A072B: hue angle of 271.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A072B is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 7 | 43 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.83 |
| HSL | 271.67º | 0.72% | 0.1% | - |
| HSV(B) | 271.67º | 0.84% | 0.17% | - |
| XYZ | 0.94 | 0.55 | 2.34 | - |
| YUV | 16.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 43 | 0.40 | 0.84 | 0 | 0.83 | 271.67 | 0.72 | 0.1 |
| Hex | 1A | 7 | 2B | 28 | 54 | 0 | 53 | 110 | 48 | A |
| Octal | 32 | 7 | 53 | 50 | 124 | 0 | 123 | 420 | 110 | 12 |
| Binary | 11010 | 111 | 101011 | 101000 | 1010100 | 0 | 1010011 | 100010000 | 1001000 | 1010 |
Color Harmonies of #1A072B
Complementary color
Monochromatic Colors of #1A072B
Black with #1A072B
Text Example
Text Example
White with #1A072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A072B; }
p { color: rgb(26,7,43); }
H1.HeaderClassName
{
color: #1A072B;
}
.AnyTagClassName
{
color: #1A072B;
}
</style>
background-color css
<style>
a { background-color: #1A072B; }
a { background-color: rgb(26,7,43); }
div.DivClassName
{
background-color: #1A072B;
}
.BgClassName
{
background-color: #1A072B;
}
</style>
border-color css
<style>
span { border-color: #1A072B; }
span { border-color: rgb(26,7,43); }
td.TdClassName
{
border-color: #1A072B;
}
.TagClassName
{
border-color: #1A072B;
}
</style>