Shades of Black Pearl #0A141A
Tints of Black Pearl #0A141A
RGB
CMYK
RGB Variations
Color information
#0A141A (or 0x0A141A) is known color: Black Pearl. HEX triplet: 0A, 14 and 1A. RGB value is (10,20,26). Sum of RGB (Red+Green+Blue) = 10+20+26=56 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.86% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A141A is #F5EBE5. Grayscale: #111111. Windows color (decimal): -16116710 or 1709066. OLE color: 1709066.
HSL color Cylindrical-coordinate representation of color #0A141A: hue angle of 202.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 #0A141A is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 20 | 26 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.90 |
| HSL | 202.5º | 0.44% | 0.07% | - |
| HSV(B) | 202.5º | 0.62% | 0.1% | - |
| XYZ | 0.56 | 0.64 | 1.07 | - |
| YUV | 17.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 26 | 0.62 | 0.23 | 0 | 0.90 | 202.5 | 0.44 | 0.07 |
| Hex | A | 14 | 1A | 3E | 17 | 0 | 5A | CA | 2C | 7 |
| Octal | 12 | 24 | 32 | 76 | 27 | 0 | 132 | 312 | 54 | 7 |
| Binary | 1010 | 10100 | 11010 | 111110 | 10111 | 0 | 1011010 | 11001010 | 101100 | 111 |
Color Harmonies of #0A141A
Complementary color
Monochromatic Colors of #0A141A
Black with #0A141A
Text Example
Text Example
White with #0A141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A141A; }
p { color: rgb(10,20,26); }
H1.HeaderClassName
{
color: #0A141A;
}
.AnyTagClassName
{
color: #0A141A;
}
</style>
background-color css
<style>
a { background-color: #0A141A; }
a { background-color: rgb(10,20,26); }
div.DivClassName
{
background-color: #0A141A;
}
.BgClassName
{
background-color: #0A141A;
}
</style>
border-color css
<style>
span { border-color: #0A141A; }
span { border-color: rgb(10,20,26); }
td.TdClassName
{
border-color: #0A141A;
}
.TagClassName
{
border-color: #0A141A;
}
</style>