Shades of Black Pearl #0A1318
Tints of Black Pearl #0A1318
RGB
CMYK
RGB Variations
Color information
#0A1318 (or 0x0A1318) is known color: Black Pearl. HEX triplet: 0A, 13 and 18. RGB value is (10,19,24). Sum of RGB (Red+Green+Blue) = 10+19+24=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A1318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1318 is #F5ECE7. Grayscale: #101010. Windows color (decimal): -16116968 or 1577738. OLE color: 1577738.
HSL color Cylindrical-coordinate representation of color #0A1318: hue angle of 201.43º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A1318 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 19 | 24 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.91 |
| HSL | 201.43º | 0.41% | 0.07% | - |
| HSV(B) | 201.43º | 0.58% | 0.09% | - |
| XYZ | 0.52 | 0.6 | 0.95 | - |
| YUV | 16.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 24 | 0.58 | 0.21 | 0 | 0.91 | 201.43 | 0.41 | 0.07 |
| Hex | A | 13 | 18 | 3A | 15 | 0 | 5B | C9 | 29 | 7 |
| Octal | 12 | 23 | 30 | 72 | 25 | 0 | 133 | 311 | 51 | 7 |
| Binary | 1010 | 10011 | 11000 | 111010 | 10101 | 0 | 1011011 | 11001001 | 101001 | 111 |
Color Harmonies of #0A1318
Complementary color
Monochromatic Colors of #0A1318
Black with #0A1318
Text Example
Text Example
White with #0A1318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1318; }
p { color: rgb(10,19,24); }
H1.HeaderClassName
{
color: #0A1318;
}
.AnyTagClassName
{
color: #0A1318;
}
</style>
background-color css
<style>
a { background-color: #0A1318; }
a { background-color: rgb(10,19,24); }
div.DivClassName
{
background-color: #0A1318;
}
.BgClassName
{
background-color: #0A1318;
}
</style>
border-color css
<style>
span { border-color: #0A1318; }
span { border-color: rgb(10,19,24); }
td.TdClassName
{
border-color: #0A1318;
}
.TagClassName
{
border-color: #0A1318;
}
</style>