Shades of Black Pearl #00181E
Tints of Black Pearl #00181E
RGB
CMYK
RGB Variations
Color information
#00181E (or 0x00181E) is known color: Black Pearl. HEX triplet: 00, 18 and 1E. RGB value is (0,24,30). Sum of RGB (Red+Green+Blue) = 0+24+30=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #00181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00181E is #FFE7E1. Grayscale: #111111. Windows color (decimal): -16771042 or 1972224. OLE color: 1972224.
HSL color Cylindrical-coordinate representation of color #00181E: hue angle of 192º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00181E is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 24 | 30 | - |
| CMYK | 1 | 0.20 | 0 | 0.88 |
| HSL | 192º | 1% | 0.06% | - |
| HSV(B) | 192º | 1% | 0.12% | - |
| XYZ | 0.56 | 0.75 | 1.34 | - |
| YUV | 17.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 30 | 1 | 0.20 | 0 | 0.88 | 192 | 1 | 0.06 |
| Hex | 0 | 18 | 1E | 64 | 14 | 0 | 58 | C0 | 64 | 6 |
| Octal | 0 | 30 | 36 | 144 | 24 | 0 | 130 | 300 | 144 | 6 |
| Binary | 0 | 11000 | 11110 | 1100100 | 10100 | 0 | 1011000 | 11000000 | 1100100 | 110 |
Color Harmonies of #00181E
Complementary color
Monochromatic Colors of #00181E
Black with #00181E
Text Example
Text Example
White with #00181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00181E; }
p { color: rgb(0,24,30); }
H1.HeaderClassName
{
color: #00181E;
}
.AnyTagClassName
{
color: #00181E;
}
</style>
background-color css
<style>
a { background-color: #00181E; }
a { background-color: rgb(0,24,30); }
div.DivClassName
{
background-color: #00181E;
}
.BgClassName
{
background-color: #00181E;
}
</style>
border-color css
<style>
span { border-color: #00181E; }
span { border-color: rgb(0,24,30); }
td.TdClassName
{
border-color: #00181E;
}
.TagClassName
{
border-color: #00181E;
}
</style>