Shades of Black Pearl #0A2024
Tints of Black Pearl #0A2024
RGB
CMYK
RGB Variations
Color information
#0A2024 (or 0x0A2024) is known color: Black Pearl. HEX triplet: 0A, 20 and 24. RGB value is (10,32,36). Sum of RGB (Red+Green+Blue) = 10+32+36=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A2024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2024 is #F5DFDB. Grayscale: #191919. Windows color (decimal): -16113628 or 2367498. OLE color: 2367498.
HSL color Cylindrical-coordinate representation of color #0A2024: hue angle of 189.23º 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 #0A2024 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 32 | 36 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.86 |
| HSL | 189.23º | 0.57% | 0.09% | - |
| HSV(B) | 189.23º | 0.72% | 0.14% | - |
| XYZ | 0.96 | 1.22 | 1.85 | - |
| YUV | 25.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 36 | 0.72 | 0.11 | 0 | 0.86 | 189.23 | 0.57 | 0.09 |
| Hex | A | 20 | 24 | 48 | B | 0 | 56 | BD | 39 | 9 |
| Octal | 12 | 40 | 44 | 110 | 13 | 0 | 126 | 275 | 71 | 11 |
| Binary | 1010 | 100000 | 100100 | 1001000 | 1011 | 0 | 1010110 | 10111101 | 111001 | 1001 |
Color Harmonies of #0A2024
Complementary color
Monochromatic Colors of #0A2024
Black with #0A2024
Text Example
Text Example
White with #0A2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2024; }
p { color: rgb(10,32,36); }
H1.HeaderClassName
{
color: #0A2024;
}
.AnyTagClassName
{
color: #0A2024;
}
</style>
background-color css
<style>
a { background-color: #0A2024; }
a { background-color: rgb(10,32,36); }
div.DivClassName
{
background-color: #0A2024;
}
.BgClassName
{
background-color: #0A2024;
}
</style>
border-color css
<style>
span { border-color: #0A2024; }
span { border-color: rgb(10,32,36); }
td.TdClassName
{
border-color: #0A2024;
}
.TagClassName
{
border-color: #0A2024;
}
</style>