Shades of Black Pearl #001114
Tints of Black Pearl #001114
RGB
CMYK
RGB Variations
Color information
#001114 (or 0x001114) is known color: Black Pearl. HEX triplet: 00, 11 and 14. RGB value is (0,17,20). Sum of RGB (Red+Green+Blue) = 0+17+20=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #001114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001114 is #FFEEEB. Grayscale: #0C0C0C. Windows color (decimal): -16772844 or 1315072. OLE color: 1315072.
HSL color Cylindrical-coordinate representation of color #001114: hue angle of 189º 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 #001114 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 17 | 20 | - |
| CMYK | 1 | 0.15 | 0 | 0.92 |
| HSL | 189º | 1% | 0.04% | - |
| HSV(B) | 189º | 1% | 0.08% | - |
| XYZ | 0.33 | 0.45 | 0.73 | - |
| YUV | 12.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 20 | 1 | 0.15 | 0 | 0.92 | 189 | 1 | 0.04 |
| Hex | 0 | 11 | 14 | 64 | F | 0 | 5C | BD | 64 | 4 |
| Octal | 0 | 21 | 24 | 144 | 17 | 0 | 134 | 275 | 144 | 4 |
| Binary | 0 | 10001 | 10100 | 1100100 | 1111 | 0 | 1011100 | 10111101 | 1100100 | 100 |
Color Harmonies of #001114
Complementary color
Monochromatic Colors of #001114
Black with #001114
Text Example
Text Example
White with #001114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001114; }
p { color: rgb(0,17,20); }
H1.HeaderClassName
{
color: #001114;
}
.AnyTagClassName
{
color: #001114;
}
</style>
background-color css
<style>
a { background-color: #001114; }
a { background-color: rgb(0,17,20); }
div.DivClassName
{
background-color: #001114;
}
.BgClassName
{
background-color: #001114;
}
</style>
border-color css
<style>
span { border-color: #001114; }
span { border-color: rgb(0,17,20); }
td.TdClassName
{
border-color: #001114;
}
.TagClassName
{
border-color: #001114;
}
</style>