Shades of Black Pearl #0A1729
Tints of Black Pearl #0A1729
RGB
CMYK
RGB Variations
Color information
#0A1729 (or 0x0A1729) is known color: Black Pearl. HEX triplet: 0A, 17 and 29. RGB value is (10,23,41). Sum of RGB (Red+Green+Blue) = 10+23+41=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 41 (16.41% from 255 or 55.41% from 74); Max value from RGB is 41 - color contains mainly: blue. Hex color #0A1729 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1729 is #F5E8D6. Grayscale: #151515. Windows color (decimal): -16115927 or 2692874. OLE color: 2692874.
HSL color Cylindrical-coordinate representation of color #0A1729: hue angle of 214.84º degrees, saturation: 0.61, 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 #0A1729 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 23 | 41 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.84 |
| HSL | 214.84º | 0.61% | 0.1% | - |
| HSV(B) | 214.84º | 0.76% | 0.16% | - |
| XYZ | 0.83 | 0.84 | 2.22 | - |
| YUV | 21.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 41 | 0.76 | 0.44 | 0 | 0.84 | 214.84 | 0.61 | 0.1 |
| Hex | A | 17 | 29 | 4C | 2C | 0 | 54 | D7 | 3D | A |
| Octal | 12 | 27 | 51 | 114 | 54 | 0 | 124 | 327 | 75 | 12 |
| Binary | 1010 | 10111 | 101001 | 1001100 | 101100 | 0 | 1010100 | 11010111 | 111101 | 1010 |
Color Harmonies of #0A1729
Complementary color
Monochromatic Colors of #0A1729
Black with #0A1729
Text Example
Text Example
White with #0A1729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1729; }
p { color: rgb(10,23,41); }
H1.HeaderClassName
{
color: #0A1729;
}
.AnyTagClassName
{
color: #0A1729;
}
</style>
background-color css
<style>
a { background-color: #0A1729; }
a { background-color: rgb(10,23,41); }
div.DivClassName
{
background-color: #0A1729;
}
.BgClassName
{
background-color: #0A1729;
}
</style>
border-color css
<style>
span { border-color: #0A1729; }
span { border-color: rgb(10,23,41); }
td.TdClassName
{
border-color: #0A1729;
}
.TagClassName
{
border-color: #0A1729;
}
</style>