Shades of Black Pearl #242829
Tints of Black Pearl #242829
RGB
CMYK
RGB Variations
Color information
#242829 (or 0x242829) is known color: Black Pearl. HEX triplet: 24, 28 and 29. RGB value is (36,40,41). Sum of RGB (Red+Green+Blue) = 36+40+41=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 41 - color contains mainly: blue. Hex color #242829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242829 is #DBD7D6. Grayscale: #262626. Windows color (decimal): -14407639 or 2697252. OLE color: 2697252.
HSL color Cylindrical-coordinate representation of color #242829: hue angle of 192º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #242829 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 40 | 41 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.84 |
| HSL | 192º | 0.06% | 0.15% | - |
| HSV(B) | 192º | 0.12% | 0.16% | - |
| XYZ | 1.89 | 2.05 | 2.39 | - |
| YUV | 38.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 41 | 0.12 | 0.02 | 0 | 0.84 | 192 | 0.06 | 0.15 |
| Hex | 24 | 28 | 29 | C | 2 | 0 | 54 | C0 | 6 | F |
| Octal | 44 | 50 | 51 | 14 | 2 | 0 | 124 | 300 | 6 | 17 |
| Binary | 100100 | 101000 | 101001 | 1100 | 10 | 0 | 1010100 | 11000000 | 110 | 1111 |
Color Harmonies of #242829
Complementary color
Monochromatic Colors of #242829
Black with #242829
Text Example
Text Example
White with #242829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242829; }
p { color: rgb(36,40,41); }
H1.HeaderClassName
{
color: #242829;
}
.AnyTagClassName
{
color: #242829;
}
</style>
background-color css
<style>
a { background-color: #242829; }
a { background-color: rgb(36,40,41); }
div.DivClassName
{
background-color: #242829;
}
.BgClassName
{
background-color: #242829;
}
</style>
border-color css
<style>
span { border-color: #242829; }
span { border-color: rgb(36,40,41); }
td.TdClassName
{
border-color: #242829;
}
.TagClassName
{
border-color: #242829;
}
</style>