Shades of Black Pearl #1D2226
Tints of Black Pearl #1D2226
RGB
CMYK
RGB Variations
Color information
#1D2226 (or 0x1D2226) is known color: Black Pearl. HEX triplet: 1D, 22 and 26. RGB value is (29,34,38). Sum of RGB (Red+Green+Blue) = 29+34+38=101 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.71% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 38 (15.23% from 255 or 37.62% from 101); Max value from RGB is 38 - color contains mainly: blue. Hex color #1D2226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2226 is #E2DDD9. Grayscale: #202020. Windows color (decimal): -14867930 or 2499101. OLE color: 2499101.
HSL color Cylindrical-coordinate representation of color #1D2226: hue angle of 206.67º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1D2226 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 34 | 38 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.85 |
| HSL | 206.67º | 0.13% | 0.13% | - |
| HSV(B) | 206.67º | 0.24% | 0.15% | - |
| XYZ | 1.43 | 1.55 | 2.06 | - |
| YUV | 32.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 34 | 38 | 0.24 | 0.11 | 0 | 0.85 | 206.67 | 0.13 | 0.13 |
| Hex | 1D | 22 | 26 | 18 | B | 0 | 55 | CF | D | D |
| Octal | 35 | 42 | 46 | 30 | 13 | 0 | 125 | 317 | 15 | 15 |
| Binary | 11101 | 100010 | 100110 | 11000 | 1011 | 0 | 1010101 | 11001111 | 1101 | 1101 |
Color Harmonies of #1D2226
Complementary color
Monochromatic Colors of #1D2226
Black with #1D2226
Text Example
Text Example
White with #1D2226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2226; }
p { color: rgb(29,34,38); }
H1.HeaderClassName
{
color: #1D2226;
}
.AnyTagClassName
{
color: #1D2226;
}
</style>
background-color css
<style>
a { background-color: #1D2226; }
a { background-color: rgb(29,34,38); }
div.DivClassName
{
background-color: #1D2226;
}
.BgClassName
{
background-color: #1D2226;
}
</style>
border-color css
<style>
span { border-color: #1D2226; }
span { border-color: rgb(29,34,38); }
td.TdClassName
{
border-color: #1D2226;
}
.TagClassName
{
border-color: #1D2226;
}
</style>