Shades of Black Pearl #10212A
Tints of Black Pearl #10212A
RGB
CMYK
RGB Variations
Color information
#10212A (or 0x10212A) is known color: Black Pearl. HEX triplet: 10, 21 and 2A. RGB value is (16,33,42). Sum of RGB (Red+Green+Blue) = 16+33+42=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #10212A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10212A is #EFDED5. Grayscale: #1C1C1C. Windows color (decimal): -15720150 or 2760976. OLE color: 2760976.
HSL color Cylindrical-coordinate representation of color #10212A: hue angle of 200.77º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #10212A is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 33 | 42 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.84 |
| HSL | 200.77º | 0.45% | 0.11% | - |
| HSV(B) | 200.77º | 0.62% | 0.16% | - |
| XYZ | 1.18 | 1.37 | 2.39 | - |
| YUV | 28.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 42 | 0.62 | 0.21 | 0 | 0.84 | 200.77 | 0.45 | 0.11 |
| Hex | 10 | 21 | 2A | 3E | 15 | 0 | 54 | C9 | 2D | B |
| Octal | 20 | 41 | 52 | 76 | 25 | 0 | 124 | 311 | 55 | 13 |
| Binary | 10000 | 100001 | 101010 | 111110 | 10101 | 0 | 1010100 | 11001001 | 101101 | 1011 |
Color Harmonies of #10212A
Complementary color
Monochromatic Colors of #10212A
Black with #10212A
Text Example
Text Example
White with #10212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10212A; }
p { color: rgb(16,33,42); }
H1.HeaderClassName
{
color: #10212A;
}
.AnyTagClassName
{
color: #10212A;
}
</style>
background-color css
<style>
a { background-color: #10212A; }
a { background-color: rgb(16,33,42); }
div.DivClassName
{
background-color: #10212A;
}
.BgClassName
{
background-color: #10212A;
}
</style>
border-color css
<style>
span { border-color: #10212A; }
span { border-color: rgb(16,33,42); }
td.TdClassName
{
border-color: #10212A;
}
.TagClassName
{
border-color: #10212A;
}
</style>