Shades of Black Pearl #101B25
Tints of Black Pearl #101B25
RGB
CMYK
RGB Variations
Color information
#101B25 (or 0x101B25) is known color: Black Pearl. HEX triplet: 10, 1B and 25. RGB value is (16,27,37). Sum of RGB (Red+Green+Blue) = 16+27+37=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #101B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101B25 is #EFE4DA. Grayscale: #181818. Windows color (decimal): -15721691 or 2431760. OLE color: 2431760.
HSL color Cylindrical-coordinate representation of color #101B25: hue angle of 208.57º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #101B25 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 27 | 37 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.85 |
| HSL | 208.57º | 0.4% | 0.1% | - |
| HSV(B) | 208.57º | 0.57% | 0.15% | - |
| XYZ | 0.94 | 1.03 | 1.9 | - |
| YUV | 24.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 37 | 0.57 | 0.27 | 0 | 0.85 | 208.57 | 0.4 | 0.1 |
| Hex | 10 | 1B | 25 | 39 | 1B | 0 | 55 | D1 | 28 | A |
| Octal | 20 | 33 | 45 | 71 | 33 | 0 | 125 | 321 | 50 | 12 |
| Binary | 10000 | 11011 | 100101 | 111001 | 11011 | 0 | 1010101 | 11010001 | 101000 | 1010 |
Color Harmonies of #101B25
Complementary color
Monochromatic Colors of #101B25
Black with #101B25
Text Example
Text Example
White with #101B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B25; }
p { color: rgb(16,27,37); }
H1.HeaderClassName
{
color: #101B25;
}
.AnyTagClassName
{
color: #101B25;
}
</style>
background-color css
<style>
a { background-color: #101B25; }
a { background-color: rgb(16,27,37); }
div.DivClassName
{
background-color: #101B25;
}
.BgClassName
{
background-color: #101B25;
}
</style>
border-color css
<style>
span { border-color: #101B25; }
span { border-color: rgb(16,27,37); }
td.TdClassName
{
border-color: #101B25;
}
.TagClassName
{
border-color: #101B25;
}
</style>