Shades of Black Pearl #10151A
Tints of Black Pearl #10151A
RGB
CMYK
RGB Variations
Color information
#10151A (or 0x10151A) is known color: Black Pearl. HEX triplet: 10, 15 and 1A. RGB value is (16,21,26). Sum of RGB (Red+Green+Blue) = 16+21+26=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 26 - color contains mainly: blue. Hex color #10151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10151A is #EFEAE5. Grayscale: #141414. Windows color (decimal): -15723238 or 1709328. OLE color: 1709328.
HSL color Cylindrical-coordinate representation of color #10151A: hue angle of 210º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #10151A is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 21 | 26 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.90 |
| HSL | 210º | 0.24% | 0.08% | - |
| HSV(B) | 210º | 0.38% | 0.1% | - |
| XYZ | 0.67 | 0.72 | 1.08 | - |
| YUV | 20.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 26 | 0.38 | 0.19 | 0 | 0.90 | 210 | 0.24 | 0.08 |
| Hex | 10 | 15 | 1A | 26 | 13 | 0 | 5A | D2 | 18 | 8 |
| Octal | 20 | 25 | 32 | 46 | 23 | 0 | 132 | 322 | 30 | 10 |
| Binary | 10000 | 10101 | 11010 | 100110 | 10011 | 0 | 1011010 | 11010010 | 11000 | 1000 |
Color Harmonies of #10151A
Complementary color
Monochromatic Colors of #10151A
Black with #10151A
Text Example
Text Example
White with #10151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10151A; }
p { color: rgb(16,21,26); }
H1.HeaderClassName
{
color: #10151A;
}
.AnyTagClassName
{
color: #10151A;
}
</style>
background-color css
<style>
a { background-color: #10151A; }
a { background-color: rgb(16,21,26); }
div.DivClassName
{
background-color: #10151A;
}
.BgClassName
{
background-color: #10151A;
}
</style>
border-color css
<style>
span { border-color: #10151A; }
span { border-color: rgb(16,21,26); }
td.TdClassName
{
border-color: #10151A;
}
.TagClassName
{
border-color: #10151A;
}
</style>