Shades of Black Pearl #18292D
Tints of Black Pearl #18292D
RGB
CMYK
RGB Variations
Color information
#18292D (or 0x18292D) is known color: Black Pearl. HEX triplet: 18, 29 and 2D. RGB value is (24,41,45). Sum of RGB (Red+Green+Blue) = 24+41+45=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 45 - color contains mainly: blue. Hex color #18292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18292D is #E7D6D2. Grayscale: #242424. Windows color (decimal): -15193811 or 2959640. OLE color: 2959640.
HSL color Cylindrical-coordinate representation of color #18292D: hue angle of 191.43º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #18292D is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 41 | 45 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.82 |
| HSL | 191.43º | 0.3% | 0.14% | - |
| HSV(B) | 191.43º | 0.47% | 0.18% | - |
| XYZ | 1.64 | 1.97 | 2.78 | - |
| YUV | 36.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 45 | 0.47 | 0.09 | 0 | 0.82 | 191.43 | 0.3 | 0.14 |
| Hex | 18 | 29 | 2D | 2F | 9 | 0 | 52 | BF | 1E | E |
| Octal | 30 | 51 | 55 | 57 | 11 | 0 | 122 | 277 | 36 | 16 |
| Binary | 11000 | 101001 | 101101 | 101111 | 1001 | 0 | 1010010 | 10111111 | 11110 | 1110 |
Color Harmonies of #18292D
Complementary color
Monochromatic Colors of #18292D
Black with #18292D
Text Example
Text Example
White with #18292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18292D; }
p { color: rgb(24,41,45); }
H1.HeaderClassName
{
color: #18292D;
}
.AnyTagClassName
{
color: #18292D;
}
</style>
background-color css
<style>
a { background-color: #18292D; }
a { background-color: rgb(24,41,45); }
div.DivClassName
{
background-color: #18292D;
}
.BgClassName
{
background-color: #18292D;
}
</style>
border-color css
<style>
span { border-color: #18292D; }
span { border-color: rgb(24,41,45); }
td.TdClassName
{
border-color: #18292D;
}
.TagClassName
{
border-color: #18292D;
}
</style>