Shades of Black Pearl #10292D
Tints of Black Pearl #10292D
RGB
CMYK
RGB Variations
Color information
#10292D (or 0x10292D) is known color: Black Pearl. HEX triplet: 10, 29 and 2D. RGB value is (16,41,45). Sum of RGB (Red+Green+Blue) = 16+41+45=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 45 - color contains mainly: blue. Hex color #10292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10292D is #EFD6D2. Grayscale: #212121. Windows color (decimal): -15718099 or 2959632. OLE color: 2959632.
HSL color Cylindrical-coordinate representation of color #10292D: hue angle of 188.28º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10292D is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 41 | 45 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.82 |
| HSL | 188.28º | 0.48% | 0.12% | - |
| HSV(B) | 188.28º | 0.64% | 0.18% | - |
| XYZ | 1.48 | 1.89 | 2.77 | - |
| YUV | 33.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 45 | 0.64 | 0.09 | 0 | 0.82 | 188.28 | 0.48 | 0.12 |
| Hex | 10 | 29 | 2D | 40 | 9 | 0 | 52 | BC | 30 | C |
| Octal | 20 | 51 | 55 | 100 | 11 | 0 | 122 | 274 | 60 | 14 |
| Binary | 10000 | 101001 | 101101 | 1000000 | 1001 | 0 | 1010010 | 10111100 | 110000 | 1100 |
Color Harmonies of #10292D
Complementary color
Monochromatic Colors of #10292D
Black with #10292D
Text Example
Text Example
White with #10292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10292D; }
p { color: rgb(16,41,45); }
H1.HeaderClassName
{
color: #10292D;
}
.AnyTagClassName
{
color: #10292D;
}
</style>
background-color css
<style>
a { background-color: #10292D; }
a { background-color: rgb(16,41,45); }
div.DivClassName
{
background-color: #10292D;
}
.BgClassName
{
background-color: #10292D;
}
</style>
border-color css
<style>
span { border-color: #10292D; }
span { border-color: rgb(16,41,45); }
td.TdClassName
{
border-color: #10292D;
}
.TagClassName
{
border-color: #10292D;
}
</style>