Shades of Black Pearl #16272F
Tints of Black Pearl #16272F
RGB
CMYK
RGB Variations
Color information
#16272F (or 0x16272F) is known color: Black Pearl. HEX triplet: 16, 27 and 2F. RGB value is (22,39,47). Sum of RGB (Red+Green+Blue) = 22+39+47=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 47 - color contains mainly: blue. Hex color #16272F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16272F is #E9D8D0. Grayscale: #222222. Windows color (decimal): -15325393 or 3090198. OLE color: 3090198.
HSL color Cylindrical-coordinate representation of color #16272F: hue angle of 199.2º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #16272F is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 39 | 47 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.82 |
| HSL | 199.2º | 0.36% | 0.14% | - |
| HSV(B) | 199.2º | 0.53% | 0.18% | - |
| XYZ | 1.57 | 1.83 | 2.96 | - |
| YUV | 34.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 47 | 0.53 | 0.17 | 0 | 0.82 | 199.2 | 0.36 | 0.14 |
| Hex | 16 | 27 | 2F | 35 | 11 | 0 | 52 | C7 | 24 | E |
| Octal | 26 | 47 | 57 | 65 | 21 | 0 | 122 | 307 | 44 | 16 |
| Binary | 10110 | 100111 | 101111 | 110101 | 10001 | 0 | 1010010 | 11000111 | 100100 | 1110 |
Color Harmonies of #16272F
Complementary color
Monochromatic Colors of #16272F
Black with #16272F
Text Example
Text Example
White with #16272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16272F; }
p { color: rgb(22,39,47); }
H1.HeaderClassName
{
color: #16272F;
}
.AnyTagClassName
{
color: #16272F;
}
</style>
background-color css
<style>
a { background-color: #16272F; }
a { background-color: rgb(22,39,47); }
div.DivClassName
{
background-color: #16272F;
}
.BgClassName
{
background-color: #16272F;
}
</style>
border-color css
<style>
span { border-color: #16272F; }
span { border-color: rgb(22,39,47); }
td.TdClassName
{
border-color: #16272F;
}
.TagClassName
{
border-color: #16272F;
}
</style>