Shades of Black Pearl #10181B
Tints of Black Pearl #10181B
RGB
CMYK
RGB Variations
Color information
#10181B (or 0x10181B) is known color: Black Pearl. HEX triplet: 10, 18 and 1B. RGB value is (16,24,27). Sum of RGB (Red+Green+Blue) = 16+24+27=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 27 - color contains mainly: blue. Hex color #10181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10181B is #EFE7E4. Grayscale: #151515. Windows color (decimal): -15722469 or 1775632. OLE color: 1775632.
HSL color Cylindrical-coordinate representation of color #10181B: hue angle of 196.36º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #10181B is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 24 | 27 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.89 |
| HSL | 196.36º | 0.26% | 0.08% | - |
| HSV(B) | 196.36º | 0.41% | 0.11% | - |
| XYZ | 0.74 | 0.84 | 1.16 | - |
| YUV | 21.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 27 | 0.41 | 0.11 | 0 | 0.89 | 196.36 | 0.26 | 0.08 |
| Hex | 10 | 18 | 1B | 29 | B | 0 | 59 | C4 | 1A | 8 |
| Octal | 20 | 30 | 33 | 51 | 13 | 0 | 131 | 304 | 32 | 10 |
| Binary | 10000 | 11000 | 11011 | 101001 | 1011 | 0 | 1011001 | 11000100 | 11010 | 1000 |
Color Harmonies of #10181B
Complementary color
Monochromatic Colors of #10181B
Black with #10181B
Text Example
Text Example
White with #10181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10181B; }
p { color: rgb(16,24,27); }
H1.HeaderClassName
{
color: #10181B;
}
.AnyTagClassName
{
color: #10181B;
}
</style>
background-color css
<style>
a { background-color: #10181B; }
a { background-color: rgb(16,24,27); }
div.DivClassName
{
background-color: #10181B;
}
.BgClassName
{
background-color: #10181B;
}
</style>
border-color css
<style>
span { border-color: #10181B; }
span { border-color: rgb(16,24,27); }
td.TdClassName
{
border-color: #10181B;
}
.TagClassName
{
border-color: #10181B;
}
</style>