Shades of Blackcurrant #1D1B1F
Tints of Blackcurrant #1D1B1F
RGB
CMYK
RGB Variations
Color information
#1D1B1F (or 0x1D1B1F) is known color: Blackcurrant. HEX triplet: 1D, 1B and 1F. RGB value is (29,27,31). Sum of RGB (Red+Green+Blue) = 29+27+31=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D1B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1B1F is #E2E4E0. Grayscale: #1C1C1C. Windows color (decimal): -14869729 or 2038557. OLE color: 2038557.
HSL color Cylindrical-coordinate representation of color #1D1B1F: hue angle of 270º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1D1B1F is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 27 | 31 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.88 |
| HSL | 270º | 0.07% | 0.11% | - |
| HSV(B) | 270º | 0.13% | 0.12% | - |
| XYZ | 1.15 | 1.14 | 1.46 | - |
| YUV | 28.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 27 | 31 | 0.06 | 0.13 | 0 | 0.88 | 270 | 0.07 | 0.11 |
| Hex | 1D | 1B | 1F | 6 | D | 0 | 58 | 10E | 7 | B |
| Octal | 35 | 33 | 37 | 6 | 15 | 0 | 130 | 416 | 7 | 13 |
| Binary | 11101 | 11011 | 11111 | 110 | 1101 | 0 | 1011000 | 100001110 | 111 | 1011 |
Color Harmonies of #1D1B1F
Complementary color
Monochromatic Colors of #1D1B1F
Black with #1D1B1F
Text Example
Text Example
White with #1D1B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1B1F; }
p { color: rgb(29,27,31); }
H1.HeaderClassName
{
color: #1D1B1F;
}
.AnyTagClassName
{
color: #1D1B1F;
}
</style>
background-color css
<style>
a { background-color: #1D1B1F; }
a { background-color: rgb(29,27,31); }
div.DivClassName
{
background-color: #1D1B1F;
}
.BgClassName
{
background-color: #1D1B1F;
}
</style>
border-color css
<style>
span { border-color: #1D1B1F; }
span { border-color: rgb(29,27,31); }
td.TdClassName
{
border-color: #1D1B1F;
}
.TagClassName
{
border-color: #1D1B1F;
}
</style>