Shades of Black Pearl #1D2324
Tints of Black Pearl #1D2324
RGB
CMYK
RGB Variations
Color information
#1D2324 (or 0x1D2324) is known color: Black Pearl. HEX triplet: 1D, 23 and 24. RGB value is (29,35,36). Sum of RGB (Red+Green+Blue) = 29+35+36=100 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 36 - color contains mainly: blue. Hex color #1D2324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2324 is #E2DCDB. Grayscale: #212121. Windows color (decimal): -14867676 or 2368285. OLE color: 2368285.
HSL color Cylindrical-coordinate representation of color #1D2324: hue angle of 188.57º 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 #1D2324 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 35 | 36 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.86 |
| HSL | 188.57º | 0.11% | 0.13% | - |
| HSV(B) | 188.57º | 0.19% | 0.14% | - |
| XYZ | 1.43 | 1.59 | 1.9 | - |
| YUV | 33.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 36 | 0.19 | 0.03 | 0 | 0.86 | 188.57 | 0.11 | 0.13 |
| Hex | 1D | 23 | 24 | 13 | 3 | 0 | 56 | BD | B | D |
| Octal | 35 | 43 | 44 | 23 | 3 | 0 | 126 | 275 | 13 | 15 |
| Binary | 11101 | 100011 | 100100 | 10011 | 11 | 0 | 1010110 | 10111101 | 1011 | 1101 |
Color Harmonies of #1D2324
Complementary color
Monochromatic Colors of #1D2324
Black with #1D2324
Text Example
Text Example
White with #1D2324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2324; }
p { color: rgb(29,35,36); }
H1.HeaderClassName
{
color: #1D2324;
}
.AnyTagClassName
{
color: #1D2324;
}
</style>
background-color css
<style>
a { background-color: #1D2324; }
a { background-color: rgb(29,35,36); }
div.DivClassName
{
background-color: #1D2324;
}
.BgClassName
{
background-color: #1D2324;
}
</style>
border-color css
<style>
span { border-color: #1D2324; }
span { border-color: rgb(29,35,36); }
td.TdClassName
{
border-color: #1D2324;
}
.TagClassName
{
border-color: #1D2324;
}
</style>