Shades of Black Pearl #18292E
Tints of Black Pearl #18292E
RGB
CMYK
RGB Variations
Color information
#18292E (or 0x18292E) is known color: Black Pearl. HEX triplet: 18, 29 and 2E. RGB value is (24,41,46). Sum of RGB (Red+Green+Blue) = 24+41+46=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 46 - color contains mainly: blue. Hex color #18292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18292E is #E7D6D1. Grayscale: #242424. Windows color (decimal): -15193810 or 3025176. OLE color: 3025176.
HSL color Cylindrical-coordinate representation of color #18292E: hue angle of 193.64º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #18292E is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 41 | 46 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.82 |
| HSL | 193.64º | 0.31% | 0.14% | - |
| HSV(B) | 193.64º | 0.48% | 0.18% | - |
| XYZ | 1.66 | 1.98 | 2.88 | - |
| YUV | 36.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 46 | 0.48 | 0.11 | 0 | 0.82 | 193.64 | 0.31 | 0.14 |
| Hex | 18 | 29 | 2E | 30 | B | 0 | 52 | C2 | 1F | E |
| Octal | 30 | 51 | 56 | 60 | 13 | 0 | 122 | 302 | 37 | 16 |
| Binary | 11000 | 101001 | 101110 | 110000 | 1011 | 0 | 1010010 | 11000010 | 11111 | 1110 |
Color Harmonies of #18292E
Complementary color
Monochromatic Colors of #18292E
Black with #18292E
Text Example
Text Example
White with #18292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18292E; }
p { color: rgb(24,41,46); }
H1.HeaderClassName
{
color: #18292E;
}
.AnyTagClassName
{
color: #18292E;
}
</style>
background-color css
<style>
a { background-color: #18292E; }
a { background-color: rgb(24,41,46); }
div.DivClassName
{
background-color: #18292E;
}
.BgClassName
{
background-color: #18292E;
}
</style>
border-color css
<style>
span { border-color: #18292E; }
span { border-color: rgb(24,41,46); }
td.TdClassName
{
border-color: #18292E;
}
.TagClassName
{
border-color: #18292E;
}
</style>