Shades of Black Pearl #10181A
Tints of Black Pearl #10181A
RGB
CMYK
RGB Variations
Color information
#10181A (or 0x10181A) is known color: Black Pearl. HEX triplet: 10, 18 and 1A. RGB value is (16,24,26). Sum of RGB (Red+Green+Blue) = 16+24+26=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 26 - color contains mainly: blue. Hex color #10181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10181A is #EFE7E5. Grayscale: #151515. Windows color (decimal): -15722470 or 1710096. OLE color: 1710096.
HSL color Cylindrical-coordinate representation of color #10181A: hue angle of 192º 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 #10181A is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 24 | 26 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.90 |
| HSL | 192º | 0.24% | 0.08% | - |
| HSV(B) | 192º | 0.38% | 0.1% | - |
| XYZ | 0.73 | 0.84 | 1.1 | - |
| YUV | 21.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 26 | 0.38 | 0.08 | 0 | 0.90 | 192 | 0.24 | 0.08 |
| Hex | 10 | 18 | 1A | 26 | 8 | 0 | 5A | C0 | 18 | 8 |
| Octal | 20 | 30 | 32 | 46 | 10 | 0 | 132 | 300 | 30 | 10 |
| Binary | 10000 | 11000 | 11010 | 100110 | 1000 | 0 | 1011010 | 11000000 | 11000 | 1000 |
Color Harmonies of #10181A
Complementary color
Monochromatic Colors of #10181A
Black with #10181A
Text Example
Text Example
White with #10181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10181A; }
p { color: rgb(16,24,26); }
H1.HeaderClassName
{
color: #10181A;
}
.AnyTagClassName
{
color: #10181A;
}
</style>
background-color css
<style>
a { background-color: #10181A; }
a { background-color: rgb(16,24,26); }
div.DivClassName
{
background-color: #10181A;
}
.BgClassName
{
background-color: #10181A;
}
</style>
border-color css
<style>
span { border-color: #10181A; }
span { border-color: rgb(16,24,26); }
td.TdClassName
{
border-color: #10181A;
}
.TagClassName
{
border-color: #10181A;
}
</style>