Shades of Black Pearl #0A272F
Tints of Black Pearl #0A272F
RGB
CMYK
RGB Variations
Color information
#0A272F (or 0x0A272F) is known color: Black Pearl. HEX triplet: 0A, 27 and 2F. RGB value is (10,39,47). Sum of RGB (Red+Green+Blue) = 10+39+47=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A272F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A272F is #F5D8D0. Grayscale: #1F1F1F. Windows color (decimal): -16111825 or 3090186. OLE color: 3090186.
HSL color Cylindrical-coordinate representation of color #0A272F: hue angle of 192.97º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A272F is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 39 | 47 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.82 |
| HSL | 192.97º | 0.65% | 0.11% | - |
| HSV(B) | 192.97º | 0.79% | 0.18% | - |
| XYZ | 1.36 | 1.72 | 2.95 | - |
| YUV | 31.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 47 | 0.79 | 0.17 | 0 | 0.82 | 192.97 | 0.65 | 0.11 |
| Hex | A | 27 | 2F | 4F | 11 | 0 | 52 | C1 | 41 | B |
| Octal | 12 | 47 | 57 | 117 | 21 | 0 | 122 | 301 | 101 | 13 |
| Binary | 1010 | 100111 | 101111 | 1001111 | 10001 | 0 | 1010010 | 11000001 | 1000001 | 1011 |
Color Harmonies of #0A272F
Complementary color
Monochromatic Colors of #0A272F
Black with #0A272F
Text Example
Text Example
White with #0A272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A272F; }
p { color: rgb(10,39,47); }
H1.HeaderClassName
{
color: #0A272F;
}
.AnyTagClassName
{
color: #0A272F;
}
</style>
background-color css
<style>
a { background-color: #0A272F; }
a { background-color: rgb(10,39,47); }
div.DivClassName
{
background-color: #0A272F;
}
.BgClassName
{
background-color: #0A272F;
}
</style>
border-color css
<style>
span { border-color: #0A272F; }
span { border-color: rgb(10,39,47); }
td.TdClassName
{
border-color: #0A272F;
}
.TagClassName
{
border-color: #0A272F;
}
</style>