Shades of Black Pearl #0A2129
Tints of Black Pearl #0A2129
RGB
CMYK
RGB Variations
Color information
#0A2129 (or 0x0A2129) is known color: Black Pearl. HEX triplet: 0A, 21 and 29. RGB value is (10,33,41). Sum of RGB (Red+Green+Blue) = 10+33+41=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #0A2129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2129 is #F5DED6. Grayscale: #1A1A1A. Windows color (decimal): -16113367 or 2695434. OLE color: 2695434.
HSL color Cylindrical-coordinate representation of color #0A2129: hue angle of 195.48º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A2129 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 33 | 41 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.84 |
| HSL | 195.48º | 0.61% | 0.1% | - |
| HSV(B) | 195.48º | 0.76% | 0.16% | - |
| XYZ | 1.07 | 1.31 | 2.29 | - |
| YUV | 27.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 41 | 0.76 | 0.20 | 0 | 0.84 | 195.48 | 0.61 | 0.1 |
| Hex | A | 21 | 29 | 4C | 14 | 0 | 54 | C3 | 3D | A |
| Octal | 12 | 41 | 51 | 114 | 24 | 0 | 124 | 303 | 75 | 12 |
| Binary | 1010 | 100001 | 101001 | 1001100 | 10100 | 0 | 1010100 | 11000011 | 111101 | 1010 |
Color Harmonies of #0A2129
Complementary color
Monochromatic Colors of #0A2129
Black with #0A2129
Text Example
Text Example
White with #0A2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2129; }
p { color: rgb(10,33,41); }
H1.HeaderClassName
{
color: #0A2129;
}
.AnyTagClassName
{
color: #0A2129;
}
</style>
background-color css
<style>
a { background-color: #0A2129; }
a { background-color: rgb(10,33,41); }
div.DivClassName
{
background-color: #0A2129;
}
.BgClassName
{
background-color: #0A2129;
}
</style>
border-color css
<style>
span { border-color: #0A2129; }
span { border-color: rgb(10,33,41); }
td.TdClassName
{
border-color: #0A2129;
}
.TagClassName
{
border-color: #0A2129;
}
</style>