Shades of Blackcurrant #1B161C
Tints of Blackcurrant #1B161C
RGB
CMYK
RGB Variations
Color information
#1B161C (or 0x1B161C) is known color: Blackcurrant. HEX triplet: 1B, 16 and 1C. RGB value is (27,22,28). Sum of RGB (Red+Green+Blue) = 27+22+28=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B161C is #E4E9E3. Grayscale: #181818. Windows color (decimal): -15002084 or 1840667. OLE color: 1840667.
HSL color Cylindrical-coordinate representation of color #1B161C: hue angle of 290º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1B161C is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 22 | 28 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.89 |
| HSL | 290º | 0.12% | 0.1% | - |
| HSV(B) | 290º | 0.21% | 0.11% | - |
| XYZ | 0.95 | 0.89 | 1.22 | - |
| YUV | 24.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 22 | 28 | 0.04 | 0.21 | 0 | 0.89 | 290 | 0.12 | 0.1 |
| Hex | 1B | 16 | 1C | 4 | 15 | 0 | 59 | 122 | C | A |
| Octal | 33 | 26 | 34 | 4 | 25 | 0 | 131 | 442 | 14 | 12 |
| Binary | 11011 | 10110 | 11100 | 100 | 10101 | 0 | 1011001 | 100100010 | 1100 | 1010 |
Color Harmonies of #1B161C
Complementary color
Monochromatic Colors of #1B161C
Black with #1B161C
Text Example
Text Example
White with #1B161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B161C; }
p { color: rgb(27,22,28); }
H1.HeaderClassName
{
color: #1B161C;
}
.AnyTagClassName
{
color: #1B161C;
}
</style>
background-color css
<style>
a { background-color: #1B161C; }
a { background-color: rgb(27,22,28); }
div.DivClassName
{
background-color: #1B161C;
}
.BgClassName
{
background-color: #1B161C;
}
</style>
border-color css
<style>
span { border-color: #1B161C; }
span { border-color: rgb(27,22,28); }
td.TdClassName
{
border-color: #1B161C;
}
.TagClassName
{
border-color: #1B161C;
}
</style>