Shades of Black Pearl #1D282A
Tints of Black Pearl #1D282A
RGB
CMYK
RGB Variations
Color information
#1D282A (or 0x1D282A) is known color: Black Pearl. HEX triplet: 1D, 28 and 2A. RGB value is (29,40,42). Sum of RGB (Red+Green+Blue) = 29+40+42=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 42 - color contains mainly: blue. Hex color #1D282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D282A is #E2D7D5. Grayscale: #242424. Windows color (decimal): -14866390 or 2762781. OLE color: 2762781.
HSL color Cylindrical-coordinate representation of color #1D282A: hue angle of 189.23º degrees, saturation: 0.18, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1D282A is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 40 | 42 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.84 |
| HSL | 189.23º | 0.18% | 0.14% | - |
| HSV(B) | 189.23º | 0.31% | 0.16% | - |
| XYZ | 1.68 | 1.95 | 2.48 | - |
| YUV | 36.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 40 | 42 | 0.31 | 0.05 | 0 | 0.84 | 189.23 | 0.18 | 0.14 |
| Hex | 1D | 28 | 2A | 1F | 5 | 0 | 54 | BD | 12 | E |
| Octal | 35 | 50 | 52 | 37 | 5 | 0 | 124 | 275 | 22 | 16 |
| Binary | 11101 | 101000 | 101010 | 11111 | 101 | 0 | 1010100 | 10111101 | 10010 | 1110 |
Color Harmonies of #1D282A
Complementary color
Monochromatic Colors of #1D282A
Black with #1D282A
Text Example
Text Example
White with #1D282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D282A; }
p { color: rgb(29,40,42); }
H1.HeaderClassName
{
color: #1D282A;
}
.AnyTagClassName
{
color: #1D282A;
}
</style>
background-color css
<style>
a { background-color: #1D282A; }
a { background-color: rgb(29,40,42); }
div.DivClassName
{
background-color: #1D282A;
}
.BgClassName
{
background-color: #1D282A;
}
</style>
border-color css
<style>
span { border-color: #1D282A; }
span { border-color: rgb(29,40,42); }
td.TdClassName
{
border-color: #1D282A;
}
.TagClassName
{
border-color: #1D282A;
}
</style>