Shades of Black Pearl #1D2428
Tints of Black Pearl #1D2428
RGB
CMYK
RGB Variations
Color information
#1D2428 (or 0x1D2428) is known color: Black Pearl. HEX triplet: 1D, 24 and 28. RGB value is (29,36,40). Sum of RGB (Red+Green+Blue) = 29+36+40=105 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.62% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D2428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2428 is #E2DBD7. Grayscale: #222222. Windows color (decimal): -14867416 or 2630685. OLE color: 2630685.
HSL color Cylindrical-coordinate representation of color #1D2428: hue angle of 201.82º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1D2428 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 36 | 40 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.84 |
| HSL | 201.82º | 0.16% | 0.14% | - |
| HSV(B) | 201.82º | 0.28% | 0.16% | - |
| XYZ | 1.52 | 1.68 | 2.25 | - |
| YUV | 34.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 36 | 40 | 0.28 | 0.10 | 0 | 0.84 | 201.82 | 0.16 | 0.14 |
| Hex | 1D | 24 | 28 | 1C | A | 0 | 54 | CA | 10 | E |
| Octal | 35 | 44 | 50 | 34 | 12 | 0 | 124 | 312 | 20 | 16 |
| Binary | 11101 | 100100 | 101000 | 11100 | 1010 | 0 | 1010100 | 11001010 | 10000 | 1110 |
Color Harmonies of #1D2428
Complementary color
Monochromatic Colors of #1D2428
Black with #1D2428
Text Example
Text Example
White with #1D2428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2428; }
p { color: rgb(29,36,40); }
H1.HeaderClassName
{
color: #1D2428;
}
.AnyTagClassName
{
color: #1D2428;
}
</style>
background-color css
<style>
a { background-color: #1D2428; }
a { background-color: rgb(29,36,40); }
div.DivClassName
{
background-color: #1D2428;
}
.BgClassName
{
background-color: #1D2428;
}
</style>
border-color css
<style>
span { border-color: #1D2428; }
span { border-color: rgb(29,36,40); }
td.TdClassName
{
border-color: #1D2428;
}
.TagClassName
{
border-color: #1D2428;
}
</style>