Shades of Black Pearl #0A2932
Tints of Black Pearl #0A2932
RGB
CMYK
RGB Variations
Color information
#0A2932 (or 0x0A2932) is known color: Black Pearl. HEX triplet: 0A, 29 and 32. RGB value is (10,41,50). Sum of RGB (Red+Green+Blue) = 10+41+50=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #0A2932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2932 is #F5D6CD. Grayscale: #202020. Windows color (decimal): -16111310 or 3287306. OLE color: 3287306.
HSL color Cylindrical-coordinate representation of color #0A2932: hue angle of 193.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A2932 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 41 | 50 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.80 |
| HSL | 193.5º | 0.67% | 0.12% | - |
| HSV(B) | 193.5º | 0.8% | 0.2% | - |
| XYZ | 1.49 | 1.88 | 3.3 | - |
| YUV | 32.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 50 | 0.80 | 0.18 | 0 | 0.80 | 193.5 | 0.67 | 0.12 |
| Hex | A | 29 | 32 | 50 | 12 | 0 | 50 | C2 | 43 | C |
| Octal | 12 | 51 | 62 | 120 | 22 | 0 | 120 | 302 | 103 | 14 |
| Binary | 1010 | 101001 | 110010 | 1010000 | 10010 | 0 | 1010000 | 11000010 | 1000011 | 1100 |
Color Harmonies of #0A2932
Complementary color
Monochromatic Colors of #0A2932
Black with #0A2932
Text Example
Text Example
White with #0A2932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2932; }
p { color: rgb(10,41,50); }
H1.HeaderClassName
{
color: #0A2932;
}
.AnyTagClassName
{
color: #0A2932;
}
</style>
background-color css
<style>
a { background-color: #0A2932; }
a { background-color: rgb(10,41,50); }
div.DivClassName
{
background-color: #0A2932;
}
.BgClassName
{
background-color: #0A2932;
}
</style>
border-color css
<style>
span { border-color: #0A2932; }
span { border-color: rgb(10,41,50); }
td.TdClassName
{
border-color: #0A2932;
}
.TagClassName
{
border-color: #0A2932;
}
</style>