Shades of Black Pearl #182027
Tints of Black Pearl #182027
RGB
CMYK
RGB Variations
Color information
#182027 (or 0x182027) is known color: Black Pearl. HEX triplet: 18, 20 and 27. RGB value is (24,32,39). Sum of RGB (Red+Green+Blue) = 24+32+39=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #182027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182027 is #E7DFD8. Grayscale: #1E1E1E. Windows color (decimal): -15196121 or 2564120. OLE color: 2564120.
HSL color Cylindrical-coordinate representation of color #182027: hue angle of 208º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #182027 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 32 | 39 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.85 |
| HSL | 208º | 0.24% | 0.12% | - |
| HSV(B) | 208º | 0.38% | 0.15% | - |
| XYZ | 1.26 | 1.37 | 2.12 | - |
| YUV | 30.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 39 | 0.38 | 0.18 | 0 | 0.85 | 208 | 0.24 | 0.12 |
| Hex | 18 | 20 | 27 | 26 | 12 | 0 | 55 | D0 | 18 | C |
| Octal | 30 | 40 | 47 | 46 | 22 | 0 | 125 | 320 | 30 | 14 |
| Binary | 11000 | 100000 | 100111 | 100110 | 10010 | 0 | 1010101 | 11010000 | 11000 | 1100 |
Color Harmonies of #182027
Complementary color
Monochromatic Colors of #182027
Black with #182027
Text Example
Text Example
White with #182027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182027; }
p { color: rgb(24,32,39); }
H1.HeaderClassName
{
color: #182027;
}
.AnyTagClassName
{
color: #182027;
}
</style>
background-color css
<style>
a { background-color: #182027; }
a { background-color: rgb(24,32,39); }
div.DivClassName
{
background-color: #182027;
}
.BgClassName
{
background-color: #182027;
}
</style>
border-color css
<style>
span { border-color: #182027; }
span { border-color: rgb(24,32,39); }
td.TdClassName
{
border-color: #182027;
}
.TagClassName
{
border-color: #182027;
}
</style>