Shades of Blackcurrant #1A092B
Tints of Blackcurrant #1A092B
RGB
CMYK
RGB Variations
Color information
#1A092B (or 0x1A092B) is known color: Blackcurrant. HEX triplet: 1A, 09 and 2B. RGB value is (26,9,43). Sum of RGB (Red+Green+Blue) = 26+9+43=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #1A092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A092B is #E5F6D4. Grayscale: #111111. Windows color (decimal): -15070933 or 2820378. OLE color: 2820378.
HSL color Cylindrical-coordinate representation of color #1A092B: hue angle of 270º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A092B is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 9 | 43 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.83 |
| HSL | 270º | 0.65% | 0.1% | - |
| HSV(B) | 270º | 0.79% | 0.17% | - |
| XYZ | 0.96 | 0.59 | 2.35 | - |
| YUV | 17.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 43 | 0.40 | 0.79 | 0 | 0.83 | 270 | 0.65 | 0.1 |
| Hex | 1A | 9 | 2B | 28 | 4F | 0 | 53 | 10E | 41 | A |
| Octal | 32 | 11 | 53 | 50 | 117 | 0 | 123 | 416 | 101 | 12 |
| Binary | 11010 | 1001 | 101011 | 101000 | 1001111 | 0 | 1010011 | 100001110 | 1000001 | 1010 |
Color Harmonies of #1A092B
Complementary color
Monochromatic Colors of #1A092B
Black with #1A092B
Text Example
Text Example
White with #1A092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A092B; }
p { color: rgb(26,9,43); }
H1.HeaderClassName
{
color: #1A092B;
}
.AnyTagClassName
{
color: #1A092B;
}
</style>
background-color css
<style>
a { background-color: #1A092B; }
a { background-color: rgb(26,9,43); }
div.DivClassName
{
background-color: #1A092B;
}
.BgClassName
{
background-color: #1A092B;
}
</style>
border-color css
<style>
span { border-color: #1A092B; }
span { border-color: rgb(26,9,43); }
td.TdClassName
{
border-color: #1A092B;
}
.TagClassName
{
border-color: #1A092B;
}
</style>