Shades of Black Pearl #0A2125
Tints of Black Pearl #0A2125
RGB
CMYK
RGB Variations
Color information
#0A2125 (or 0x0A2125) is known color: Black Pearl. HEX triplet: 0A, 21 and 25. RGB value is (10,33,37). Sum of RGB (Red+Green+Blue) = 10+33+37=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A2125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2125 is #F5DEDA. Grayscale: #1A1A1A. Windows color (decimal): -16113371 or 2433290. OLE color: 2433290.
HSL color Cylindrical-coordinate representation of color #0A2125: hue angle of 188.89º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A2125 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 33 | 37 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.85 |
| HSL | 188.89º | 0.57% | 0.09% | - |
| HSV(B) | 188.89º | 0.73% | 0.15% | - |
| XYZ | 1 | 1.29 | 1.95 | - |
| YUV | 26.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 37 | 0.73 | 0.11 | 0 | 0.85 | 188.89 | 0.57 | 0.09 |
| Hex | A | 21 | 25 | 49 | B | 0 | 55 | BD | 39 | 9 |
| Octal | 12 | 41 | 45 | 111 | 13 | 0 | 125 | 275 | 71 | 11 |
| Binary | 1010 | 100001 | 100101 | 1001001 | 1011 | 0 | 1010101 | 10111101 | 111001 | 1001 |
Color Harmonies of #0A2125
Complementary color
Monochromatic Colors of #0A2125
Black with #0A2125
Text Example
Text Example
White with #0A2125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2125; }
p { color: rgb(10,33,37); }
H1.HeaderClassName
{
color: #0A2125;
}
.AnyTagClassName
{
color: #0A2125;
}
</style>
background-color css
<style>
a { background-color: #0A2125; }
a { background-color: rgb(10,33,37); }
div.DivClassName
{
background-color: #0A2125;
}
.BgClassName
{
background-color: #0A2125;
}
</style>
border-color css
<style>
span { border-color: #0A2125; }
span { border-color: rgb(10,33,37); }
td.TdClassName
{
border-color: #0A2125;
}
.TagClassName
{
border-color: #0A2125;
}
</style>