Shades of Black Pearl #182531
Tints of Black Pearl #182531
RGB
CMYK
RGB Variations
Color information
#182531 (or 0x182531) is known color: Black Pearl. HEX triplet: 18, 25 and 31. RGB value is (24,37,49). Sum of RGB (Red+Green+Blue) = 24+37+49=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #182531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182531 is #E7DACE. Grayscale: #222222. Windows color (decimal): -15194831 or 3220760. OLE color: 3220760.
HSL color Cylindrical-coordinate representation of color #182531: hue angle of 208.8º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #182531 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 37 | 49 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.81 |
| HSL | 208.8º | 0.34% | 0.14% | - |
| HSV(B) | 208.8º | 0.51% | 0.19% | - |
| XYZ | 1.59 | 1.74 | 3.16 | - |
| YUV | 34.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 49 | 0.51 | 0.24 | 0 | 0.81 | 208.8 | 0.34 | 0.14 |
| Hex | 18 | 25 | 31 | 33 | 18 | 0 | 51 | D1 | 22 | E |
| Octal | 30 | 45 | 61 | 63 | 30 | 0 | 121 | 321 | 42 | 16 |
| Binary | 11000 | 100101 | 110001 | 110011 | 11000 | 0 | 1010001 | 11010001 | 100010 | 1110 |
Color Harmonies of #182531
Complementary color
Monochromatic Colors of #182531
Black with #182531
Text Example
Text Example
White with #182531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182531; }
p { color: rgb(24,37,49); }
H1.HeaderClassName
{
color: #182531;
}
.AnyTagClassName
{
color: #182531;
}
</style>
background-color css
<style>
a { background-color: #182531; }
a { background-color: rgb(24,37,49); }
div.DivClassName
{
background-color: #182531;
}
.BgClassName
{
background-color: #182531;
}
</style>
border-color css
<style>
span { border-color: #182531; }
span { border-color: rgb(24,37,49); }
td.TdClassName
{
border-color: #182531;
}
.TagClassName
{
border-color: #182531;
}
</style>