Shades of Black Pearl #0A1424
Tints of Black Pearl #0A1424
RGB
CMYK
RGB Variations
Color information
#0A1424 (or 0x0A1424) is known color: Black Pearl. HEX triplet: 0A, 14 and 24. RGB value is (10,20,36). Sum of RGB (Red+Green+Blue) = 10+20+36=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A1424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1424 is #F5EBDB. Grayscale: #121212. Windows color (decimal): -16116700 or 2364426. OLE color: 2364426.
HSL color Cylindrical-coordinate representation of color #0A1424: hue angle of 216.92º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A1424 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 20 | 36 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.86 |
| HSL | 216.92º | 0.57% | 0.09% | - |
| HSV(B) | 216.92º | 0.72% | 0.14% | - |
| XYZ | 0.69 | 0.69 | 1.77 | - |
| YUV | 18.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 36 | 0.72 | 0.44 | 0 | 0.86 | 216.92 | 0.57 | 0.09 |
| Hex | A | 14 | 24 | 48 | 2C | 0 | 56 | D9 | 39 | 9 |
| Octal | 12 | 24 | 44 | 110 | 54 | 0 | 126 | 331 | 71 | 11 |
| Binary | 1010 | 10100 | 100100 | 1001000 | 101100 | 0 | 1010110 | 11011001 | 111001 | 1001 |
Color Harmonies of #0A1424
Complementary color
Monochromatic Colors of #0A1424
Black with #0A1424
Text Example
Text Example
White with #0A1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1424; }
p { color: rgb(10,20,36); }
H1.HeaderClassName
{
color: #0A1424;
}
.AnyTagClassName
{
color: #0A1424;
}
</style>
background-color css
<style>
a { background-color: #0A1424; }
a { background-color: rgb(10,20,36); }
div.DivClassName
{
background-color: #0A1424;
}
.BgClassName
{
background-color: #0A1424;
}
</style>
border-color css
<style>
span { border-color: #0A1424; }
span { border-color: rgb(10,20,36); }
td.TdClassName
{
border-color: #0A1424;
}
.TagClassName
{
border-color: #0A1424;
}
</style>