Shades of Black Pearl #1D292C
Tints of Black Pearl #1D292C
RGB
CMYK
RGB Variations
Color information
#1D292C (or 0x1D292C) is known color: Black Pearl. HEX triplet: 1D, 29 and 2C. RGB value is (29,41,44). Sum of RGB (Red+Green+Blue) = 29+41+44=114 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.44% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 44 - color contains mainly: blue. Hex color #1D292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D292C is #E2D6D3. Grayscale: #252525. Windows color (decimal): -14866132 or 2894109. OLE color: 2894109.
HSL color Cylindrical-coordinate representation of color #1D292C: hue angle of 192º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D292C is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 29 | 41 | 44 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.83 |
| HSL | 192º | 0.21% | 0.14% | - |
| HSV(B) | 192º | 0.34% | 0.17% | - |
| XYZ | 1.75 | 2.03 | 2.68 | - |
| YUV | 37.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 44 | 0.34 | 0.07 | 0 | 0.83 | 192 | 0.21 | 0.14 |
| Hex | 1D | 29 | 2C | 22 | 7 | 0 | 53 | C0 | 15 | E |
| Octal | 35 | 51 | 54 | 42 | 7 | 0 | 123 | 300 | 25 | 16 |
| Binary | 11101 | 101001 | 101100 | 100010 | 111 | 0 | 1010011 | 11000000 | 10101 | 1110 |
Color Harmonies of #1D292C
Complementary color
Monochromatic Colors of #1D292C
Black with #1D292C
Text Example
Text Example
White with #1D292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D292C; }
p { color: rgb(29,41,44); }
H1.HeaderClassName
{
color: #1D292C;
}
.AnyTagClassName
{
color: #1D292C;
}
</style>
background-color css
<style>
a { background-color: #1D292C; }
a { background-color: rgb(29,41,44); }
div.DivClassName
{
background-color: #1D292C;
}
.BgClassName
{
background-color: #1D292C;
}
</style>
border-color css
<style>
span { border-color: #1D292C; }
span { border-color: rgb(29,41,44); }
td.TdClassName
{
border-color: #1D292C;
}
.TagClassName
{
border-color: #1D292C;
}
</style>