Shades of Black Pearl #0A1524
Tints of Black Pearl #0A1524
RGB
CMYK
RGB Variations
Color information
#0A1524 (or 0x0A1524) is known color: Black Pearl. HEX triplet: 0A, 15 and 24. RGB value is (10,21,36). Sum of RGB (Red+Green+Blue) = 10+21+36=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A1524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1524 is #F5EADB. Grayscale: #131313. Windows color (decimal): -16116444 or 2364682. OLE color: 2364682.
HSL color Cylindrical-coordinate representation of color #0A1524: hue angle of 214.62º 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 #0A1524 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 21 | 36 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.86 |
| HSL | 214.62º | 0.57% | 0.09% | - |
| HSV(B) | 214.62º | 0.72% | 0.14% | - |
| XYZ | 0.71 | 0.73 | 1.77 | - |
| YUV | 19.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 36 | 0.72 | 0.42 | 0 | 0.86 | 214.62 | 0.57 | 0.09 |
| Hex | A | 15 | 24 | 48 | 2A | 0 | 56 | D7 | 39 | 9 |
| Octal | 12 | 25 | 44 | 110 | 52 | 0 | 126 | 327 | 71 | 11 |
| Binary | 1010 | 10101 | 100100 | 1001000 | 101010 | 0 | 1010110 | 11010111 | 111001 | 1001 |
Color Harmonies of #0A1524
Complementary color
Monochromatic Colors of #0A1524
Black with #0A1524
Text Example
Text Example
White with #0A1524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1524; }
p { color: rgb(10,21,36); }
H1.HeaderClassName
{
color: #0A1524;
}
.AnyTagClassName
{
color: #0A1524;
}
</style>
background-color css
<style>
a { background-color: #0A1524; }
a { background-color: rgb(10,21,36); }
div.DivClassName
{
background-color: #0A1524;
}
.BgClassName
{
background-color: #0A1524;
}
</style>
border-color css
<style>
span { border-color: #0A1524; }
span { border-color: rgb(10,21,36); }
td.TdClassName
{
border-color: #0A1524;
}
.TagClassName
{
border-color: #0A1524;
}
</style>