Shades of Black Pearl #0A2A31
Tints of Black Pearl #0A2A31
RGB
CMYK
RGB Variations
Color information
#0A2A31 (or 0x0A2A31) is known color: Black Pearl. HEX triplet: 0A, 2A and 31. RGB value is (10,42,49). Sum of RGB (Red+Green+Blue) = 10+42+49=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 42 (16.80% from 255 or 41.58% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A2A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2A31 is #F5D5CE. Grayscale: #212121. Windows color (decimal): -16111055 or 3222026. OLE color: 3222026.
HSL color Cylindrical-coordinate representation of color #0A2A31: hue angle of 190.77º 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 #0A2A31 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 42 | 49 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.81 |
| HSL | 190.77º | 0.66% | 0.12% | - |
| HSV(B) | 190.77º | 0.8% | 0.19% | - |
| XYZ | 1.51 | 1.94 | 3.2 | - |
| YUV | 33.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 49 | 0.80 | 0.14 | 0 | 0.81 | 190.77 | 0.66 | 0.12 |
| Hex | A | 2A | 31 | 50 | E | 0 | 51 | BF | 42 | C |
| Octal | 12 | 52 | 61 | 120 | 16 | 0 | 121 | 277 | 102 | 14 |
| Binary | 1010 | 101010 | 110001 | 1010000 | 1110 | 0 | 1010001 | 10111111 | 1000010 | 1100 |
Color Harmonies of #0A2A31
Complementary color
Monochromatic Colors of #0A2A31
Black with #0A2A31
Text Example
Text Example
White with #0A2A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2A31; }
p { color: rgb(10,42,49); }
H1.HeaderClassName
{
color: #0A2A31;
}
.AnyTagClassName
{
color: #0A2A31;
}
</style>
background-color css
<style>
a { background-color: #0A2A31; }
a { background-color: rgb(10,42,49); }
div.DivClassName
{
background-color: #0A2A31;
}
.BgClassName
{
background-color: #0A2A31;
}
</style>
border-color css
<style>
span { border-color: #0A2A31; }
span { border-color: rgb(10,42,49); }
td.TdClassName
{
border-color: #0A2A31;
}
.TagClassName
{
border-color: #0A2A31;
}
</style>