Shades of Black Pearl #182C34
Tints of Black Pearl #182C34
RGB
CMYK
RGB Variations
Color information
#182C34 (or 0x182C34) is known color: Black Pearl. HEX triplet: 18, 2C and 34. RGB value is (24,44,52). Sum of RGB (Red+Green+Blue) = 24+44+52=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #182C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182C34 is #E7D3CB. Grayscale: #262626. Windows color (decimal): -15193036 or 3419160. OLE color: 3419160.
HSL color Cylindrical-coordinate representation of color #182C34: hue angle of 197.14º 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 #182C34 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 44 | 52 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.80 |
| HSL | 197.14º | 0.37% | 0.15% | - |
| HSV(B) | 197.14º | 0.54% | 0.2% | - |
| XYZ | 1.9 | 2.24 | 3.58 | - |
| YUV | 38.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 52 | 0.54 | 0.15 | 0 | 0.80 | 197.14 | 0.37 | 0.15 |
| Hex | 18 | 2C | 34 | 36 | F | 0 | 50 | C5 | 25 | F |
| Octal | 30 | 54 | 64 | 66 | 17 | 0 | 120 | 305 | 45 | 17 |
| Binary | 11000 | 101100 | 110100 | 110110 | 1111 | 0 | 1010000 | 11000101 | 100101 | 1111 |
Color Harmonies of #182C34
Complementary color
Monochromatic Colors of #182C34
Black with #182C34
Text Example
Text Example
White with #182C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C34; }
p { color: rgb(24,44,52); }
H1.HeaderClassName
{
color: #182C34;
}
.AnyTagClassName
{
color: #182C34;
}
</style>
background-color css
<style>
a { background-color: #182C34; }
a { background-color: rgb(24,44,52); }
div.DivClassName
{
background-color: #182C34;
}
.BgClassName
{
background-color: #182C34;
}
</style>
border-color css
<style>
span { border-color: #182C34; }
span { border-color: rgb(24,44,52); }
td.TdClassName
{
border-color: #182C34;
}
.TagClassName
{
border-color: #182C34;
}
</style>