Shades of Black Pearl #16272A
Tints of Black Pearl #16272A
RGB
CMYK
RGB Variations
Color information
#16272A (or 0x16272A) is known color: Black Pearl. HEX triplet: 16, 27 and 2A. RGB value is (22,39,42). Sum of RGB (Red+Green+Blue) = 22+39+42=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 42 - color contains mainly: blue. Hex color #16272A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16272A is #E9D8D5. Grayscale: #222222. Windows color (decimal): -15325398 or 2762518. OLE color: 2762518.
HSL color Cylindrical-coordinate representation of color #16272A: hue angle of 189º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #16272A is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 39 | 42 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.84 |
| HSL | 189º | 0.31% | 0.13% | - |
| HSV(B) | 189º | 0.48% | 0.16% | - |
| XYZ | 1.47 | 1.79 | 2.46 | - |
| YUV | 34.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 42 | 0.48 | 0.07 | 0 | 0.84 | 189 | 0.31 | 0.13 |
| Hex | 16 | 27 | 2A | 30 | 7 | 0 | 54 | BD | 1F | D |
| Octal | 26 | 47 | 52 | 60 | 7 | 0 | 124 | 275 | 37 | 15 |
| Binary | 10110 | 100111 | 101010 | 110000 | 111 | 0 | 1010100 | 10111101 | 11111 | 1101 |
Color Harmonies of #16272A
Complementary color
Monochromatic Colors of #16272A
Black with #16272A
Text Example
Text Example
White with #16272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16272A; }
p { color: rgb(22,39,42); }
H1.HeaderClassName
{
color: #16272A;
}
.AnyTagClassName
{
color: #16272A;
}
</style>
background-color css
<style>
a { background-color: #16272A; }
a { background-color: rgb(22,39,42); }
div.DivClassName
{
background-color: #16272A;
}
.BgClassName
{
background-color: #16272A;
}
</style>
border-color css
<style>
span { border-color: #16272A; }
span { border-color: rgb(22,39,42); }
td.TdClassName
{
border-color: #16272A;
}
.TagClassName
{
border-color: #16272A;
}
</style>