Shades of Black Pearl #0A1527
Tints of Black Pearl #0A1527
RGB
CMYK
RGB Variations
Color information
#0A1527 (or 0x0A1527) is known color: Black Pearl. HEX triplet: 0A, 15 and 27. RGB value is (10,21,39). Sum of RGB (Red+Green+Blue) = 10+21+39=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 39 (15.62% from 255 or 55.71% from 70); Max value from RGB is 39 - color contains mainly: blue. Hex color #0A1527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1527 is #F5EAD8. Grayscale: #131313. Windows color (decimal): -16116441 or 2561290. OLE color: 2561290.
HSL color Cylindrical-coordinate representation of color #0A1527: hue angle of 217.24º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A1527 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 21 | 39 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.85 |
| HSL | 217.24º | 0.59% | 0.1% | - |
| HSV(B) | 217.24º | 0.74% | 0.15% | - |
| XYZ | 0.76 | 0.75 | 2.02 | - |
| YUV | 19.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 39 | 0.74 | 0.46 | 0 | 0.85 | 217.24 | 0.59 | 0.1 |
| Hex | A | 15 | 27 | 4A | 2E | 0 | 55 | D9 | 3B | A |
| Octal | 12 | 25 | 47 | 112 | 56 | 0 | 125 | 331 | 73 | 12 |
| Binary | 1010 | 10101 | 100111 | 1001010 | 101110 | 0 | 1010101 | 11011001 | 111011 | 1010 |
Color Harmonies of #0A1527
Complementary color
Monochromatic Colors of #0A1527
Black with #0A1527
Text Example
Text Example
White with #0A1527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1527; }
p { color: rgb(10,21,39); }
H1.HeaderClassName
{
color: #0A1527;
}
.AnyTagClassName
{
color: #0A1527;
}
</style>
background-color css
<style>
a { background-color: #0A1527; }
a { background-color: rgb(10,21,39); }
div.DivClassName
{
background-color: #0A1527;
}
.BgClassName
{
background-color: #0A1527;
}
</style>
border-color css
<style>
span { border-color: #0A1527; }
span { border-color: rgb(10,21,39); }
td.TdClassName
{
border-color: #0A1527;
}
.TagClassName
{
border-color: #0A1527;
}
</style>