Shades of Blackcurrant #1A0837
Tints of Blackcurrant #1A0837
RGB
CMYK
RGB Variations
Color information
#1A0837 (or 0x1A0837) is known color: Blackcurrant. HEX triplet: 1A, 08 and 37. RGB value is (26,8,55). Sum of RGB (Red+Green+Blue) = 26+8+55=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 55 (21.88% from 255 or 61.80% from 89); Max value from RGB is 55 - color contains mainly: blue. Hex color #1A0837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0837 is #E5F7C8. Grayscale: #121212. Windows color (decimal): -15071177 or 3606554. OLE color: 3606554.
HSL color Cylindrical-coordinate representation of color #1A0837: hue angle of 262.98º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A0837 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 8 | 55 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.78 |
| HSL | 262.98º | 0.75% | 0.12% | - |
| HSV(B) | 262.98º | 0.85% | 0.22% | - |
| XYZ | 1.2 | 0.67 | 3.68 | - |
| YUV | 18.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 55 | 0.53 | 0.85 | 0 | 0.78 | 262.98 | 0.75 | 0.12 |
| Hex | 1A | 8 | 37 | 35 | 55 | 0 | 4E | 107 | 4B | C |
| Octal | 32 | 10 | 67 | 65 | 125 | 0 | 116 | 407 | 113 | 14 |
| Binary | 11010 | 1000 | 110111 | 110101 | 1010101 | 0 | 1001110 | 100000111 | 1001011 | 1100 |
Color Harmonies of #1A0837
Complementary color
Monochromatic Colors of #1A0837
Black with #1A0837
Text Example
Text Example
White with #1A0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0837; }
p { color: rgb(26,8,55); }
H1.HeaderClassName
{
color: #1A0837;
}
.AnyTagClassName
{
color: #1A0837;
}
</style>
background-color css
<style>
a { background-color: #1A0837; }
a { background-color: rgb(26,8,55); }
div.DivClassName
{
background-color: #1A0837;
}
.BgClassName
{
background-color: #1A0837;
}
</style>
border-color css
<style>
span { border-color: #1A0837; }
span { border-color: rgb(26,8,55); }
td.TdClassName
{
border-color: #1A0837;
}
.TagClassName
{
border-color: #1A0837;
}
</style>