Shades of Black Pearl #182A31
Tints of Black Pearl #182A31
RGB
CMYK
RGB Variations
Color information
#182A31 (or 0x182A31) is known color: Black Pearl. HEX triplet: 18, 2A and 31. RGB value is (24,42,49). Sum of RGB (Red+Green+Blue) = 24+42+49=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: blue. Hex color #182A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A31 is #E7D5CE. Grayscale: #252525. Windows color (decimal): -15193551 or 3222040. OLE color: 3222040.
HSL color Cylindrical-coordinate representation of color #182A31: hue angle of 196.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 #182A31 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 42 | 49 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.81 |
| HSL | 196.8º | 0.34% | 0.14% | - |
| HSV(B) | 196.8º | 0.51% | 0.19% | - |
| XYZ | 1.76 | 2.07 | 3.21 | - |
| YUV | 37.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 49 | 0.51 | 0.14 | 0 | 0.81 | 196.8 | 0.34 | 0.14 |
| Hex | 18 | 2A | 31 | 33 | E | 0 | 51 | C5 | 22 | E |
| Octal | 30 | 52 | 61 | 63 | 16 | 0 | 121 | 305 | 42 | 16 |
| Binary | 11000 | 101010 | 110001 | 110011 | 1110 | 0 | 1010001 | 11000101 | 100010 | 1110 |
Color Harmonies of #182A31
Complementary color
Monochromatic Colors of #182A31
Black with #182A31
Text Example
Text Example
White with #182A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A31; }
p { color: rgb(24,42,49); }
H1.HeaderClassName
{
color: #182A31;
}
.AnyTagClassName
{
color: #182A31;
}
</style>
background-color css
<style>
a { background-color: #182A31; }
a { background-color: rgb(24,42,49); }
div.DivClassName
{
background-color: #182A31;
}
.BgClassName
{
background-color: #182A31;
}
</style>
border-color css
<style>
span { border-color: #182A31; }
span { border-color: rgb(24,42,49); }
td.TdClassName
{
border-color: #182A31;
}
.TagClassName
{
border-color: #182A31;
}
</style>