Shades of Blackcurrant #1D102B
Tints of Blackcurrant #1D102B
RGB
CMYK
RGB Variations
Color information
#1D102B (or 0x1D102B) is known color: Blackcurrant. HEX triplet: 1D, 10 and 2B. RGB value is (29,16,43). Sum of RGB (Red+Green+Blue) = 29+16+43=88 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.95% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D102B is #E2EFD4. Grayscale: #161616. Windows color (decimal): -14872533 or 2822173. OLE color: 2822173.
HSL color Cylindrical-coordinate representation of color #1D102B: hue angle of 268.89º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D102B is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 29 | 16 | 43 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.83 |
| HSL | 268.89º | 0.46% | 0.12% | - |
| HSV(B) | 268.89º | 0.63% | 0.17% | - |
| XYZ | 1.13 | 0.81 | 2.38 | - |
| YUV | 22.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 43 | 0.33 | 0.63 | 0 | 0.83 | 268.89 | 0.46 | 0.12 |
| Hex | 1D | 10 | 2B | 21 | 3F | 0 | 53 | 10D | 2E | C |
| Octal | 35 | 20 | 53 | 41 | 77 | 0 | 123 | 415 | 56 | 14 |
| Binary | 11101 | 10000 | 101011 | 100001 | 111111 | 0 | 1010011 | 100001101 | 101110 | 1100 |
Color Harmonies of #1D102B
Complementary color
Monochromatic Colors of #1D102B
Black with #1D102B
Text Example
Text Example
White with #1D102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D102B; }
p { color: rgb(29,16,43); }
H1.HeaderClassName
{
color: #1D102B;
}
.AnyTagClassName
{
color: #1D102B;
}
</style>
background-color css
<style>
a { background-color: #1D102B; }
a { background-color: rgb(29,16,43); }
div.DivClassName
{
background-color: #1D102B;
}
.BgClassName
{
background-color: #1D102B;
}
</style>
border-color css
<style>
span { border-color: #1D102B; }
span { border-color: rgb(29,16,43); }
td.TdClassName
{
border-color: #1D102B;
}
.TagClassName
{
border-color: #1D102B;
}
</style>