Shades of Black Pearl #16252E
Tints of Black Pearl #16252E
RGB
CMYK
RGB Variations
Color information
#16252E (or 0x16252E) is known color: Black Pearl. HEX triplet: 16, 25 and 2E. RGB value is (22,37,46). Sum of RGB (Red+Green+Blue) = 22+37+46=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #16252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16252E is #E9DAD1. Grayscale: #212121. Windows color (decimal): -15325906 or 3024150. OLE color: 3024150.
HSL color Cylindrical-coordinate representation of color #16252E: hue angle of 202.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #16252E is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 37 | 46 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.82 |
| HSL | 202.5º | 0.35% | 0.13% | - |
| HSV(B) | 202.5º | 0.52% | 0.18% | - |
| XYZ | 1.49 | 1.69 | 2.83 | - |
| YUV | 33.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 37 | 46 | 0.52 | 0.20 | 0 | 0.82 | 202.5 | 0.35 | 0.13 |
| Hex | 16 | 25 | 2E | 34 | 14 | 0 | 52 | CA | 23 | D |
| Octal | 26 | 45 | 56 | 64 | 24 | 0 | 122 | 312 | 43 | 15 |
| Binary | 10110 | 100101 | 101110 | 110100 | 10100 | 0 | 1010010 | 11001010 | 100011 | 1101 |
Color Harmonies of #16252E
Complementary color
Monochromatic Colors of #16252E
Black with #16252E
Text Example
Text Example
White with #16252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16252E; }
p { color: rgb(22,37,46); }
H1.HeaderClassName
{
color: #16252E;
}
.AnyTagClassName
{
color: #16252E;
}
</style>
background-color css
<style>
a { background-color: #16252E; }
a { background-color: rgb(22,37,46); }
div.DivClassName
{
background-color: #16252E;
}
.BgClassName
{
background-color: #16252E;
}
</style>
border-color css
<style>
span { border-color: #16252E; }
span { border-color: rgb(22,37,46); }
td.TdClassName
{
border-color: #16252E;
}
.TagClassName
{
border-color: #16252E;
}
</style>