Shades of Blackcurrant #1D132A
Tints of Blackcurrant #1D132A
RGB
CMYK
RGB Variations
Color information
#1D132A (or 0x1D132A) is known color: Blackcurrant. HEX triplet: 1D, 13 and 2A. RGB value is (29,19,42). Sum of RGB (Red+Green+Blue) = 29+19+42=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 42 - color contains mainly: blue. Hex color #1D132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D132A is #E2ECD5. Grayscale: #181818. Windows color (decimal): -14871766 or 2757405. OLE color: 2757405.
HSL color Cylindrical-coordinate representation of color #1D132A: hue angle of 266.09º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D132A is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 19 | 42 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.84 |
| HSL | 266.09º | 0.38% | 0.12% | - |
| HSV(B) | 266.09º | 0.55% | 0.16% | - |
| XYZ | 1.16 | 0.89 | 2.3 | - |
| YUV | 24.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 42 | 0.31 | 0.55 | 0 | 0.84 | 266.09 | 0.38 | 0.12 |
| Hex | 1D | 13 | 2A | 1F | 37 | 0 | 54 | 10A | 26 | C |
| Octal | 35 | 23 | 52 | 37 | 67 | 0 | 124 | 412 | 46 | 14 |
| Binary | 11101 | 10011 | 101010 | 11111 | 110111 | 0 | 1010100 | 100001010 | 100110 | 1100 |
Color Harmonies of #1D132A
Complementary color
Monochromatic Colors of #1D132A
Black with #1D132A
Text Example
Text Example
White with #1D132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D132A; }
p { color: rgb(29,19,42); }
H1.HeaderClassName
{
color: #1D132A;
}
.AnyTagClassName
{
color: #1D132A;
}
</style>
background-color css
<style>
a { background-color: #1D132A; }
a { background-color: rgb(29,19,42); }
div.DivClassName
{
background-color: #1D132A;
}
.BgClassName
{
background-color: #1D132A;
}
</style>
border-color css
<style>
span { border-color: #1D132A; }
span { border-color: rgb(29,19,42); }
td.TdClassName
{
border-color: #1D132A;
}
.TagClassName
{
border-color: #1D132A;
}
</style>