Shades of Black Pearl #0A1528
Tints of Black Pearl #0A1528
RGB
CMYK
RGB Variations
Color information
#0A1528 (or 0x0A1528) is known color: Black Pearl. HEX triplet: 0A, 15 and 28. RGB value is (10,21,40). Sum of RGB (Red+Green+Blue) = 10+21+40=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #0A1528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1528 is #F5EAD7. Grayscale: #131313. Windows color (decimal): -16116440 or 2626826. OLE color: 2626826.
HSL color Cylindrical-coordinate representation of color #0A1528: hue angle of 218º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0A1528 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 21 | 40 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.84 |
| HSL | 218º | 0.6% | 0.1% | - |
| HSV(B) | 218º | 0.75% | 0.16% | - |
| XYZ | 0.78 | 0.75 | 2.11 | - |
| YUV | 19.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 40 | 0.75 | 0.48 | 0 | 0.84 | 218 | 0.6 | 0.1 |
| Hex | A | 15 | 28 | 4B | 30 | 0 | 54 | DA | 3C | A |
| Octal | 12 | 25 | 50 | 113 | 60 | 0 | 124 | 332 | 74 | 12 |
| Binary | 1010 | 10101 | 101000 | 1001011 | 110000 | 0 | 1010100 | 11011010 | 111100 | 1010 |
Color Harmonies of #0A1528
Complementary color
Monochromatic Colors of #0A1528
Black with #0A1528
Text Example
Text Example
White with #0A1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1528; }
p { color: rgb(10,21,40); }
H1.HeaderClassName
{
color: #0A1528;
}
.AnyTagClassName
{
color: #0A1528;
}
</style>
background-color css
<style>
a { background-color: #0A1528; }
a { background-color: rgb(10,21,40); }
div.DivClassName
{
background-color: #0A1528;
}
.BgClassName
{
background-color: #0A1528;
}
</style>
border-color css
<style>
span { border-color: #0A1528; }
span { border-color: rgb(10,21,40); }
td.TdClassName
{
border-color: #0A1528;
}
.TagClassName
{
border-color: #0A1528;
}
</style>