Shades of Black Pearl #0A181C
Tints of Black Pearl #0A181C
RGB
CMYK
RGB Variations
Color information
#0A181C (or 0x0A181C) is known color: Black Pearl. HEX triplet: 0A, 18 and 1C. RGB value is (10,24,28). Sum of RGB (Red+Green+Blue) = 10+24+28=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A181C is #F5E7E3. Grayscale: #141414. Windows color (decimal): -16115684 or 1841162. OLE color: 1841162.
HSL color Cylindrical-coordinate representation of color #0A181C: hue angle of 193.33º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A181C is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 24 | 28 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.89 |
| HSL | 193.33º | 0.47% | 0.07% | - |
| HSV(B) | 193.33º | 0.64% | 0.11% | - |
| XYZ | 0.66 | 0.8 | 1.22 | - |
| YUV | 20.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 28 | 0.64 | 0.14 | 0 | 0.89 | 193.33 | 0.47 | 0.07 |
| Hex | A | 18 | 1C | 40 | E | 0 | 59 | C1 | 2F | 7 |
| Octal | 12 | 30 | 34 | 100 | 16 | 0 | 131 | 301 | 57 | 7 |
| Binary | 1010 | 11000 | 11100 | 1000000 | 1110 | 0 | 1011001 | 11000001 | 101111 | 111 |
Color Harmonies of #0A181C
Complementary color
Monochromatic Colors of #0A181C
Black with #0A181C
Text Example
Text Example
White with #0A181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A181C; }
p { color: rgb(10,24,28); }
H1.HeaderClassName
{
color: #0A181C;
}
.AnyTagClassName
{
color: #0A181C;
}
</style>
background-color css
<style>
a { background-color: #0A181C; }
a { background-color: rgb(10,24,28); }
div.DivClassName
{
background-color: #0A181C;
}
.BgClassName
{
background-color: #0A181C;
}
</style>
border-color css
<style>
span { border-color: #0A181C; }
span { border-color: rgb(10,24,28); }
td.TdClassName
{
border-color: #0A181C;
}
.TagClassName
{
border-color: #0A181C;
}
</style>