Shades of Black Pearl #0A2933
Tints of Black Pearl #0A2933
RGB
CMYK
RGB Variations
Color information
#0A2933 (or 0x0A2933) is known color: Black Pearl. HEX triplet: 0A, 29 and 33. RGB value is (10,41,51). Sum of RGB (Red+Green+Blue) = 10+41+51=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #0A2933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2933 is #F5D6CC. Grayscale: #202020. Windows color (decimal): -16111309 or 3352842. OLE color: 3352842.
HSL color Cylindrical-coordinate representation of color #0A2933: hue angle of 194.63º 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 #0A2933 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 10 | 41 | 51 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.8 |
| HSL | 194.63º | 0.67% | 0.12% | - |
| HSV(B) | 194.63º | 0.8% | 0.2% | - |
| XYZ | 1.52 | 1.89 | 3.42 | - |
| YUV | 32.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 51 | 0.80 | 0.20 | 0 | 0.8 | 194.63 | 0.67 | 0.12 |
| Hex | A | 29 | 33 | 50 | 14 | 0 | 50 | C3 | 43 | C |
| Octal | 12 | 51 | 63 | 120 | 24 | 0 | 120 | 303 | 103 | 14 |
| Binary | 1010 | 101001 | 110011 | 1010000 | 10100 | 0 | 1010000 | 11000011 | 1000011 | 1100 |
Color Harmonies of #0A2933
Complementary color
Monochromatic Colors of #0A2933
Black with #0A2933
Text Example
Text Example
White with #0A2933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2933; }
p { color: rgb(10,41,51); }
H1.HeaderClassName
{
color: #0A2933;
}
.AnyTagClassName
{
color: #0A2933;
}
</style>
background-color css
<style>
a { background-color: #0A2933; }
a { background-color: rgb(10,41,51); }
div.DivClassName
{
background-color: #0A2933;
}
.BgClassName
{
background-color: #0A2933;
}
</style>
border-color css
<style>
span { border-color: #0A2933; }
span { border-color: rgb(10,41,51); }
td.TdClassName
{
border-color: #0A2933;
}
.TagClassName
{
border-color: #0A2933;
}
</style>