Shades of Black Pearl #0A1628
Tints of Black Pearl #0A1628
RGB
CMYK
RGB Variations
Color information
#0A1628 (or 0x0A1628) is known color: Black Pearl. HEX triplet: 0A, 16 and 28. RGB value is (10,22,40). Sum of RGB (Red+Green+Blue) = 10+22+40=72 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.89% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #0A1628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1628 is #F5E9D7. Grayscale: #141414. Windows color (decimal): -16116184 or 2627082. OLE color: 2627082.
HSL color Cylindrical-coordinate representation of color #0A1628: hue angle of 216º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0A1628 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 22 | 40 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.84 |
| HSL | 216º | 0.6% | 0.1% | - |
| HSV(B) | 216º | 0.75% | 0.16% | - |
| XYZ | 0.8 | 0.79 | 2.12 | - |
| YUV | 20.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 40 | 0.75 | 0.45 | 0 | 0.84 | 216 | 0.6 | 0.1 |
| Hex | A | 16 | 28 | 4B | 2D | 0 | 54 | D8 | 3C | A |
| Octal | 12 | 26 | 50 | 113 | 55 | 0 | 124 | 330 | 74 | 12 |
| Binary | 1010 | 10110 | 101000 | 1001011 | 101101 | 0 | 1010100 | 11011000 | 111100 | 1010 |
Color Harmonies of #0A1628
Complementary color
Monochromatic Colors of #0A1628
Black with #0A1628
Text Example
Text Example
White with #0A1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1628; }
p { color: rgb(10,22,40); }
H1.HeaderClassName
{
color: #0A1628;
}
.AnyTagClassName
{
color: #0A1628;
}
</style>
background-color css
<style>
a { background-color: #0A1628; }
a { background-color: rgb(10,22,40); }
div.DivClassName
{
background-color: #0A1628;
}
.BgClassName
{
background-color: #0A1628;
}
</style>
border-color css
<style>
span { border-color: #0A1628; }
span { border-color: rgb(10,22,40); }
td.TdClassName
{
border-color: #0A1628;
}
.TagClassName
{
border-color: #0A1628;
}
</style>