Shades of Black Pearl #000A18
Tints of Black Pearl #000A18
RGB
CMYK
RGB Variations
Color information
#000A18 (or 0x000A18) is known color: Black Pearl. HEX triplet: 00, 0A and 18. RGB value is (0,10,24). Sum of RGB (Red+Green+Blue) = 0+10+24=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 24 (9.77% from 255 or 70.59% from 34); Max value from RGB is 24 - color contains mainly: blue. Hex color #000A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000A18 is #FFF5E7. Grayscale: #080808. Windows color (decimal): -16774632 or 1575424. OLE color: 1575424.
HSL color Cylindrical-coordinate representation of color #000A18: hue angle of 215º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A18 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 10 | 24 | - |
| CMYK | 1 | 0.58 | 0 | 0.91 |
| HSL | 215º | 1% | 0.05% | - |
| HSV(B) | 215º | 1% | 0.09% | - |
| XYZ | 0.27 | 0.28 | 0.9 | - |
| YUV | 8.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 24 | 1 | 0.58 | 0 | 0.91 | 215 | 1 | 0.05 |
| Hex | 0 | A | 18 | 64 | 3A | 0 | 5B | D7 | 64 | 5 |
| Octal | 0 | 12 | 30 | 144 | 72 | 0 | 133 | 327 | 144 | 5 |
| Binary | 0 | 1010 | 11000 | 1100100 | 111010 | 0 | 1011011 | 11010111 | 1100100 | 101 |
Color Harmonies of #000A18
Complementary color
Monochromatic Colors of #000A18
Black with #000A18
Text Example
Text Example
White with #000A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A18; }
p { color: rgb(0,10,24); }
H1.HeaderClassName
{
color: #000A18;
}
.AnyTagClassName
{
color: #000A18;
}
</style>
background-color css
<style>
a { background-color: #000A18; }
a { background-color: rgb(0,10,24); }
div.DivClassName
{
background-color: #000A18;
}
.BgClassName
{
background-color: #000A18;
}
</style>
border-color css
<style>
span { border-color: #000A18; }
span { border-color: rgb(0,10,24); }
td.TdClassName
{
border-color: #000A18;
}
.TagClassName
{
border-color: #000A18;
}
</style>