Shades of Blackcurrant #1D142B
Tints of Blackcurrant #1D142B
RGB
CMYK
RGB Variations
Color information
#1D142B (or 0x1D142B) is known color: Blackcurrant. HEX triplet: 1D, 14 and 2B. RGB value is (29,20,43). Sum of RGB (Red+Green+Blue) = 29+20+43=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D142B is #E2EBD4. Grayscale: #191919. Windows color (decimal): -14871509 or 2823197. OLE color: 2823197.
HSL color Cylindrical-coordinate representation of color #1D142B: hue angle of 263.48º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D142B is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 29 | 20 | 43 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.83 |
| HSL | 263.48º | 0.37% | 0.12% | - |
| HSV(B) | 263.48º | 0.53% | 0.17% | - |
| XYZ | 1.19 | 0.94 | 2.4 | - |
| YUV | 25.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 43 | 0.33 | 0.53 | 0 | 0.83 | 263.48 | 0.37 | 0.12 |
| Hex | 1D | 14 | 2B | 21 | 35 | 0 | 53 | 107 | 25 | C |
| Octal | 35 | 24 | 53 | 41 | 65 | 0 | 123 | 407 | 45 | 14 |
| Binary | 11101 | 10100 | 101011 | 100001 | 110101 | 0 | 1010011 | 100000111 | 100101 | 1100 |
Color Harmonies of #1D142B
Complementary color
Monochromatic Colors of #1D142B
Black with #1D142B
Text Example
Text Example
White with #1D142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D142B; }
p { color: rgb(29,20,43); }
H1.HeaderClassName
{
color: #1D142B;
}
.AnyTagClassName
{
color: #1D142B;
}
</style>
background-color css
<style>
a { background-color: #1D142B; }
a { background-color: rgb(29,20,43); }
div.DivClassName
{
background-color: #1D142B;
}
.BgClassName
{
background-color: #1D142B;
}
</style>
border-color css
<style>
span { border-color: #1D142B; }
span { border-color: rgb(29,20,43); }
td.TdClassName
{
border-color: #1D142B;
}
.TagClassName
{
border-color: #1D142B;
}
</style>