Shades of Black Pearl #00161A
Tints of Black Pearl #00161A
RGB
CMYK
RGB Variations
Color information
#00161A (or 0x00161A) is known color: Black Pearl. HEX triplet: 00, 16 and 1A. RGB value is (0,22,26). Sum of RGB (Red+Green+Blue) = 0+22+26=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 22 (8.98% from 255 or 45.83% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #00161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00161A is #FFE9E5. Grayscale: #0F0F0F. Windows color (decimal): -16771558 or 1709568. OLE color: 1709568.
HSL color Cylindrical-coordinate representation of color #00161A: hue angle of 189.23º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00161A is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 22 | 26 | - |
| CMYK | 1 | 0.15 | 0 | 0.90 |
| HSL | 189.23º | 1% | 0.05% | - |
| HSV(B) | 189.23º | 1% | 0.1% | - |
| XYZ | 0.47 | 0.65 | 1.08 | - |
| YUV | 15.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 26 | 1 | 0.15 | 0 | 0.90 | 189.23 | 1 | 0.05 |
| Hex | 0 | 16 | 1A | 64 | F | 0 | 5A | BD | 64 | 5 |
| Octal | 0 | 26 | 32 | 144 | 17 | 0 | 132 | 275 | 144 | 5 |
| Binary | 0 | 10110 | 11010 | 1100100 | 1111 | 0 | 1011010 | 10111101 | 1100100 | 101 |
Color Harmonies of #00161A
Complementary color
Monochromatic Colors of #00161A
Black with #00161A
Text Example
Text Example
White with #00161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00161A; }
p { color: rgb(0,22,26); }
H1.HeaderClassName
{
color: #00161A;
}
.AnyTagClassName
{
color: #00161A;
}
</style>
background-color css
<style>
a { background-color: #00161A; }
a { background-color: rgb(0,22,26); }
div.DivClassName
{
background-color: #00161A;
}
.BgClassName
{
background-color: #00161A;
}
</style>
border-color css
<style>
span { border-color: #00161A; }
span { border-color: rgb(0,22,26); }
td.TdClassName
{
border-color: #00161A;
}
.TagClassName
{
border-color: #00161A;
}
</style>