Shades of Black Pearl #00181F
Tints of Black Pearl #00181F
RGB
CMYK
RGB Variations
Color information
#00181F (or 0x00181F) is known color: Black Pearl. HEX triplet: 00, 18 and 1F. RGB value is (0,24,31). Sum of RGB (Red+Green+Blue) = 0+24+31=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #00181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00181F is #FFE7E0. Grayscale: #111111. Windows color (decimal): -16771041 or 2037760. OLE color: 2037760.
HSL color Cylindrical-coordinate representation of color #00181F: hue angle of 193.55º 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 #00181F is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 24 | 31 | - |
| CMYK | 1 | 0.23 | 0 | 0.88 |
| HSL | 193.55º | 1% | 0.06% | - |
| HSV(B) | 193.55º | 1% | 0.12% | - |
| XYZ | 0.57 | 0.75 | 1.41 | - |
| YUV | 17.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 31 | 1 | 0.23 | 0 | 0.88 | 193.55 | 1 | 0.06 |
| Hex | 0 | 18 | 1F | 64 | 17 | 0 | 58 | C2 | 64 | 6 |
| Octal | 0 | 30 | 37 | 144 | 27 | 0 | 130 | 302 | 144 | 6 |
| Binary | 0 | 11000 | 11111 | 1100100 | 10111 | 0 | 1011000 | 11000010 | 1100100 | 110 |
Color Harmonies of #00181F
Complementary color
Monochromatic Colors of #00181F
Black with #00181F
Text Example
Text Example
White with #00181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00181F; }
p { color: rgb(0,24,31); }
H1.HeaderClassName
{
color: #00181F;
}
.AnyTagClassName
{
color: #00181F;
}
</style>
background-color css
<style>
a { background-color: #00181F; }
a { background-color: rgb(0,24,31); }
div.DivClassName
{
background-color: #00181F;
}
.BgClassName
{
background-color: #00181F;
}
</style>
border-color css
<style>
span { border-color: #00181F; }
span { border-color: rgb(0,24,31); }
td.TdClassName
{
border-color: #00181F;
}
.TagClassName
{
border-color: #00181F;
}
</style>