Shades of Blackcurrant #1D152A
Tints of Blackcurrant #1D152A
RGB
CMYK
RGB Variations
Color information
#1D152A (or 0x1D152A) is known color: Blackcurrant. HEX triplet: 1D, 15 and 2A. RGB value is (29,21,42). Sum of RGB (Red+Green+Blue) = 29+21+42=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 42 - color contains mainly: blue. Hex color #1D152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D152A is #E2EAD5. Grayscale: #191919. Windows color (decimal): -14871254 or 2757917. OLE color: 2757917.
HSL color Cylindrical-coordinate representation of color #1D152A: hue angle of 262.86º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D152A is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 21 | 42 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.84 |
| HSL | 262.86º | 0.33% | 0.12% | - |
| HSV(B) | 262.86º | 0.5% | 0.16% | - |
| XYZ | 1.19 | 0.96 | 2.31 | - |
| YUV | 25.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 42 | 0.31 | 0.50 | 0 | 0.84 | 262.86 | 0.33 | 0.12 |
| Hex | 1D | 15 | 2A | 1F | 32 | 0 | 54 | 107 | 21 | C |
| Octal | 35 | 25 | 52 | 37 | 62 | 0 | 124 | 407 | 41 | 14 |
| Binary | 11101 | 10101 | 101010 | 11111 | 110010 | 0 | 1010100 | 100000111 | 100001 | 1100 |
Color Harmonies of #1D152A
Complementary color
Monochromatic Colors of #1D152A
Black with #1D152A
Text Example
Text Example
White with #1D152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D152A; }
p { color: rgb(29,21,42); }
H1.HeaderClassName
{
color: #1D152A;
}
.AnyTagClassName
{
color: #1D152A;
}
</style>
background-color css
<style>
a { background-color: #1D152A; }
a { background-color: rgb(29,21,42); }
div.DivClassName
{
background-color: #1D152A;
}
.BgClassName
{
background-color: #1D152A;
}
</style>
border-color css
<style>
span { border-color: #1D152A; }
span { border-color: rgb(29,21,42); }
td.TdClassName
{
border-color: #1D152A;
}
.TagClassName
{
border-color: #1D152A;
}
</style>