Shades of Black Pearl #0A1B27
Tints of Black Pearl #0A1B27
RGB
CMYK
RGB Variations
Color information
#0A1B27 (or 0x0A1B27) is known color: Black Pearl. HEX triplet: 0A, 1B and 27. RGB value is (10,27,39). Sum of RGB (Red+Green+Blue) = 10+27+39=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #0A1B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1B27 is #F5E4D8. Grayscale: #171717. Windows color (decimal): -16114905 or 2562826. OLE color: 2562826.
HSL color Cylindrical-coordinate representation of color #0A1B27: hue angle of 204.83º 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 #0A1B27 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 27 | 39 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.85 |
| HSL | 204.83º | 0.59% | 0.1% | - |
| HSV(B) | 204.83º | 0.74% | 0.15% | - |
| XYZ | 0.88 | 0.99 | 2.06 | - |
| YUV | 23.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 27 | 39 | 0.74 | 0.31 | 0 | 0.85 | 204.83 | 0.59 | 0.1 |
| Hex | A | 1B | 27 | 4A | 1F | 0 | 55 | CD | 3B | A |
| Octal | 12 | 33 | 47 | 112 | 37 | 0 | 125 | 315 | 73 | 12 |
| Binary | 1010 | 11011 | 100111 | 1001010 | 11111 | 0 | 1010101 | 11001101 | 111011 | 1010 |
Color Harmonies of #0A1B27
Complementary color
Monochromatic Colors of #0A1B27
Black with #0A1B27
Text Example
Text Example
White with #0A1B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1B27; }
p { color: rgb(10,27,39); }
H1.HeaderClassName
{
color: #0A1B27;
}
.AnyTagClassName
{
color: #0A1B27;
}
</style>
background-color css
<style>
a { background-color: #0A1B27; }
a { background-color: rgb(10,27,39); }
div.DivClassName
{
background-color: #0A1B27;
}
.BgClassName
{
background-color: #0A1B27;
}
</style>
border-color css
<style>
span { border-color: #0A1B27; }
span { border-color: rgb(10,27,39); }
td.TdClassName
{
border-color: #0A1B27;
}
.TagClassName
{
border-color: #0A1B27;
}
</style>