Shades of Black Pearl #182A32
Tints of Black Pearl #182A32
RGB
CMYK
RGB Variations
Color information
#182A32 (or 0x182A32) is known color: Black Pearl. HEX triplet: 18, 2A and 32. RGB value is (24,42,50). Sum of RGB (Red+Green+Blue) = 24+42+50=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: blue. Hex color #182A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A32 is #E7D5CD. Grayscale: #252525. Windows color (decimal): -15193550 or 3287576. OLE color: 3287576.
HSL color Cylindrical-coordinate representation of color #182A32: hue angle of 198.46º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #182A32 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 42 | 50 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.80 |
| HSL | 198.46º | 0.35% | 0.15% | - |
| HSV(B) | 198.46º | 0.52% | 0.2% | - |
| XYZ | 1.78 | 2.08 | 3.33 | - |
| YUV | 37.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 50 | 0.52 | 0.16 | 0 | 0.80 | 198.46 | 0.35 | 0.15 |
| Hex | 18 | 2A | 32 | 34 | 10 | 0 | 50 | C6 | 23 | F |
| Octal | 30 | 52 | 62 | 64 | 20 | 0 | 120 | 306 | 43 | 17 |
| Binary | 11000 | 101010 | 110010 | 110100 | 10000 | 0 | 1010000 | 11000110 | 100011 | 1111 |
Color Harmonies of #182A32
Complementary color
Monochromatic Colors of #182A32
Black with #182A32
Text Example
Text Example
White with #182A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A32; }
p { color: rgb(24,42,50); }
H1.HeaderClassName
{
color: #182A32;
}
.AnyTagClassName
{
color: #182A32;
}
</style>
background-color css
<style>
a { background-color: #182A32; }
a { background-color: rgb(24,42,50); }
div.DivClassName
{
background-color: #182A32;
}
.BgClassName
{
background-color: #182A32;
}
</style>
border-color css
<style>
span { border-color: #182A32; }
span { border-color: rgb(24,42,50); }
td.TdClassName
{
border-color: #182A32;
}
.TagClassName
{
border-color: #182A32;
}
</style>