Shades of Black Pearl #00162D
Tints of Black Pearl #00162D
RGB
CMYK
RGB Variations
Color information
#00162D (or 0x00162D) is known color: Black Pearl. HEX triplet: 00, 16 and 2D. RGB value is (0,22,45). Sum of RGB (Red+Green+Blue) = 0+22+45=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 22 (8.98% from 255 or 32.84% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #00162D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00162D is #FFE9D2. Grayscale: #111111. Windows color (decimal): -16771539 or 2954752. OLE color: 2954752.
HSL color Cylindrical-coordinate representation of color #00162D: hue angle of 210.67º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00162D is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 0 | 22 | 45 | - |
CMYK | 1 | 0.51 | 0 | 0.82 |
HSL | 210.67º | 1% | 0.09% | - |
HSV(B) | 210.67º | 1% | 0.18% | - |
XYZ | 0.76 | 0.76 | 2.59 | - |
YUV | 18.04 | 143.21 | 115.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 22 | 45 | 1 | 0.51 | 0 | 0.82 | 210.67 | 1 | 0.09 |
Hex | 0 | 16 | 2D | 64 | 33 | 0 | 52 | D3 | 64 | 9 |
Octal | 0 | 26 | 55 | 144 | 63 | 0 | 122 | 323 | 144 | 11 |
Binary | 0 | 10110 | 101101 | 1100100 | 110011 | 0 | 1010010 | 11010011 | 1100100 | 1001 |
Color Harmonies of #00162D
Complementary color
Monochromatic Colors of #00162D
Black with #00162D
Text Example
Text Example
White with #00162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00162D; }
p { color: rgb(0,22,45); }
H1.HeaderClassName
{
color: #00162D;
}
.AnyTagClassName
{
color: #00162D;
}
</style>
background-color css
<style>
a { background-color: #00162D; }
a { background-color: rgb(0,22,45); }
div.DivClassName
{
background-color: #00162D;
}
.BgClassName
{
background-color: #00162D;
}
</style>
border-color css
<style>
span { border-color: #00162D; }
span { border-color: rgb(0,22,45); }
td.TdClassName
{
border-color: #00162D;
}
.TagClassName
{
border-color: #00162D;
}
</style>