Shades of Black Pearl #181F27
Tints of Black Pearl #181F27
RGB
CMYK
RGB Variations
Color information
#181F27 (or 0x181F27) is known color: Black Pearl. HEX triplet: 18, 1F and 27. RGB value is (24,31,39). Sum of RGB (Red+Green+Blue) = 24+31+39=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 39 - color contains mainly: blue. Hex color #181F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181F27 is #E7E0D8. Grayscale: #1D1D1D. Windows color (decimal): -15196377 or 2563864. OLE color: 2563864.
HSL color Cylindrical-coordinate representation of color #181F27: hue angle of 212º 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 #181F27 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 31 | 39 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.85 |
| HSL | 212º | 0.24% | 0.12% | - |
| HSV(B) | 212º | 0.38% | 0.15% | - |
| XYZ | 1.23 | 1.32 | 2.11 | - |
| YUV | 29.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 39 | 0.38 | 0.21 | 0 | 0.85 | 212 | 0.24 | 0.12 |
| Hex | 18 | 1F | 27 | 26 | 15 | 0 | 55 | D4 | 18 | C |
| Octal | 30 | 37 | 47 | 46 | 25 | 0 | 125 | 324 | 30 | 14 |
| Binary | 11000 | 11111 | 100111 | 100110 | 10101 | 0 | 1010101 | 11010100 | 11000 | 1100 |
Color Harmonies of #181F27
Complementary color
Monochromatic Colors of #181F27
Black with #181F27
Text Example
Text Example
White with #181F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F27; }
p { color: rgb(24,31,39); }
H1.HeaderClassName
{
color: #181F27;
}
.AnyTagClassName
{
color: #181F27;
}
</style>
background-color css
<style>
a { background-color: #181F27; }
a { background-color: rgb(24,31,39); }
div.DivClassName
{
background-color: #181F27;
}
.BgClassName
{
background-color: #181F27;
}
</style>
border-color css
<style>
span { border-color: #181F27; }
span { border-color: rgb(24,31,39); }
td.TdClassName
{
border-color: #181F27;
}
.TagClassName
{
border-color: #181F27;
}
</style>