Shades of Black Pearl #102231
Tints of Black Pearl #102231
RGB
CMYK
RGB Variations
Color information
#102231 (or 0x102231) is known color: Black Pearl. HEX triplet: 10, 22 and 31. RGB value is (16,34,49). Sum of RGB (Red+Green+Blue) = 16+34+49=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #102231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102231 is #EFDDCE. Grayscale: #1E1E1E. Windows color (decimal): -15719887 or 3219984. OLE color: 3219984.
HSL color Cylindrical-coordinate representation of color #102231: hue angle of 207.27º 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 #102231 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 34 | 49 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.81 |
| HSL | 207.27º | 0.51% | 0.13% | - |
| HSV(B) | 207.27º | 0.67% | 0.19% | - |
| XYZ | 1.34 | 1.48 | 3.12 | - |
| YUV | 30.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 49 | 0.67 | 0.31 | 0 | 0.81 | 207.27 | 0.51 | 0.13 |
| Hex | 10 | 22 | 31 | 43 | 1F | 0 | 51 | CF | 33 | D |
| Octal | 20 | 42 | 61 | 103 | 37 | 0 | 121 | 317 | 63 | 15 |
| Binary | 10000 | 100010 | 110001 | 1000011 | 11111 | 0 | 1010001 | 11001111 | 110011 | 1101 |
Color Harmonies of #102231
Complementary color
Monochromatic Colors of #102231
Black with #102231
Text Example
Text Example
White with #102231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102231; }
p { color: rgb(16,34,49); }
H1.HeaderClassName
{
color: #102231;
}
.AnyTagClassName
{
color: #102231;
}
</style>
background-color css
<style>
a { background-color: #102231; }
a { background-color: rgb(16,34,49); }
div.DivClassName
{
background-color: #102231;
}
.BgClassName
{
background-color: #102231;
}
</style>
border-color css
<style>
span { border-color: #102231; }
span { border-color: rgb(16,34,49); }
td.TdClassName
{
border-color: #102231;
}
.TagClassName
{
border-color: #102231;
}
</style>