Shades of Blackcurrant #1B101E
Tints of Blackcurrant #1B101E
RGB
CMYK
RGB Variations
Color information
#1B101E (or 0x1B101E) is known color: Blackcurrant. HEX triplet: 1B, 10 and 1E. RGB value is (27,16,30). Sum of RGB (Red+Green+Blue) = 27+16+30=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B101E is #E4EFE1. Grayscale: #141414. Windows color (decimal): -15003618 or 1970203. OLE color: 1970203.
HSL color Cylindrical-coordinate representation of color #1B101E: hue angle of 287.14º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1B101E is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 16 | 30 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.88 |
| HSL | 287.14º | 0.3% | 0.09% | - |
| HSV(B) | 287.14º | 0.47% | 0.12% | - |
| XYZ | 0.87 | 0.7 | 1.32 | - |
| YUV | 20.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 30 | 0.10 | 0.47 | 0 | 0.88 | 287.14 | 0.3 | 0.09 |
| Hex | 1B | 10 | 1E | A | 2F | 0 | 58 | 11F | 1E | 9 |
| Octal | 33 | 20 | 36 | 12 | 57 | 0 | 130 | 437 | 36 | 11 |
| Binary | 11011 | 10000 | 11110 | 1010 | 101111 | 0 | 1011000 | 100011111 | 11110 | 1001 |
Color Harmonies of #1B101E
Complementary color
Monochromatic Colors of #1B101E
Black with #1B101E
Text Example
Text Example
White with #1B101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B101E; }
p { color: rgb(27,16,30); }
H1.HeaderClassName
{
color: #1B101E;
}
.AnyTagClassName
{
color: #1B101E;
}
</style>
background-color css
<style>
a { background-color: #1B101E; }
a { background-color: rgb(27,16,30); }
div.DivClassName
{
background-color: #1B101E;
}
.BgClassName
{
background-color: #1B101E;
}
</style>
border-color css
<style>
span { border-color: #1B101E; }
span { border-color: rgb(27,16,30); }
td.TdClassName
{
border-color: #1B101E;
}
.TagClassName
{
border-color: #1B101E;
}
</style>