Shades of Black Pearl #181B1F
Tints of Black Pearl #181B1F
RGB
CMYK
RGB Variations
Color information
#181B1F (or 0x181B1F) is known color: Black Pearl. HEX triplet: 18, 1B and 1F. RGB value is (24,27,31). Sum of RGB (Red+Green+Blue) = 24+27+31=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 31 - color contains mainly: blue. Hex color #181B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B1F is #E7E4E0. Grayscale: #1A1A1A. Windows color (decimal): -15197409 or 2038552. OLE color: 2038552.
HSL color Cylindrical-coordinate representation of color #181B1F: hue angle of 214.29º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #181B1F is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 27 | 31 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.88 |
| HSL | 214.29º | 0.13% | 0.11% | - |
| HSV(B) | 214.29º | 0.23% | 0.12% | - |
| XYZ | 1.02 | 1.08 | 1.45 | - |
| YUV | 26.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 31 | 0.23 | 0.13 | 0 | 0.88 | 214.29 | 0.13 | 0.11 |
| Hex | 18 | 1B | 1F | 17 | D | 0 | 58 | D6 | D | B |
| Octal | 30 | 33 | 37 | 27 | 15 | 0 | 130 | 326 | 15 | 13 |
| Binary | 11000 | 11011 | 11111 | 10111 | 1101 | 0 | 1011000 | 11010110 | 1101 | 1011 |
Color Harmonies of #181B1F
Complementary color
Monochromatic Colors of #181B1F
Black with #181B1F
Text Example
Text Example
White with #181B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B1F; }
p { color: rgb(24,27,31); }
H1.HeaderClassName
{
color: #181B1F;
}
.AnyTagClassName
{
color: #181B1F;
}
</style>
background-color css
<style>
a { background-color: #181B1F; }
a { background-color: rgb(24,27,31); }
div.DivClassName
{
background-color: #181B1F;
}
.BgClassName
{
background-color: #181B1F;
}
</style>
border-color css
<style>
span { border-color: #181B1F; }
span { border-color: rgb(24,27,31); }
td.TdClassName
{
border-color: #181B1F;
}
.TagClassName
{
border-color: #181B1F;
}
</style>