Shades of Black Pearl #101C25
Tints of Black Pearl #101C25
RGB
CMYK
RGB Variations
Color information
#101C25 (or 0x101C25) is known color: Black Pearl. HEX triplet: 10, 1C and 25. RGB value is (16,28,37). Sum of RGB (Red+Green+Blue) = 16+28+37=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: blue. Hex color #101C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101C25 is #EFE3DA. Grayscale: #191919. Windows color (decimal): -15721435 or 2432016. OLE color: 2432016.
HSL color Cylindrical-coordinate representation of color #101C25: hue angle of 205.71º 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 #101C25 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 28 | 37 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.85 |
| HSL | 205.71º | 0.4% | 0.1% | - |
| HSV(B) | 205.71º | 0.57% | 0.15% | - |
| XYZ | 0.96 | 1.07 | 1.91 | - |
| YUV | 25.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 37 | 0.57 | 0.24 | 0 | 0.85 | 205.71 | 0.4 | 0.1 |
| Hex | 10 | 1C | 25 | 39 | 18 | 0 | 55 | CE | 28 | A |
| Octal | 20 | 34 | 45 | 71 | 30 | 0 | 125 | 316 | 50 | 12 |
| Binary | 10000 | 11100 | 100101 | 111001 | 11000 | 0 | 1010101 | 11001110 | 101000 | 1010 |
Color Harmonies of #101C25
Complementary color
Monochromatic Colors of #101C25
Black with #101C25
Text Example
Text Example
White with #101C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C25; }
p { color: rgb(16,28,37); }
H1.HeaderClassName
{
color: #101C25;
}
.AnyTagClassName
{
color: #101C25;
}
</style>
background-color css
<style>
a { background-color: #101C25; }
a { background-color: rgb(16,28,37); }
div.DivClassName
{
background-color: #101C25;
}
.BgClassName
{
background-color: #101C25;
}
</style>
border-color css
<style>
span { border-color: #101C25; }
span { border-color: rgb(16,28,37); }
td.TdClassName
{
border-color: #101C25;
}
.TagClassName
{
border-color: #101C25;
}
</style>