Shades of Black Pearl #0A1924
Tints of Black Pearl #0A1924
RGB
CMYK
RGB Variations
Color information
#0A1924 (or 0x0A1924) is known color: Black Pearl. HEX triplet: 0A, 19 and 24. RGB value is (10,25,36). Sum of RGB (Red+Green+Blue) = 10+25+36=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A1924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1924 is #F5E6DB. Grayscale: #151515. Windows color (decimal): -16115420 or 2365706. OLE color: 2365706.
HSL color Cylindrical-coordinate representation of color #0A1924: hue angle of 205.38º 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 #0A1924 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 25 | 36 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.86 |
| HSL | 205.38º | 0.57% | 0.09% | - |
| HSV(B) | 205.38º | 0.72% | 0.14% | - |
| XYZ | 0.79 | 0.89 | 1.8 | - |
| YUV | 21.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 36 | 0.72 | 0.31 | 0 | 0.86 | 205.38 | 0.57 | 0.09 |
| Hex | A | 19 | 24 | 48 | 1F | 0 | 56 | CD | 39 | 9 |
| Octal | 12 | 31 | 44 | 110 | 37 | 0 | 126 | 315 | 71 | 11 |
| Binary | 1010 | 11001 | 100100 | 1001000 | 11111 | 0 | 1010110 | 11001101 | 111001 | 1001 |
Color Harmonies of #0A1924
Complementary color
Monochromatic Colors of #0A1924
Black with #0A1924
Text Example
Text Example
White with #0A1924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1924; }
p { color: rgb(10,25,36); }
H1.HeaderClassName
{
color: #0A1924;
}
.AnyTagClassName
{
color: #0A1924;
}
</style>
background-color css
<style>
a { background-color: #0A1924; }
a { background-color: rgb(10,25,36); }
div.DivClassName
{
background-color: #0A1924;
}
.BgClassName
{
background-color: #0A1924;
}
</style>
border-color css
<style>
span { border-color: #0A1924; }
span { border-color: rgb(10,25,36); }
td.TdClassName
{
border-color: #0A1924;
}
.TagClassName
{
border-color: #0A1924;
}
</style>