Shades of Black Pearl #181D1F
Tints of Black Pearl #181D1F
RGB
CMYK
RGB Variations
Color information
#181D1F (or 0x181D1F) is known color: Black Pearl. HEX triplet: 18, 1D and 1F. RGB value is (24,29,31). Sum of RGB (Red+Green+Blue) = 24+29+31=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 31 - color contains mainly: blue. Hex color #181D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181D1F is #E7E2E0. Grayscale: #1B1B1B. Windows color (decimal): -15196897 or 2039064. OLE color: 2039064.
HSL color Cylindrical-coordinate representation of color #181D1F: hue angle of 197.14º 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 #181D1F is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 29 | 31 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.88 |
| HSL | 197.14º | 0.13% | 0.11% | - |
| HSV(B) | 197.14º | 0.23% | 0.12% | - |
| XYZ | 1.06 | 1.17 | 1.47 | - |
| YUV | 27.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 31 | 0.23 | 0.06 | 0 | 0.88 | 197.14 | 0.13 | 0.11 |
| Hex | 18 | 1D | 1F | 17 | 6 | 0 | 58 | C5 | D | B |
| Octal | 30 | 35 | 37 | 27 | 6 | 0 | 130 | 305 | 15 | 13 |
| Binary | 11000 | 11101 | 11111 | 10111 | 110 | 0 | 1011000 | 11000101 | 1101 | 1011 |
Color Harmonies of #181D1F
Complementary color
Monochromatic Colors of #181D1F
Black with #181D1F
Text Example
Text Example
White with #181D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D1F; }
p { color: rgb(24,29,31); }
H1.HeaderClassName
{
color: #181D1F;
}
.AnyTagClassName
{
color: #181D1F;
}
</style>
background-color css
<style>
a { background-color: #181D1F; }
a { background-color: rgb(24,29,31); }
div.DivClassName
{
background-color: #181D1F;
}
.BgClassName
{
background-color: #181D1F;
}
</style>
border-color css
<style>
span { border-color: #181D1F; }
span { border-color: rgb(24,29,31); }
td.TdClassName
{
border-color: #181D1F;
}
.TagClassName
{
border-color: #181D1F;
}
</style>