Shades of Black Pearl #00151A
Tints of Black Pearl #00151A
RGB
CMYK
RGB Variations
Color information
#00151A (or 0x00151A) is known color: Black Pearl. HEX triplet: 00, 15 and 1A. RGB value is (0,21,26). Sum of RGB (Red+Green+Blue) = 0+21+26=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #00151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00151A is #FFEAE5. Grayscale: #0F0F0F. Windows color (decimal): -16771814 or 1709312. OLE color: 1709312.
HSL color Cylindrical-coordinate representation of color #00151A: hue angle of 191.54º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00151A is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 21 | 26 | - |
| CMYK | 1 | 0.19 | 0 | 0.90 |
| HSL | 191.54º | 1% | 0.05% | - |
| HSV(B) | 191.54º | 1% | 0.1% | - |
| XYZ | 0.45 | 0.61 | 1.07 | - |
| YUV | 15.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 26 | 1 | 0.19 | 0 | 0.90 | 191.54 | 1 | 0.05 |
| Hex | 0 | 15 | 1A | 64 | 13 | 0 | 5A | C0 | 64 | 5 |
| Octal | 0 | 25 | 32 | 144 | 23 | 0 | 132 | 300 | 144 | 5 |
| Binary | 0 | 10101 | 11010 | 1100100 | 10011 | 0 | 1011010 | 11000000 | 1100100 | 101 |
Color Harmonies of #00151A
Complementary color
Monochromatic Colors of #00151A
Black with #00151A
Text Example
Text Example
White with #00151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00151A; }
p { color: rgb(0,21,26); }
H1.HeaderClassName
{
color: #00151A;
}
.AnyTagClassName
{
color: #00151A;
}
</style>
background-color css
<style>
a { background-color: #00151A; }
a { background-color: rgb(0,21,26); }
div.DivClassName
{
background-color: #00151A;
}
.BgClassName
{
background-color: #00151A;
}
</style>
border-color css
<style>
span { border-color: #00151A; }
span { border-color: rgb(0,21,26); }
td.TdClassName
{
border-color: #00151A;
}
.TagClassName
{
border-color: #00151A;
}
</style>