Shades of Black Pearl #0A1926
Tints of Black Pearl #0A1926
RGB
CMYK
RGB Variations
Color information
#0A1926 (or 0x0A1926) is known color: Black Pearl. HEX triplet: 0A, 19 and 26. RGB value is (10,25,38). Sum of RGB (Red+Green+Blue) = 10+25+38=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 38 (15.23% from 255 or 52.05% from 73); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A1926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1926 is #F5E6D9. Grayscale: #151515. Windows color (decimal): -16115418 or 2496778. OLE color: 2496778.
HSL color Cylindrical-coordinate representation of color #0A1926: hue angle of 207.86º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A1926 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 25 | 38 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.85 |
| HSL | 207.86º | 0.58% | 0.09% | - |
| HSV(B) | 207.86º | 0.74% | 0.15% | - |
| XYZ | 0.82 | 0.9 | 1.96 | - |
| YUV | 22 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 38 | 0.74 | 0.34 | 0 | 0.85 | 207.86 | 0.58 | 0.09 |
| Hex | A | 19 | 26 | 4A | 22 | 0 | 55 | D0 | 3A | 9 |
| Octal | 12 | 31 | 46 | 112 | 42 | 0 | 125 | 320 | 72 | 11 |
| Binary | 1010 | 11001 | 100110 | 1001010 | 100010 | 0 | 1010101 | 11010000 | 111010 | 1001 |
Color Harmonies of #0A1926
Complementary color
Monochromatic Colors of #0A1926
Black with #0A1926
Text Example
Text Example
White with #0A1926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1926; }
p { color: rgb(10,25,38); }
H1.HeaderClassName
{
color: #0A1926;
}
.AnyTagClassName
{
color: #0A1926;
}
</style>
background-color css
<style>
a { background-color: #0A1926; }
a { background-color: rgb(10,25,38); }
div.DivClassName
{
background-color: #0A1926;
}
.BgClassName
{
background-color: #0A1926;
}
</style>
border-color css
<style>
span { border-color: #0A1926; }
span { border-color: rgb(10,25,38); }
td.TdClassName
{
border-color: #0A1926;
}
.TagClassName
{
border-color: #0A1926;
}
</style>