Shades of Black Pearl #0A2126
Tints of Black Pearl #0A2126
RGB
CMYK
RGB Variations
Color information
#0A2126 (or 0x0A2126) is known color: Black Pearl. HEX triplet: 0A, 21 and 26. RGB value is (10,33,38). Sum of RGB (Red+Green+Blue) = 10+33+38=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A2126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2126 is #F5DED9. Grayscale: #1A1A1A. Windows color (decimal): -16113370 or 2498826. OLE color: 2498826.
HSL color Cylindrical-coordinate representation of color #0A2126: hue angle of 190.71º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2126 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 33 | 38 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.85 |
| HSL | 190.71º | 0.58% | 0.09% | - |
| HSV(B) | 190.71º | 0.74% | 0.15% | - |
| XYZ | 1.02 | 1.29 | 2.03 | - |
| YUV | 26.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 38 | 0.74 | 0.13 | 0 | 0.85 | 190.71 | 0.58 | 0.09 |
| Hex | A | 21 | 26 | 4A | D | 0 | 55 | BF | 3A | 9 |
| Octal | 12 | 41 | 46 | 112 | 15 | 0 | 125 | 277 | 72 | 11 |
| Binary | 1010 | 100001 | 100110 | 1001010 | 1101 | 0 | 1010101 | 10111111 | 111010 | 1001 |
Color Harmonies of #0A2126
Complementary color
Monochromatic Colors of #0A2126
Black with #0A2126
Text Example
Text Example
White with #0A2126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2126; }
p { color: rgb(10,33,38); }
H1.HeaderClassName
{
color: #0A2126;
}
.AnyTagClassName
{
color: #0A2126;
}
</style>
background-color css
<style>
a { background-color: #0A2126; }
a { background-color: rgb(10,33,38); }
div.DivClassName
{
background-color: #0A2126;
}
.BgClassName
{
background-color: #0A2126;
}
</style>
border-color css
<style>
span { border-color: #0A2126; }
span { border-color: rgb(10,33,38); }
td.TdClassName
{
border-color: #0A2126;
}
.TagClassName
{
border-color: #0A2126;
}
</style>