Shades of Black Pearl #0A2A30
Tints of Black Pearl #0A2A30
RGB
CMYK
RGB Variations
Color information
#0A2A30 (or 0x0A2A30) is known color: Black Pearl. HEX triplet: 0A, 2A and 30. RGB value is (10,42,48). Sum of RGB (Red+Green+Blue) = 10+42+48=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A2A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2A30 is #F5D5CF. Grayscale: #212121. Windows color (decimal): -16111056 or 3156490. OLE color: 3156490.
HSL color Cylindrical-coordinate representation of color #0A2A30: hue angle of 189.47º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A2A30 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 42 | 48 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.81 |
| HSL | 189.47º | 0.66% | 0.11% | - |
| HSV(B) | 189.47º | 0.79% | 0.19% | - |
| XYZ | 1.49 | 1.93 | 3.09 | - |
| YUV | 33.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 48 | 0.79 | 0.13 | 0 | 0.81 | 189.47 | 0.66 | 0.11 |
| Hex | A | 2A | 30 | 4F | D | 0 | 51 | BD | 42 | B |
| Octal | 12 | 52 | 60 | 117 | 15 | 0 | 121 | 275 | 102 | 13 |
| Binary | 1010 | 101010 | 110000 | 1001111 | 1101 | 0 | 1010001 | 10111101 | 1000010 | 1011 |
Color Harmonies of #0A2A30
Complementary color
Monochromatic Colors of #0A2A30
Black with #0A2A30
Text Example
Text Example
White with #0A2A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2A30; }
p { color: rgb(10,42,48); }
H1.HeaderClassName
{
color: #0A2A30;
}
.AnyTagClassName
{
color: #0A2A30;
}
</style>
background-color css
<style>
a { background-color: #0A2A30; }
a { background-color: rgb(10,42,48); }
div.DivClassName
{
background-color: #0A2A30;
}
.BgClassName
{
background-color: #0A2A30;
}
</style>
border-color css
<style>
span { border-color: #0A2A30; }
span { border-color: rgb(10,42,48); }
td.TdClassName
{
border-color: #0A2A30;
}
.TagClassName
{
border-color: #0A2A30;
}
</style>