Shades of Black Pearl #0A2124
Tints of Black Pearl #0A2124
RGB
CMYK
RGB Variations
Color information
#0A2124 (or 0x0A2124) is known color: Black Pearl. HEX triplet: 0A, 21 and 24. RGB value is (10,33,36). Sum of RGB (Red+Green+Blue) = 10+33+36=79 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.66% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A2124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2124 is #F5DEDB. Grayscale: #1A1A1A. Windows color (decimal): -16113372 or 2367754. OLE color: 2367754.
HSL color Cylindrical-coordinate representation of color #0A2124: hue angle of 186.92º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A2124 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 33 | 36 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.86 |
| HSL | 186.92º | 0.57% | 0.09% | - |
| HSV(B) | 186.92º | 0.72% | 0.14% | - |
| XYZ | 0.99 | 1.28 | 1.86 | - |
| YUV | 26.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 36 | 0.72 | 0.08 | 0 | 0.86 | 186.92 | 0.57 | 0.09 |
| Hex | A | 21 | 24 | 48 | 8 | 0 | 56 | BB | 39 | 9 |
| Octal | 12 | 41 | 44 | 110 | 10 | 0 | 126 | 273 | 71 | 11 |
| Binary | 1010 | 100001 | 100100 | 1001000 | 1000 | 0 | 1010110 | 10111011 | 111001 | 1001 |
Color Harmonies of #0A2124
Complementary color
Monochromatic Colors of #0A2124
Black with #0A2124
Text Example
Text Example
White with #0A2124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2124; }
p { color: rgb(10,33,36); }
H1.HeaderClassName
{
color: #0A2124;
}
.AnyTagClassName
{
color: #0A2124;
}
</style>
background-color css
<style>
a { background-color: #0A2124; }
a { background-color: rgb(10,33,36); }
div.DivClassName
{
background-color: #0A2124;
}
.BgClassName
{
background-color: #0A2124;
}
</style>
border-color css
<style>
span { border-color: #0A2124; }
span { border-color: rgb(10,33,36); }
td.TdClassName
{
border-color: #0A2124;
}
.TagClassName
{
border-color: #0A2124;
}
</style>