Shades of Black Pearl #1D2224
Tints of Black Pearl #1D2224
RGB
CMYK
RGB Variations
Color information
#1D2224 (or 0x1D2224) is known color: Black Pearl. HEX triplet: 1D, 22 and 24. RGB value is (29,34,36). Sum of RGB (Red+Green+Blue) = 29+34+36=99 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29.29% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 36 - color contains mainly: blue. Hex color #1D2224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2224 is #E2DDDB. Grayscale: #202020. Windows color (decimal): -14867932 or 2368029. OLE color: 2368029.
HSL color Cylindrical-coordinate representation of color #1D2224: hue angle of 197.14º degrees, saturation: 0.11, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1D2224 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 34 | 36 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.86 |
| HSL | 197.14º | 0.11% | 0.13% | - |
| HSV(B) | 197.14º | 0.19% | 0.14% | - |
| XYZ | 1.4 | 1.53 | 1.89 | - |
| YUV | 32.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 34 | 36 | 0.19 | 0.06 | 0 | 0.86 | 197.14 | 0.11 | 0.13 |
| Hex | 1D | 22 | 24 | 13 | 6 | 0 | 56 | C5 | B | D |
| Octal | 35 | 42 | 44 | 23 | 6 | 0 | 126 | 305 | 13 | 15 |
| Binary | 11101 | 100010 | 100100 | 10011 | 110 | 0 | 1010110 | 11000101 | 1011 | 1101 |
Color Harmonies of #1D2224
Complementary color
Monochromatic Colors of #1D2224
Black with #1D2224
Text Example
Text Example
White with #1D2224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2224; }
p { color: rgb(29,34,36); }
H1.HeaderClassName
{
color: #1D2224;
}
.AnyTagClassName
{
color: #1D2224;
}
</style>
background-color css
<style>
a { background-color: #1D2224; }
a { background-color: rgb(29,34,36); }
div.DivClassName
{
background-color: #1D2224;
}
.BgClassName
{
background-color: #1D2224;
}
</style>
border-color css
<style>
span { border-color: #1D2224; }
span { border-color: rgb(29,34,36); }
td.TdClassName
{
border-color: #1D2224;
}
.TagClassName
{
border-color: #1D2224;
}
</style>