Shades of Black Pearl #182E34
Tints of Black Pearl #182E34
RGB
CMYK
RGB Variations
Color information
#182E34 (or 0x182E34) is known color: Black Pearl. HEX triplet: 18, 2E and 34. RGB value is (24,46,52). Sum of RGB (Red+Green+Blue) = 24+46+52=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #182E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E34 is #E7D1CB. Grayscale: #282828. Windows color (decimal): -15192524 or 3419672. OLE color: 3419672.
HSL color Cylindrical-coordinate representation of color #182E34: hue angle of 192.86º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #182E34 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 46 | 52 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.80 |
| HSL | 192.86º | 0.37% | 0.15% | - |
| HSV(B) | 192.86º | 0.54% | 0.2% | - |
| XYZ | 1.97 | 2.4 | 3.61 | - |
| YUV | 40.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 52 | 0.54 | 0.12 | 0 | 0.80 | 192.86 | 0.37 | 0.15 |
| Hex | 18 | 2E | 34 | 36 | C | 0 | 50 | C1 | 25 | F |
| Octal | 30 | 56 | 64 | 66 | 14 | 0 | 120 | 301 | 45 | 17 |
| Binary | 11000 | 101110 | 110100 | 110110 | 1100 | 0 | 1010000 | 11000001 | 100101 | 1111 |
Color Harmonies of #182E34
Complementary color
Monochromatic Colors of #182E34
Black with #182E34
Text Example
Text Example
White with #182E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E34; }
p { color: rgb(24,46,52); }
H1.HeaderClassName
{
color: #182E34;
}
.AnyTagClassName
{
color: #182E34;
}
</style>
background-color css
<style>
a { background-color: #182E34; }
a { background-color: rgb(24,46,52); }
div.DivClassName
{
background-color: #182E34;
}
.BgClassName
{
background-color: #182E34;
}
</style>
border-color css
<style>
span { border-color: #182E34; }
span { border-color: rgb(24,46,52); }
td.TdClassName
{
border-color: #182E34;
}
.TagClassName
{
border-color: #182E34;
}
</style>