Shades of Blackcurrant #1D122B
Tints of Blackcurrant #1D122B
RGB
CMYK
RGB Variations
Color information
#1D122B (or 0x1D122B) is known color: Blackcurrant. HEX triplet: 1D, 12 and 2B. RGB value is (29,18,43). Sum of RGB (Red+Green+Blue) = 29+18+43=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D122B is #E2EDD4. Grayscale: #181818. Windows color (decimal): -14872021 or 2822685. OLE color: 2822685.
HSL color Cylindrical-coordinate representation of color #1D122B: hue angle of 266.4º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1D122B is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 29 | 18 | 43 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.83 |
| HSL | 266.4º | 0.41% | 0.12% | - |
| HSV(B) | 266.4º | 0.58% | 0.17% | - |
| XYZ | 1.16 | 0.87 | 2.39 | - |
| YUV | 24.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 43 | 0.33 | 0.58 | 0 | 0.83 | 266.4 | 0.41 | 0.12 |
| Hex | 1D | 12 | 2B | 21 | 3A | 0 | 53 | 10A | 29 | C |
| Octal | 35 | 22 | 53 | 41 | 72 | 0 | 123 | 412 | 51 | 14 |
| Binary | 11101 | 10010 | 101011 | 100001 | 111010 | 0 | 1010011 | 100001010 | 101001 | 1100 |
Color Harmonies of #1D122B
Complementary color
Monochromatic Colors of #1D122B
Black with #1D122B
Text Example
Text Example
White with #1D122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D122B; }
p { color: rgb(29,18,43); }
H1.HeaderClassName
{
color: #1D122B;
}
.AnyTagClassName
{
color: #1D122B;
}
</style>
background-color css
<style>
a { background-color: #1D122B; }
a { background-color: rgb(29,18,43); }
div.DivClassName
{
background-color: #1D122B;
}
.BgClassName
{
background-color: #1D122B;
}
</style>
border-color css
<style>
span { border-color: #1D122B; }
span { border-color: rgb(29,18,43); }
td.TdClassName
{
border-color: #1D122B;
}
.TagClassName
{
border-color: #1D122B;
}
</style>