Shades of Black Pearl #00151E
Tints of Black Pearl #00151E
RGB
CMYK
RGB Variations
Color information
#00151E (or 0x00151E) is known color: Black Pearl. HEX triplet: 00, 15 and 1E. RGB value is (0,21,30). Sum of RGB (Red+Green+Blue) = 0+21+30=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #00151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00151E is #FFEAE1. Grayscale: #0F0F0F. Windows color (decimal): -16771810 or 1971456. OLE color: 1971456.
HSL color Cylindrical-coordinate representation of color #00151E: hue angle of 198º 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 #00151E is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 21 | 30 | - |
| CMYK | 1 | 0.30 | 0 | 0.88 |
| HSL | 198º | 1% | 0.06% | - |
| HSV(B) | 198º | 1% | 0.12% | - |
| XYZ | 0.5 | 0.63 | 1.32 | - |
| YUV | 15.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 30 | 1 | 0.30 | 0 | 0.88 | 198 | 1 | 0.06 |
| Hex | 0 | 15 | 1E | 64 | 1E | 0 | 58 | C6 | 64 | 6 |
| Octal | 0 | 25 | 36 | 144 | 36 | 0 | 130 | 306 | 144 | 6 |
| Binary | 0 | 10101 | 11110 | 1100100 | 11110 | 0 | 1011000 | 11000110 | 1100100 | 110 |
Color Harmonies of #00151E
Complementary color
Monochromatic Colors of #00151E
Black with #00151E
Text Example
Text Example
White with #00151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00151E; }
p { color: rgb(0,21,30); }
H1.HeaderClassName
{
color: #00151E;
}
.AnyTagClassName
{
color: #00151E;
}
</style>
background-color css
<style>
a { background-color: #00151E; }
a { background-color: rgb(0,21,30); }
div.DivClassName
{
background-color: #00151E;
}
.BgClassName
{
background-color: #00151E;
}
</style>
border-color css
<style>
span { border-color: #00151E; }
span { border-color: rgb(0,21,30); }
td.TdClassName
{
border-color: #00151E;
}
.TagClassName
{
border-color: #00151E;
}
</style>