Shades of Black Pearl #181B1E
Tints of Black Pearl #181B1E
RGB
CMYK
RGB Variations
Color information
#181B1E (or 0x181B1E) is known color: Black Pearl. HEX triplet: 18, 1B and 1E. RGB value is (24,27,30). Sum of RGB (Red+Green+Blue) = 24+27+30=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 30 - color contains mainly: blue. Hex color #181B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B1E is #E7E4E1. Grayscale: #1A1A1A. Windows color (decimal): -15197410 or 1973016. OLE color: 1973016.
HSL color Cylindrical-coordinate representation of color #181B1E: hue angle of 210º 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 #181B1E is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 27 | 30 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.88 |
| HSL | 210º | 0.11% | 0.11% | - |
| HSV(B) | 210º | 0.2% | 0.12% | - |
| XYZ | 1 | 1.07 | 1.38 | - |
| YUV | 26.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 30 | 0.20 | 0.10 | 0 | 0.88 | 210 | 0.11 | 0.11 |
| Hex | 18 | 1B | 1E | 14 | A | 0 | 58 | D2 | B | B |
| Octal | 30 | 33 | 36 | 24 | 12 | 0 | 130 | 322 | 13 | 13 |
| Binary | 11000 | 11011 | 11110 | 10100 | 1010 | 0 | 1011000 | 11010010 | 1011 | 1011 |
Color Harmonies of #181B1E
Complementary color
Monochromatic Colors of #181B1E
Black with #181B1E
Text Example
Text Example
White with #181B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B1E; }
p { color: rgb(24,27,30); }
H1.HeaderClassName
{
color: #181B1E;
}
.AnyTagClassName
{
color: #181B1E;
}
</style>
background-color css
<style>
a { background-color: #181B1E; }
a { background-color: rgb(24,27,30); }
div.DivClassName
{
background-color: #181B1E;
}
.BgClassName
{
background-color: #181B1E;
}
</style>
border-color css
<style>
span { border-color: #181B1E; }
span { border-color: rgb(24,27,30); }
td.TdClassName
{
border-color: #181B1E;
}
.TagClassName
{
border-color: #181B1E;
}
</style>