Shades of Black Pearl #0A2836
Tints of Black Pearl #0A2836
RGB
CMYK
RGB Variations
Color information
#0A2836 (or 0x0A2836) is known color: Black Pearl. HEX triplet: 0A, 28 and 36. RGB value is (10,40,54). Sum of RGB (Red+Green+Blue) = 10+40+54=104 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.62% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #0A2836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2836 is #F5D7C9. Grayscale: #202020. Windows color (decimal): -16111562 or 3549194. OLE color: 3549194.
HSL color Cylindrical-coordinate representation of color #0A2836: hue angle of 199.09º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A2836 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 40 | 54 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.79 |
| HSL | 199.09º | 0.69% | 0.13% | - |
| HSV(B) | 199.09º | 0.81% | 0.21% | - |
| XYZ | 1.55 | 1.85 | 3.77 | - |
| YUV | 32.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 54 | 0.81 | 0.26 | 0 | 0.79 | 199.09 | 0.69 | 0.13 |
| Hex | A | 28 | 36 | 51 | 1A | 0 | 4F | C7 | 45 | D |
| Octal | 12 | 50 | 66 | 121 | 32 | 0 | 117 | 307 | 105 | 15 |
| Binary | 1010 | 101000 | 110110 | 1010001 | 11010 | 0 | 1001111 | 11000111 | 1000101 | 1101 |
Color Harmonies of #0A2836
Complementary color
Monochromatic Colors of #0A2836
Black with #0A2836
Text Example
Text Example
White with #0A2836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2836; }
p { color: rgb(10,40,54); }
H1.HeaderClassName
{
color: #0A2836;
}
.AnyTagClassName
{
color: #0A2836;
}
</style>
background-color css
<style>
a { background-color: #0A2836; }
a { background-color: rgb(10,40,54); }
div.DivClassName
{
background-color: #0A2836;
}
.BgClassName
{
background-color: #0A2836;
}
</style>
border-color css
<style>
span { border-color: #0A2836; }
span { border-color: rgb(10,40,54); }
td.TdClassName
{
border-color: #0A2836;
}
.TagClassName
{
border-color: #0A2836;
}
</style>