Shades of Blackcurrant #1B1126
Tints of Blackcurrant #1B1126
RGB
CMYK
RGB Variations
Color information
#1B1126 (or 0x1B1126) is known color: Blackcurrant. HEX triplet: 1B, 11 and 26. RGB value is (27,17,38). Sum of RGB (Red+Green+Blue) = 27+17+38=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 38 - color contains mainly: blue. Hex color #1B1126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1126 is #E4EED9. Grayscale: #161616. Windows color (decimal): -15003354 or 2494747. OLE color: 2494747.
HSL color Cylindrical-coordinate representation of color #1B1126: hue angle of 268.57º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1B1126 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 17 | 38 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.85 |
| HSL | 268.57º | 0.38% | 0.11% | - |
| HSV(B) | 268.57º | 0.55% | 0.15% | - |
| XYZ | 1 | 0.77 | 1.93 | - |
| YUV | 22.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 38 | 0.29 | 0.55 | 0 | 0.85 | 268.57 | 0.38 | 0.11 |
| Hex | 1B | 11 | 26 | 1D | 37 | 0 | 55 | 10D | 26 | B |
| Octal | 33 | 21 | 46 | 35 | 67 | 0 | 125 | 415 | 46 | 13 |
| Binary | 11011 | 10001 | 100110 | 11101 | 110111 | 0 | 1010101 | 100001101 | 100110 | 1011 |
Color Harmonies of #1B1126
Complementary color
Monochromatic Colors of #1B1126
Black with #1B1126
Text Example
Text Example
White with #1B1126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1126; }
p { color: rgb(27,17,38); }
H1.HeaderClassName
{
color: #1B1126;
}
.AnyTagClassName
{
color: #1B1126;
}
</style>
background-color css
<style>
a { background-color: #1B1126; }
a { background-color: rgb(27,17,38); }
div.DivClassName
{
background-color: #1B1126;
}
.BgClassName
{
background-color: #1B1126;
}
</style>
border-color css
<style>
span { border-color: #1B1126; }
span { border-color: rgb(27,17,38); }
td.TdClassName
{
border-color: #1B1126;
}
.TagClassName
{
border-color: #1B1126;
}
</style>