Shades of Black Pearl #0A2031
Tints of Black Pearl #0A2031
RGB
CMYK
RGB Variations
Color information
#0A2031 (or 0x0A2031) is known color: Black Pearl. HEX triplet: 0A, 20 and 31. RGB value is (10,32,49). Sum of RGB (Red+Green+Blue) = 10+32+49=91 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.99% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A2031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2031 is #F5DFCE. Grayscale: #1B1B1B. Windows color (decimal): -16113615 or 3219466. OLE color: 3219466.
HSL color Cylindrical-coordinate representation of color #0A2031: hue angle of 206.15º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A2031 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 32 | 49 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.81 |
| HSL | 206.15º | 0.66% | 0.12% | - |
| HSV(B) | 206.15º | 0.8% | 0.19% | - |
| XYZ | 1.2 | 1.32 | 3.1 | - |
| YUV | 27.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 49 | 0.80 | 0.35 | 0 | 0.81 | 206.15 | 0.66 | 0.12 |
| Hex | A | 20 | 31 | 50 | 23 | 0 | 51 | CE | 42 | C |
| Octal | 12 | 40 | 61 | 120 | 43 | 0 | 121 | 316 | 102 | 14 |
| Binary | 1010 | 100000 | 110001 | 1010000 | 100011 | 0 | 1010001 | 11001110 | 1000010 | 1100 |
Color Harmonies of #0A2031
Complementary color
Monochromatic Colors of #0A2031
Black with #0A2031
Text Example
Text Example
White with #0A2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2031; }
p { color: rgb(10,32,49); }
H1.HeaderClassName
{
color: #0A2031;
}
.AnyTagClassName
{
color: #0A2031;
}
</style>
background-color css
<style>
a { background-color: #0A2031; }
a { background-color: rgb(10,32,49); }
div.DivClassName
{
background-color: #0A2031;
}
.BgClassName
{
background-color: #0A2031;
}
</style>
border-color css
<style>
span { border-color: #0A2031; }
span { border-color: rgb(10,32,49); }
td.TdClassName
{
border-color: #0A2031;
}
.TagClassName
{
border-color: #0A2031;
}
</style>