Shades of Black Pearl #0A1314
Tints of Black Pearl #0A1314
RGB
CMYK
RGB Variations
Color information
#0A1314 (or 0x0A1314) is known color: Black Pearl. HEX triplet: 0A, 13 and 14. RGB value is (10,19,20). Sum of RGB (Red+Green+Blue) = 10+19+20=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A1314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1314 is #F5ECEB. Grayscale: #101010. Windows color (decimal): -16116972 or 1315594. OLE color: 1315594.
HSL color Cylindrical-coordinate representation of color #0A1314: hue angle of 186º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A1314 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 19 | 20 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.92 |
| HSL | 186º | 0.33% | 0.06% | - |
| HSV(B) | 186º | 0.5% | 0.08% | - |
| XYZ | 0.48 | 0.58 | 0.75 | - |
| YUV | 16.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 20 | 0.50 | 0.05 | 0 | 0.92 | 186 | 0.33 | 0.06 |
| Hex | A | 13 | 14 | 32 | 5 | 0 | 5C | BA | 21 | 6 |
| Octal | 12 | 23 | 24 | 62 | 5 | 0 | 134 | 272 | 41 | 6 |
| Binary | 1010 | 10011 | 10100 | 110010 | 101 | 0 | 1011100 | 10111010 | 100001 | 110 |
Color Harmonies of #0A1314
Complementary color
Monochromatic Colors of #0A1314
Black with #0A1314
Text Example
Text Example
White with #0A1314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1314; }
p { color: rgb(10,19,20); }
H1.HeaderClassName
{
color: #0A1314;
}
.AnyTagClassName
{
color: #0A1314;
}
</style>
background-color css
<style>
a { background-color: #0A1314; }
a { background-color: rgb(10,19,20); }
div.DivClassName
{
background-color: #0A1314;
}
.BgClassName
{
background-color: #0A1314;
}
</style>
border-color css
<style>
span { border-color: #0A1314; }
span { border-color: rgb(10,19,20); }
td.TdClassName
{
border-color: #0A1314;
}
.TagClassName
{
border-color: #0A1314;
}
</style>