Shades of Black Pearl #0A1925
Tints of Black Pearl #0A1925
RGB
CMYK
RGB Variations
Color information
#0A1925 (or 0x0A1925) is known color: Black Pearl. HEX triplet: 0A, 19 and 25. RGB value is (10,25,37). Sum of RGB (Red+Green+Blue) = 10+25+37=72 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.89% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A1925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1925 is #F5E6DA. Grayscale: #151515. Windows color (decimal): -16115419 or 2431242. OLE color: 2431242.
HSL color Cylindrical-coordinate representation of color #0A1925: hue angle of 206.67º 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 #0A1925 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 25 | 37 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.85 |
| HSL | 206.67º | 0.57% | 0.09% | - |
| HSV(B) | 206.67º | 0.73% | 0.15% | - |
| XYZ | 0.81 | 0.89 | 1.88 | - |
| YUV | 21.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 37 | 0.73 | 0.32 | 0 | 0.85 | 206.67 | 0.57 | 0.09 |
| Hex | A | 19 | 25 | 49 | 20 | 0 | 55 | CF | 39 | 9 |
| Octal | 12 | 31 | 45 | 111 | 40 | 0 | 125 | 317 | 71 | 11 |
| Binary | 1010 | 11001 | 100101 | 1001001 | 100000 | 0 | 1010101 | 11001111 | 111001 | 1001 |
Color Harmonies of #0A1925
Complementary color
Monochromatic Colors of #0A1925
Black with #0A1925
Text Example
Text Example
White with #0A1925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1925; }
p { color: rgb(10,25,37); }
H1.HeaderClassName
{
color: #0A1925;
}
.AnyTagClassName
{
color: #0A1925;
}
</style>
background-color css
<style>
a { background-color: #0A1925; }
a { background-color: rgb(10,25,37); }
div.DivClassName
{
background-color: #0A1925;
}
.BgClassName
{
background-color: #0A1925;
}
</style>
border-color css
<style>
span { border-color: #0A1925; }
span { border-color: rgb(10,25,37); }
td.TdClassName
{
border-color: #0A1925;
}
.TagClassName
{
border-color: #0A1925;
}
</style>