Shades of Black Pearl #182B31
Tints of Black Pearl #182B31
RGB
CMYK
RGB Variations
Color information
#182B31 (or 0x182B31) is known color: Black Pearl. HEX triplet: 18, 2B and 31. RGB value is (24,43,49). Sum of RGB (Red+Green+Blue) = 24+43+49=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #182B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182B31 is #E7D4CE. Grayscale: #252525. Windows color (decimal): -15193295 or 3222296. OLE color: 3222296.
HSL color Cylindrical-coordinate representation of color #182B31: hue angle of 194.4º 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 #182B31 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 43 | 49 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.81 |
| HSL | 194.4º | 0.34% | 0.14% | - |
| HSV(B) | 194.4º | 0.51% | 0.19% | - |
| XYZ | 1.79 | 2.14 | 3.22 | - |
| YUV | 38 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 49 | 0.51 | 0.12 | 0 | 0.81 | 194.4 | 0.34 | 0.14 |
| Hex | 18 | 2B | 31 | 33 | C | 0 | 51 | C2 | 22 | E |
| Octal | 30 | 53 | 61 | 63 | 14 | 0 | 121 | 302 | 42 | 16 |
| Binary | 11000 | 101011 | 110001 | 110011 | 1100 | 0 | 1010001 | 11000010 | 100010 | 1110 |
Color Harmonies of #182B31
Complementary color
Monochromatic Colors of #182B31
Black with #182B31
Text Example
Text Example
White with #182B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B31; }
p { color: rgb(24,43,49); }
H1.HeaderClassName
{
color: #182B31;
}
.AnyTagClassName
{
color: #182B31;
}
</style>
background-color css
<style>
a { background-color: #182B31; }
a { background-color: rgb(24,43,49); }
div.DivClassName
{
background-color: #182B31;
}
.BgClassName
{
background-color: #182B31;
}
</style>
border-color css
<style>
span { border-color: #182B31; }
span { border-color: rgb(24,43,49); }
td.TdClassName
{
border-color: #182B31;
}
.TagClassName
{
border-color: #182B31;
}
</style>