Shades of Black Pearl #001117
Tints of Black Pearl #001117
RGB
CMYK
RGB Variations
Color information
#001117 (or 0x001117) is known color: Black Pearl. HEX triplet: 00, 11 and 17. RGB value is (0,17,23). Sum of RGB (Red+Green+Blue) = 0+17+23=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #001117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001117 is #FFEEE8. Grayscale: #0C0C0C. Windows color (decimal): -16772841 or 1511680. OLE color: 1511680.
HSL color Cylindrical-coordinate representation of color #001117: hue angle of 195.65º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001117 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 17 | 23 | - |
| CMYK | 1 | 0.26 | 0 | 0.91 |
| HSL | 195.65º | 1% | 0.05% | - |
| HSV(B) | 195.65º | 1% | 0.09% | - |
| XYZ | 0.36 | 0.46 | 0.88 | - |
| YUV | 12.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 23 | 1 | 0.26 | 0 | 0.91 | 195.65 | 1 | 0.05 |
| Hex | 0 | 11 | 17 | 64 | 1A | 0 | 5B | C4 | 64 | 5 |
| Octal | 0 | 21 | 27 | 144 | 32 | 0 | 133 | 304 | 144 | 5 |
| Binary | 0 | 10001 | 10111 | 1100100 | 11010 | 0 | 1011011 | 11000100 | 1100100 | 101 |
Color Harmonies of #001117
Complementary color
Monochromatic Colors of #001117
Black with #001117
Text Example
Text Example
White with #001117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001117; }
p { color: rgb(0,17,23); }
H1.HeaderClassName
{
color: #001117;
}
.AnyTagClassName
{
color: #001117;
}
</style>
background-color css
<style>
a { background-color: #001117; }
a { background-color: rgb(0,17,23); }
div.DivClassName
{
background-color: #001117;
}
.BgClassName
{
background-color: #001117;
}
</style>
border-color css
<style>
span { border-color: #001117; }
span { border-color: rgb(0,17,23); }
td.TdClassName
{
border-color: #001117;
}
.TagClassName
{
border-color: #001117;
}
</style>