Shades of Black Pearl #102831
Tints of Black Pearl #102831
RGB
CMYK
RGB Variations
Color information
#102831 (or 0x102831) is known color: Black Pearl. HEX triplet: 10, 28 and 31. RGB value is (16,40,49). Sum of RGB (Red+Green+Blue) = 16+40+49=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #102831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102831 is #EFD7CE. Grayscale: #212121. Windows color (decimal): -15718351 or 3221520. OLE color: 3221520.
HSL color Cylindrical-coordinate representation of color #102831: hue angle of 196.36º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #102831 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 40 | 49 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.81 |
| HSL | 196.36º | 0.51% | 0.13% | - |
| HSV(B) | 196.36º | 0.67% | 0.19% | - |
| XYZ | 1.53 | 1.85 | 3.18 | - |
| YUV | 33.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 49 | 0.67 | 0.18 | 0 | 0.81 | 196.36 | 0.51 | 0.13 |
| Hex | 10 | 28 | 31 | 43 | 12 | 0 | 51 | C4 | 33 | D |
| Octal | 20 | 50 | 61 | 103 | 22 | 0 | 121 | 304 | 63 | 15 |
| Binary | 10000 | 101000 | 110001 | 1000011 | 10010 | 0 | 1010001 | 11000100 | 110011 | 1101 |
Color Harmonies of #102831
Complementary color
Monochromatic Colors of #102831
Black with #102831
Text Example
Text Example
White with #102831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102831; }
p { color: rgb(16,40,49); }
H1.HeaderClassName
{
color: #102831;
}
.AnyTagClassName
{
color: #102831;
}
</style>
background-color css
<style>
a { background-color: #102831; }
a { background-color: rgb(16,40,49); }
div.DivClassName
{
background-color: #102831;
}
.BgClassName
{
background-color: #102831;
}
</style>
border-color css
<style>
span { border-color: #102831; }
span { border-color: rgb(16,40,49); }
td.TdClassName
{
border-color: #102831;
}
.TagClassName
{
border-color: #102831;
}
</style>