Shades of Black Pearl #1D272D
Tints of Black Pearl #1D272D
RGB
CMYK
RGB Variations
Color information
#1D272D (or 0x1D272D) is known color: Black Pearl. HEX triplet: 1D, 27 and 2D. RGB value is (29,39,45). Sum of RGB (Red+Green+Blue) = 29+39+45=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 45 - color contains mainly: blue. Hex color #1D272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D272D is #E2D8D2. Grayscale: #242424. Windows color (decimal): -14866643 or 2959133. OLE color: 2959133.
HSL color Cylindrical-coordinate representation of color #1D272D: hue angle of 202.5º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1D272D is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 39 | 45 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.82 |
| HSL | 202.5º | 0.22% | 0.15% | - |
| HSV(B) | 202.5º | 0.36% | 0.18% | - |
| XYZ | 1.71 | 1.9 | 2.76 | - |
| YUV | 36.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 45 | 0.36 | 0.13 | 0 | 0.82 | 202.5 | 0.22 | 0.15 |
| Hex | 1D | 27 | 2D | 24 | D | 0 | 52 | CA | 16 | F |
| Octal | 35 | 47 | 55 | 44 | 15 | 0 | 122 | 312 | 26 | 17 |
| Binary | 11101 | 100111 | 101101 | 100100 | 1101 | 0 | 1010010 | 11001010 | 10110 | 1111 |
Color Harmonies of #1D272D
Complementary color
Monochromatic Colors of #1D272D
Black with #1D272D
Text Example
Text Example
White with #1D272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D272D; }
p { color: rgb(29,39,45); }
H1.HeaderClassName
{
color: #1D272D;
}
.AnyTagClassName
{
color: #1D272D;
}
</style>
background-color css
<style>
a { background-color: #1D272D; }
a { background-color: rgb(29,39,45); }
div.DivClassName
{
background-color: #1D272D;
}
.BgClassName
{
background-color: #1D272D;
}
</style>
border-color css
<style>
span { border-color: #1D272D; }
span { border-color: rgb(29,39,45); }
td.TdClassName
{
border-color: #1D272D;
}
.TagClassName
{
border-color: #1D272D;
}
</style>