Shades of Black Pearl #0A1A2A
Tints of Black Pearl #0A1A2A
RGB
CMYK
RGB Variations
Color information
#0A1A2A (or 0x0A1A2A) is known color: Black Pearl. HEX triplet: 0A, 1A and 2A. RGB value is (10,26,42). Sum of RGB (Red+Green+Blue) = 10+26+42=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #0A1A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1A2A is #F5E5D5. Grayscale: #161616. Windows color (decimal): -16115158 or 2759178. OLE color: 2759178.
HSL color Cylindrical-coordinate representation of color #0A1A2A: hue angle of 210º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A1A2A is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 26 | 42 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.84 |
| HSL | 210º | 0.62% | 0.1% | - |
| HSV(B) | 210º | 0.76% | 0.16% | - |
| XYZ | 0.91 | 0.97 | 2.33 | - |
| YUV | 23.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 42 | 0.76 | 0.38 | 0 | 0.84 | 210 | 0.62 | 0.1 |
| Hex | A | 1A | 2A | 4C | 26 | 0 | 54 | D2 | 3E | A |
| Octal | 12 | 32 | 52 | 114 | 46 | 0 | 124 | 322 | 76 | 12 |
| Binary | 1010 | 11010 | 101010 | 1001100 | 100110 | 0 | 1010100 | 11010010 | 111110 | 1010 |
Color Harmonies of #0A1A2A
Complementary color
Monochromatic Colors of #0A1A2A
Black with #0A1A2A
Text Example
Text Example
White with #0A1A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1A2A; }
p { color: rgb(10,26,42); }
H1.HeaderClassName
{
color: #0A1A2A;
}
.AnyTagClassName
{
color: #0A1A2A;
}
</style>
background-color css
<style>
a { background-color: #0A1A2A; }
a { background-color: rgb(10,26,42); }
div.DivClassName
{
background-color: #0A1A2A;
}
.BgClassName
{
background-color: #0A1A2A;
}
</style>
border-color css
<style>
span { border-color: #0A1A2A; }
span { border-color: rgb(10,26,42); }
td.TdClassName
{
border-color: #0A1A2A;
}
.TagClassName
{
border-color: #0A1A2A;
}
</style>