Shades of Black Pearl #102427
Tints of Black Pearl #102427
RGB
CMYK
RGB Variations
Color information
#102427 (or 0x102427) is known color: Black Pearl. HEX triplet: 10, 24 and 27. RGB value is (16,36,39). Sum of RGB (Red+Green+Blue) = 16+36+39=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #102427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102427 is #EFDBD8. Grayscale: #1E1E1E. Windows color (decimal): -15719385 or 2565136. OLE color: 2565136.
HSL color Cylindrical-coordinate representation of color #102427: hue angle of 187.83º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #102427 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 36 | 39 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.85 |
| HSL | 187.83º | 0.42% | 0.11% | - |
| HSV(B) | 187.83º | 0.59% | 0.15% | - |
| XYZ | 1.21 | 1.52 | 2.15 | - |
| YUV | 30.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 39 | 0.59 | 0.08 | 0 | 0.85 | 187.83 | 0.42 | 0.11 |
| Hex | 10 | 24 | 27 | 3B | 8 | 0 | 55 | BC | 2A | B |
| Octal | 20 | 44 | 47 | 73 | 10 | 0 | 125 | 274 | 52 | 13 |
| Binary | 10000 | 100100 | 100111 | 111011 | 1000 | 0 | 1010101 | 10111100 | 101010 | 1011 |
Color Harmonies of #102427
Complementary color
Monochromatic Colors of #102427
Black with #102427
Text Example
Text Example
White with #102427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102427; }
p { color: rgb(16,36,39); }
H1.HeaderClassName
{
color: #102427;
}
.AnyTagClassName
{
color: #102427;
}
</style>
background-color css
<style>
a { background-color: #102427; }
a { background-color: rgb(16,36,39); }
div.DivClassName
{
background-color: #102427;
}
.BgClassName
{
background-color: #102427;
}
</style>
border-color css
<style>
span { border-color: #102427; }
span { border-color: rgb(16,36,39); }
td.TdClassName
{
border-color: #102427;
}
.TagClassName
{
border-color: #102427;
}
</style>