Shades of Black Pearl #0A1625
Tints of Black Pearl #0A1625
RGB
CMYK
RGB Variations
Color information
#0A1625 (or 0x0A1625) is known color: Black Pearl. HEX triplet: 0A, 16 and 25. RGB value is (10,22,37). Sum of RGB (Red+Green+Blue) = 10+22+37=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A1625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1625 is #F5E9DA. Grayscale: #141414. Windows color (decimal): -16116187 or 2430474. OLE color: 2430474.
HSL color Cylindrical-coordinate representation of color #0A1625: hue angle of 213.33º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A1625 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 22 | 37 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.85 |
| HSL | 213.33º | 0.57% | 0.09% | - |
| HSV(B) | 213.33º | 0.73% | 0.15% | - |
| XYZ | 0.75 | 0.77 | 1.86 | - |
| YUV | 20.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 37 | 0.73 | 0.41 | 0 | 0.85 | 213.33 | 0.57 | 0.09 |
| Hex | A | 16 | 25 | 49 | 29 | 0 | 55 | D5 | 39 | 9 |
| Octal | 12 | 26 | 45 | 111 | 51 | 0 | 125 | 325 | 71 | 11 |
| Binary | 1010 | 10110 | 100101 | 1001001 | 101001 | 0 | 1010101 | 11010101 | 111001 | 1001 |
Color Harmonies of #0A1625
Complementary color
Monochromatic Colors of #0A1625
Black with #0A1625
Text Example
Text Example
White with #0A1625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1625; }
p { color: rgb(10,22,37); }
H1.HeaderClassName
{
color: #0A1625;
}
.AnyTagClassName
{
color: #0A1625;
}
</style>
background-color css
<style>
a { background-color: #0A1625; }
a { background-color: rgb(10,22,37); }
div.DivClassName
{
background-color: #0A1625;
}
.BgClassName
{
background-color: #0A1625;
}
</style>
border-color css
<style>
span { border-color: #0A1625; }
span { border-color: rgb(10,22,37); }
td.TdClassName
{
border-color: #0A1625;
}
.TagClassName
{
border-color: #0A1625;
}
</style>