Shades of Black Pearl #102D37
Tints of Black Pearl #102D37
RGB
CMYK
RGB Variations
Color information
#102D37 (or 0x102D37) is known color: Black Pearl. HEX triplet: 10, 2D and 37. RGB value is (16,45,55). Sum of RGB (Red+Green+Blue) = 16+45+55=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 55 (21.88% from 255 or 47.41% from 116); Max value from RGB is 55 - color contains mainly: blue. Hex color #102D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102D37 is #EFD2C8. Grayscale: #252525. Windows color (decimal): -15717065 or 3616016. OLE color: 3616016.
HSL color Cylindrical-coordinate representation of color #102D37: hue angle of 195.38º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #102D37 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 45 | 55 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.78 |
| HSL | 195.38º | 0.55% | 0.14% | - |
| HSV(B) | 195.38º | 0.71% | 0.22% | - |
| XYZ | 1.84 | 2.26 | 3.95 | - |
| YUV | 37.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 55 | 0.71 | 0.18 | 0 | 0.78 | 195.38 | 0.55 | 0.14 |
| Hex | 10 | 2D | 37 | 47 | 12 | 0 | 4E | C3 | 37 | E |
| Octal | 20 | 55 | 67 | 107 | 22 | 0 | 116 | 303 | 67 | 16 |
| Binary | 10000 | 101101 | 110111 | 1000111 | 10010 | 0 | 1001110 | 11000011 | 110111 | 1110 |
Color Harmonies of #102D37
Complementary color
Monochromatic Colors of #102D37
Black with #102D37
Text Example
Text Example
White with #102D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D37; }
p { color: rgb(16,45,55); }
H1.HeaderClassName
{
color: #102D37;
}
.AnyTagClassName
{
color: #102D37;
}
</style>
background-color css
<style>
a { background-color: #102D37; }
a { background-color: rgb(16,45,55); }
div.DivClassName
{
background-color: #102D37;
}
.BgClassName
{
background-color: #102D37;
}
</style>
border-color css
<style>
span { border-color: #102D37; }
span { border-color: rgb(16,45,55); }
td.TdClassName
{
border-color: #102D37;
}
.TagClassName
{
border-color: #102D37;
}
</style>