Shades of Black Pearl #00171B
Tints of Black Pearl #00171B
RGB
CMYK
RGB Variations
Color information
#00171B (or 0x00171B) is known color: Black Pearl. HEX triplet: 00, 17 and 1B. RGB value is (0,23,27). Sum of RGB (Red+Green+Blue) = 0+23+27=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 23 (9.38% from 255 or 46% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #00171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00171B is #FFE8E4. Grayscale: #101010. Windows color (decimal): -16771301 or 1775360. OLE color: 1775360.
HSL color Cylindrical-coordinate representation of color #00171B: hue angle of 188.89º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00171B is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 0 | 23 | 27 | - |
CMYK | 1 | 0.15 | 0 | 0.89 |
HSL | 188.89º | 1% | 0.05% | - |
HSV(B) | 188.89º | 1% | 0.11% | - |
XYZ | 0.5 | 0.69 | 1.14 | - |
YUV | 16.58 | 133.88 | 116.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 23 | 27 | 1 | 0.15 | 0 | 0.89 | 188.89 | 1 | 0.05 |
Hex | 0 | 17 | 1B | 64 | F | 0 | 59 | BD | 64 | 5 |
Octal | 0 | 27 | 33 | 144 | 17 | 0 | 131 | 275 | 144 | 5 |
Binary | 0 | 10111 | 11011 | 1100100 | 1111 | 0 | 1011001 | 10111101 | 1100100 | 101 |
Color Harmonies of #00171B
Complementary color
Monochromatic Colors of #00171B
Black with #00171B
Text Example
Text Example
White with #00171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00171B; }
p { color: rgb(0,23,27); }
H1.HeaderClassName
{
color: #00171B;
}
.AnyTagClassName
{
color: #00171B;
}
</style>
background-color css
<style>
a { background-color: #00171B; }
a { background-color: rgb(0,23,27); }
div.DivClassName
{
background-color: #00171B;
}
.BgClassName
{
background-color: #00171B;
}
</style>
border-color css
<style>
span { border-color: #00171B; }
span { border-color: rgb(0,23,27); }
td.TdClassName
{
border-color: #00171B;
}
.TagClassName
{
border-color: #00171B;
}
</style>