Shades of Black Pearl #0A101A
Tints of Black Pearl #0A101A
RGB
CMYK
RGB Variations
Color information
#0A101A (or 0x0A101A) is known color: Black Pearl. HEX triplet: 0A, 10 and 1A. RGB value is (10,16,26). Sum of RGB (Red+Green+Blue) = 10+16+26=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 26 (10.55% from 255 or 50% from 52); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A101A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A101A is #F5EFE5. Grayscale: #0F0F0F. Windows color (decimal): -16117734 or 1708042. OLE color: 1708042.
HSL color Cylindrical-coordinate representation of color #0A101A: hue angle of 217.5º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A101A is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 16 | 26 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.90 |
| HSL | 217.5º | 0.44% | 0.07% | - |
| HSV(B) | 217.5º | 0.62% | 0.1% | - |
| XYZ | 0.5 | 0.51 | 1.05 | - |
| YUV | 15.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 26 | 0.62 | 0.38 | 0 | 0.90 | 217.5 | 0.44 | 0.07 |
| Hex | A | 10 | 1A | 3E | 26 | 0 | 5A | DA | 2C | 7 |
| Octal | 12 | 20 | 32 | 76 | 46 | 0 | 132 | 332 | 54 | 7 |
| Binary | 1010 | 10000 | 11010 | 111110 | 100110 | 0 | 1011010 | 11011010 | 101100 | 111 |
Color Harmonies of #0A101A
Complementary color
Monochromatic Colors of #0A101A
Black with #0A101A
Text Example
Text Example
White with #0A101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A101A; }
p { color: rgb(10,16,26); }
H1.HeaderClassName
{
color: #0A101A;
}
.AnyTagClassName
{
color: #0A101A;
}
</style>
background-color css
<style>
a { background-color: #0A101A; }
a { background-color: rgb(10,16,26); }
div.DivClassName
{
background-color: #0A101A;
}
.BgClassName
{
background-color: #0A101A;
}
</style>
border-color css
<style>
span { border-color: #0A101A; }
span { border-color: rgb(10,16,26); }
td.TdClassName
{
border-color: #0A101A;
}
.TagClassName
{
border-color: #0A101A;
}
</style>