Shades of Black Pearl #102830
Tints of Black Pearl #102830
RGB
CMYK
RGB Variations
Color information
#102830 (or 0x102830) is known color: Black Pearl. HEX triplet: 10, 28 and 30. RGB value is (16,40,48). Sum of RGB (Red+Green+Blue) = 16+40+48=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #102830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102830 is #EFD7CF. Grayscale: #212121. Windows color (decimal): -15718352 or 3155984. OLE color: 3155984.
HSL color Cylindrical-coordinate representation of color #102830: hue angle of 195º degrees, saturation: 0.5, 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 #102830 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 40 | 48 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.81 |
| HSL | 195º | 0.5% | 0.13% | - |
| HSV(B) | 195º | 0.67% | 0.19% | - |
| XYZ | 1.51 | 1.84 | 3.07 | - |
| YUV | 33.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 48 | 0.67 | 0.17 | 0 | 0.81 | 195 | 0.5 | 0.13 |
| Hex | 10 | 28 | 30 | 43 | 11 | 0 | 51 | C3 | 32 | D |
| Octal | 20 | 50 | 60 | 103 | 21 | 0 | 121 | 303 | 62 | 15 |
| Binary | 10000 | 101000 | 110000 | 1000011 | 10001 | 0 | 1010001 | 11000011 | 110010 | 1101 |
Color Harmonies of #102830
Complementary color
Monochromatic Colors of #102830
Black with #102830
Text Example
Text Example
White with #102830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102830; }
p { color: rgb(16,40,48); }
H1.HeaderClassName
{
color: #102830;
}
.AnyTagClassName
{
color: #102830;
}
</style>
background-color css
<style>
a { background-color: #102830; }
a { background-color: rgb(16,40,48); }
div.DivClassName
{
background-color: #102830;
}
.BgClassName
{
background-color: #102830;
}
</style>
border-color css
<style>
span { border-color: #102830; }
span { border-color: rgb(16,40,48); }
td.TdClassName
{
border-color: #102830;
}
.TagClassName
{
border-color: #102830;
}
</style>