Shades of Black Pearl #0A292F
Tints of Black Pearl #0A292F
RGB
CMYK
RGB Variations
Color information
#0A292F (or 0x0A292F) is known color: Black Pearl. HEX triplet: 0A, 29 and 2F. RGB value is (10,41,47). Sum of RGB (Red+Green+Blue) = 10+41+47=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A292F is #F5D6D0. Grayscale: #202020. Windows color (decimal): -16111313 or 3090698. OLE color: 3090698.
HSL color Cylindrical-coordinate representation of color #0A292F: hue angle of 189.73º 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 #0A292F is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 41 | 47 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.82 |
| HSL | 189.73º | 0.65% | 0.11% | - |
| HSV(B) | 189.73º | 0.79% | 0.18% | - |
| XYZ | 1.43 | 1.86 | 2.97 | - |
| YUV | 32.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 47 | 0.79 | 0.13 | 0 | 0.82 | 189.73 | 0.65 | 0.11 |
| Hex | A | 29 | 2F | 4F | D | 0 | 52 | BE | 41 | B |
| Octal | 12 | 51 | 57 | 117 | 15 | 0 | 122 | 276 | 101 | 13 |
| Binary | 1010 | 101001 | 101111 | 1001111 | 1101 | 0 | 1010010 | 10111110 | 1000001 | 1011 |
Color Harmonies of #0A292F
Complementary color
Monochromatic Colors of #0A292F
Black with #0A292F
Text Example
Text Example
White with #0A292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A292F; }
p { color: rgb(10,41,47); }
H1.HeaderClassName
{
color: #0A292F;
}
.AnyTagClassName
{
color: #0A292F;
}
</style>
background-color css
<style>
a { background-color: #0A292F; }
a { background-color: rgb(10,41,47); }
div.DivClassName
{
background-color: #0A292F;
}
.BgClassName
{
background-color: #0A292F;
}
</style>
border-color css
<style>
span { border-color: #0A292F; }
span { border-color: rgb(10,41,47); }
td.TdClassName
{
border-color: #0A292F;
}
.TagClassName
{
border-color: #0A292F;
}
</style>