Shades of Black Pearl #181D1E
Tints of Black Pearl #181D1E
RGB
CMYK
RGB Variations
Color information
#181D1E (or 0x181D1E) is known color: Black Pearl. HEX triplet: 18, 1D and 1E. RGB value is (24,29,30). Sum of RGB (Red+Green+Blue) = 24+29+30=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 30 - color contains mainly: blue. Hex color #181D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181D1E is #E7E2E1. Grayscale: #1B1B1B. Windows color (decimal): -15196898 or 1973528. OLE color: 1973528.
HSL color Cylindrical-coordinate representation of color #181D1E: hue angle of 190º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #181D1E is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 29 | 30 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.88 |
| HSL | 190º | 0.11% | 0.11% | - |
| HSV(B) | 190º | 0.2% | 0.12% | - |
| XYZ | 1.05 | 1.17 | 1.4 | - |
| YUV | 27.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 30 | 0.20 | 0.03 | 0 | 0.88 | 190 | 0.11 | 0.11 |
| Hex | 18 | 1D | 1E | 14 | 3 | 0 | 58 | BE | B | B |
| Octal | 30 | 35 | 36 | 24 | 3 | 0 | 130 | 276 | 13 | 13 |
| Binary | 11000 | 11101 | 11110 | 10100 | 11 | 0 | 1011000 | 10111110 | 1011 | 1011 |
Color Harmonies of #181D1E
Complementary color
Monochromatic Colors of #181D1E
Black with #181D1E
Text Example
Text Example
White with #181D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D1E; }
p { color: rgb(24,29,30); }
H1.HeaderClassName
{
color: #181D1E;
}
.AnyTagClassName
{
color: #181D1E;
}
</style>
background-color css
<style>
a { background-color: #181D1E; }
a { background-color: rgb(24,29,30); }
div.DivClassName
{
background-color: #181D1E;
}
.BgClassName
{
background-color: #181D1E;
}
</style>
border-color css
<style>
span { border-color: #181D1E; }
span { border-color: rgb(24,29,30); }
td.TdClassName
{
border-color: #181D1E;
}
.TagClassName
{
border-color: #181D1E;
}
</style>