Shades of Black Pearl #10292E
Tints of Black Pearl #10292E
RGB
CMYK
RGB Variations
Color information
#10292E (or 0x10292E) is known color: Black Pearl. HEX triplet: 10, 29 and 2E. RGB value is (16,41,46). Sum of RGB (Red+Green+Blue) = 16+41+46=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 46 - color contains mainly: blue. Hex color #10292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10292E is #EFD6D1. Grayscale: #222222. Windows color (decimal): -15718098 or 3025168. OLE color: 3025168.
HSL color Cylindrical-coordinate representation of color #10292E: hue angle of 190º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #10292E is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 41 | 46 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.82 |
| HSL | 190º | 0.48% | 0.12% | - |
| HSV(B) | 190º | 0.65% | 0.18% | - |
| XYZ | 1.5 | 1.89 | 2.87 | - |
| YUV | 34.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 46 | 0.65 | 0.11 | 0 | 0.82 | 190 | 0.48 | 0.12 |
| Hex | 10 | 29 | 2E | 41 | B | 0 | 52 | BE | 30 | C |
| Octal | 20 | 51 | 56 | 101 | 13 | 0 | 122 | 276 | 60 | 14 |
| Binary | 10000 | 101001 | 101110 | 1000001 | 1011 | 0 | 1010010 | 10111110 | 110000 | 1100 |
Color Harmonies of #10292E
Complementary color
Monochromatic Colors of #10292E
Black with #10292E
Text Example
Text Example
White with #10292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10292E; }
p { color: rgb(16,41,46); }
H1.HeaderClassName
{
color: #10292E;
}
.AnyTagClassName
{
color: #10292E;
}
</style>
background-color css
<style>
a { background-color: #10292E; }
a { background-color: rgb(16,41,46); }
div.DivClassName
{
background-color: #10292E;
}
.BgClassName
{
background-color: #10292E;
}
</style>
border-color css
<style>
span { border-color: #10292E; }
span { border-color: rgb(16,41,46); }
td.TdClassName
{
border-color: #10292E;
}
.TagClassName
{
border-color: #10292E;
}
</style>