Shades of Black Pearl #000B14
Tints of Black Pearl #000B14
RGB
CMYK
RGB Variations
Color information
#000B14 (or 0x000B14) is known color: Black Pearl. HEX triplet: 00, 0B and 14. RGB value is (0,11,20). Sum of RGB (Red+Green+Blue) = 0+11+20=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 20 (8.20% from 255 or 64.52% from 31); Max value from RGB is 20 - color contains mainly: blue. Hex color #000B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000B14 is #FFF4EB. Grayscale: #080808. Windows color (decimal): -16774380 or 1313536. OLE color: 1313536.
HSL color Cylindrical-coordinate representation of color #000B14: hue angle of 207º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B14 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 11 | 20 | - |
| CMYK | 1 | 0.45 | 0 | 0.92 |
| HSL | 207º | 1% | 0.04% | - |
| HSV(B) | 207º | 1% | 0.08% | - |
| XYZ | 0.25 | 0.29 | 0.7 | - |
| YUV | 8.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 20 | 1 | 0.45 | 0 | 0.92 | 207 | 1 | 0.04 |
| Hex | 0 | B | 14 | 64 | 2D | 0 | 5C | CF | 64 | 4 |
| Octal | 0 | 13 | 24 | 144 | 55 | 0 | 134 | 317 | 144 | 4 |
| Binary | 0 | 1011 | 10100 | 1100100 | 101101 | 0 | 1011100 | 11001111 | 1100100 | 100 |
Color Harmonies of #000B14
Complementary color
Monochromatic Colors of #000B14
Black with #000B14
Text Example
Text Example
White with #000B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B14; }
p { color: rgb(0,11,20); }
H1.HeaderClassName
{
color: #000B14;
}
.AnyTagClassName
{
color: #000B14;
}
</style>
background-color css
<style>
a { background-color: #000B14; }
a { background-color: rgb(0,11,20); }
div.DivClassName
{
background-color: #000B14;
}
.BgClassName
{
background-color: #000B14;
}
</style>
border-color css
<style>
span { border-color: #000B14; }
span { border-color: rgb(0,11,20); }
td.TdClassName
{
border-color: #000B14;
}
.TagClassName
{
border-color: #000B14;
}
</style>