Shades of Blackcurrant #1A0B24
Tints of Blackcurrant #1A0B24
RGB
CMYK
RGB Variations
Color information
#1A0B24 (or 0x1A0B24) is known color: Blackcurrant. HEX triplet: 1A, 0B and 24. RGB value is (26,11,36). Sum of RGB (Red+Green+Blue) = 26+11+36=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #1A0B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0B24 is #E5F4DB. Grayscale: #121212. Windows color (decimal): -15070428 or 2362138. OLE color: 2362138.
HSL color Cylindrical-coordinate representation of color #1A0B24: hue angle of 276º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A0B24 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 11 | 36 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.86 |
| HSL | 276º | 0.53% | 0.09% | - |
| HSV(B) | 276º | 0.69% | 0.14% | - |
| XYZ | 0.86 | 0.59 | 1.74 | - |
| YUV | 18.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 36 | 0.28 | 0.69 | 0 | 0.86 | 276 | 0.53 | 0.09 |
| Hex | 1A | B | 24 | 1C | 45 | 0 | 56 | 114 | 35 | 9 |
| Octal | 32 | 13 | 44 | 34 | 105 | 0 | 126 | 424 | 65 | 11 |
| Binary | 11010 | 1011 | 100100 | 11100 | 1000101 | 0 | 1010110 | 100010100 | 110101 | 1001 |
Color Harmonies of #1A0B24
Complementary color
Monochromatic Colors of #1A0B24
Black with #1A0B24
Text Example
Text Example
White with #1A0B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B24; }
p { color: rgb(26,11,36); }
H1.HeaderClassName
{
color: #1A0B24;
}
.AnyTagClassName
{
color: #1A0B24;
}
</style>
background-color css
<style>
a { background-color: #1A0B24; }
a { background-color: rgb(26,11,36); }
div.DivClassName
{
background-color: #1A0B24;
}
.BgClassName
{
background-color: #1A0B24;
}
</style>
border-color css
<style>
span { border-color: #1A0B24; }
span { border-color: rgb(26,11,36); }
td.TdClassName
{
border-color: #1A0B24;
}
.TagClassName
{
border-color: #1A0B24;
}
</style>