Shades of Blackcurrant #1D1B1E
Tints of Blackcurrant #1D1B1E
RGB
CMYK
RGB Variations
Color information
#1D1B1E (or 0x1D1B1E) is known color: Blackcurrant. HEX triplet: 1D, 1B and 1E. RGB value is (29,27,30). Sum of RGB (Red+Green+Blue) = 29+27+30=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D1B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1B1E is #E2E4E1. Grayscale: #1B1B1B. Windows color (decimal): -14869730 or 1973021. OLE color: 1973021.
HSL color Cylindrical-coordinate representation of color #1D1B1E: hue angle of 280º degrees, saturation: 0.05, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #1D1B1E is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 27 | 30 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.88 |
| HSL | 280º | 0.05% | 0.11% | - |
| HSV(B) | 280º | 0.1% | 0.12% | - |
| XYZ | 1.13 | 1.14 | 1.39 | - |
| YUV | 27.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 27 | 30 | 0.03 | 0.10 | 0 | 0.88 | 280 | 0.05 | 0.11 |
| Hex | 1D | 1B | 1E | 3 | A | 0 | 58 | 118 | 5 | B |
| Octal | 35 | 33 | 36 | 3 | 12 | 0 | 130 | 430 | 5 | 13 |
| Binary | 11101 | 11011 | 11110 | 11 | 1010 | 0 | 1011000 | 100011000 | 101 | 1011 |
Color Harmonies of #1D1B1E
Complementary color
Monochromatic Colors of #1D1B1E
Black with #1D1B1E
Text Example
Text Example
White with #1D1B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1B1E; }
p { color: rgb(29,27,30); }
H1.HeaderClassName
{
color: #1D1B1E;
}
.AnyTagClassName
{
color: #1D1B1E;
}
</style>
background-color css
<style>
a { background-color: #1D1B1E; }
a { background-color: rgb(29,27,30); }
div.DivClassName
{
background-color: #1D1B1E;
}
.BgClassName
{
background-color: #1D1B1E;
}
</style>
border-color css
<style>
span { border-color: #1D1B1E; }
span { border-color: rgb(29,27,30); }
td.TdClassName
{
border-color: #1D1B1E;
}
.TagClassName
{
border-color: #1D1B1E;
}
</style>