Shades of Black Pearl #0A272C
Tints of Black Pearl #0A272C
RGB
CMYK
RGB Variations
Color information
#0A272C (or 0x0A272C) is known color: Black Pearl. HEX triplet: 0A, 27 and 2C. RGB value is (10,39,44). Sum of RGB (Red+Green+Blue) = 10+39+44=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #0A272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A272C is #F5D8D3. Grayscale: #1E1E1E. Windows color (decimal): -16111828 or 2893578. OLE color: 2893578.
HSL color Cylindrical-coordinate representation of color #0A272C: hue angle of 188.82º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A272C is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 39 | 44 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.83 |
| HSL | 188.82º | 0.63% | 0.11% | - |
| HSV(B) | 188.82º | 0.77% | 0.17% | - |
| XYZ | 1.31 | 1.7 | 2.64 | - |
| YUV | 30.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 44 | 0.77 | 0.11 | 0 | 0.83 | 188.82 | 0.63 | 0.11 |
| Hex | A | 27 | 2C | 4D | B | 0 | 53 | BD | 3F | B |
| Octal | 12 | 47 | 54 | 115 | 13 | 0 | 123 | 275 | 77 | 13 |
| Binary | 1010 | 100111 | 101100 | 1001101 | 1011 | 0 | 1010011 | 10111101 | 111111 | 1011 |
Color Harmonies of #0A272C
Complementary color
Monochromatic Colors of #0A272C
Black with #0A272C
Text Example
Text Example
White with #0A272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A272C; }
p { color: rgb(10,39,44); }
H1.HeaderClassName
{
color: #0A272C;
}
.AnyTagClassName
{
color: #0A272C;
}
</style>
background-color css
<style>
a { background-color: #0A272C; }
a { background-color: rgb(10,39,44); }
div.DivClassName
{
background-color: #0A272C;
}
.BgClassName
{
background-color: #0A272C;
}
</style>
border-color css
<style>
span { border-color: #0A272C; }
span { border-color: rgb(10,39,44); }
td.TdClassName
{
border-color: #0A272C;
}
.TagClassName
{
border-color: #0A272C;
}
</style>