Shades of Black Pearl #10272B
Tints of Black Pearl #10272B
RGB
CMYK
RGB Variations
Color information
#10272B (or 0x10272B) is known color: Black Pearl. HEX triplet: 10, 27 and 2B. RGB value is (16,39,43). Sum of RGB (Red+Green+Blue) = 16+39+43=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #10272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10272B is #EFD8D4. Grayscale: #202020. Windows color (decimal): -15718613 or 2828048. OLE color: 2828048.
HSL color Cylindrical-coordinate representation of color #10272B: hue angle of 188.89º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #10272B is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 39 | 43 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.83 |
| HSL | 188.89º | 0.46% | 0.12% | - |
| HSV(B) | 188.89º | 0.63% | 0.17% | - |
| XYZ | 1.38 | 1.74 | 2.55 | - |
| YUV | 32.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 43 | 0.63 | 0.09 | 0 | 0.83 | 188.89 | 0.46 | 0.12 |
| Hex | 10 | 27 | 2B | 3F | 9 | 0 | 53 | BD | 2E | C |
| Octal | 20 | 47 | 53 | 77 | 11 | 0 | 123 | 275 | 56 | 14 |
| Binary | 10000 | 100111 | 101011 | 111111 | 1001 | 0 | 1010011 | 10111101 | 101110 | 1100 |
Color Harmonies of #10272B
Complementary color
Monochromatic Colors of #10272B
Black with #10272B
Text Example
Text Example
White with #10272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10272B; }
p { color: rgb(16,39,43); }
H1.HeaderClassName
{
color: #10272B;
}
.AnyTagClassName
{
color: #10272B;
}
</style>
background-color css
<style>
a { background-color: #10272B; }
a { background-color: rgb(16,39,43); }
div.DivClassName
{
background-color: #10272B;
}
.BgClassName
{
background-color: #10272B;
}
</style>
border-color css
<style>
span { border-color: #10272B; }
span { border-color: rgb(16,39,43); }
td.TdClassName
{
border-color: #10272B;
}
.TagClassName
{
border-color: #10272B;
}
</style>