Shades of Black Pearl #00161C
Tints of Black Pearl #00161C
RGB
CMYK
RGB Variations
Color information
#00161C (or 0x00161C) is known color: Black Pearl. HEX triplet: 00, 16 and 1C. RGB value is (0,22,28). Sum of RGB (Red+Green+Blue) = 0+22+28=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 22 (8.98% from 255 or 44% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #00161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00161C is #FFE9E3. Grayscale: #101010. Windows color (decimal): -16771556 or 1840640. OLE color: 1840640.
HSL color Cylindrical-coordinate representation of color #00161C: hue angle of 192.86º 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 #00161C is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 22 | 28 | - |
| CMYK | 1 | 0.21 | 0 | 0.89 |
| HSL | 192.86º | 1% | 0.05% | - |
| HSV(B) | 192.86º | 1% | 0.11% | - |
| XYZ | 0.5 | 0.66 | 1.2 | - |
| YUV | 16.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 28 | 1 | 0.21 | 0 | 0.89 | 192.86 | 1 | 0.05 |
| Hex | 0 | 16 | 1C | 64 | 15 | 0 | 59 | C1 | 64 | 5 |
| Octal | 0 | 26 | 34 | 144 | 25 | 0 | 131 | 301 | 144 | 5 |
| Binary | 0 | 10110 | 11100 | 1100100 | 10101 | 0 | 1011001 | 11000001 | 1100100 | 101 |
Color Harmonies of #00161C
Complementary color
Monochromatic Colors of #00161C
Black with #00161C
Text Example
Text Example
White with #00161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00161C; }
p { color: rgb(0,22,28); }
H1.HeaderClassName
{
color: #00161C;
}
.AnyTagClassName
{
color: #00161C;
}
</style>
background-color css
<style>
a { background-color: #00161C; }
a { background-color: rgb(0,22,28); }
div.DivClassName
{
background-color: #00161C;
}
.BgClassName
{
background-color: #00161C;
}
</style>
border-color css
<style>
span { border-color: #00161C; }
span { border-color: rgb(0,22,28); }
td.TdClassName
{
border-color: #00161C;
}
.TagClassName
{
border-color: #00161C;
}
</style>