Shades of Black Pearl #0A121B
Tints of Black Pearl #0A121B
RGB
CMYK
RGB Variations
Color information
#0A121B (or 0x0A121B) is known color: Black Pearl. HEX triplet: 0A, 12 and 1B. RGB value is (10,18,27). Sum of RGB (Red+Green+Blue) = 10+18+27=55 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.18% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A121B is #F5EDE4. Grayscale: #101010. Windows color (decimal): -16117221 or 1774090. OLE color: 1774090.
HSL color Cylindrical-coordinate representation of color #0A121B: hue angle of 211.76º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0A121B is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 18 | 27 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.89 |
| HSL | 211.76º | 0.46% | 0.07% | - |
| HSV(B) | 211.76º | 0.63% | 0.11% | - |
| XYZ | 0.54 | 0.58 | 1.12 | - |
| YUV | 16.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 27 | 0.63 | 0.33 | 0 | 0.89 | 211.76 | 0.46 | 0.07 |
| Hex | A | 12 | 1B | 3F | 21 | 0 | 59 | D4 | 2E | 7 |
| Octal | 12 | 22 | 33 | 77 | 41 | 0 | 131 | 324 | 56 | 7 |
| Binary | 1010 | 10010 | 11011 | 111111 | 100001 | 0 | 1011001 | 11010100 | 101110 | 111 |
Color Harmonies of #0A121B
Complementary color
Monochromatic Colors of #0A121B
Black with #0A121B
Text Example
Text Example
White with #0A121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A121B; }
p { color: rgb(10,18,27); }
H1.HeaderClassName
{
color: #0A121B;
}
.AnyTagClassName
{
color: #0A121B;
}
</style>
background-color css
<style>
a { background-color: #0A121B; }
a { background-color: rgb(10,18,27); }
div.DivClassName
{
background-color: #0A121B;
}
.BgClassName
{
background-color: #0A121B;
}
</style>
border-color css
<style>
span { border-color: #0A121B; }
span { border-color: rgb(10,18,27); }
td.TdClassName
{
border-color: #0A121B;
}
.TagClassName
{
border-color: #0A121B;
}
</style>