Shades of Black Pearl #0A2A37
Tints of Black Pearl #0A2A37
RGB
CMYK
RGB Variations
Color information
#0A2A37 (or 0x0A2A37) is known color: Black Pearl. HEX triplet: 0A, 2A and 37. RGB value is (10,42,55). Sum of RGB (Red+Green+Blue) = 10+42+55=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 55 (21.88% from 255 or 51.40% from 107); Max value from RGB is 55 - color contains mainly: blue. Hex color #0A2A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2A37 is #F5D5C8. Grayscale: #212121. Windows color (decimal): -16111049 or 3615242. OLE color: 3615242.
HSL color Cylindrical-coordinate representation of color #0A2A37: hue angle of 197.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A2A37 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 42 | 55 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.78 |
| HSL | 197.33º | 0.69% | 0.13% | - |
| HSV(B) | 197.33º | 0.82% | 0.22% | - |
| XYZ | 1.64 | 2 | 3.91 | - |
| YUV | 33.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 55 | 0.82 | 0.24 | 0 | 0.78 | 197.33 | 0.69 | 0.13 |
| Hex | A | 2A | 37 | 52 | 18 | 0 | 4E | C5 | 45 | D |
| Octal | 12 | 52 | 67 | 122 | 30 | 0 | 116 | 305 | 105 | 15 |
| Binary | 1010 | 101010 | 110111 | 1010010 | 11000 | 0 | 1001110 | 11000101 | 1000101 | 1101 |
Color Harmonies of #0A2A37
Complementary color
Monochromatic Colors of #0A2A37
Black with #0A2A37
Text Example
Text Example
White with #0A2A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2A37; }
p { color: rgb(10,42,55); }
H1.HeaderClassName
{
color: #0A2A37;
}
.AnyTagClassName
{
color: #0A2A37;
}
</style>
background-color css
<style>
a { background-color: #0A2A37; }
a { background-color: rgb(10,42,55); }
div.DivClassName
{
background-color: #0A2A37;
}
.BgClassName
{
background-color: #0A2A37;
}
</style>
border-color css
<style>
span { border-color: #0A2A37; }
span { border-color: rgb(10,42,55); }
td.TdClassName
{
border-color: #0A2A37;
}
.TagClassName
{
border-color: #0A2A37;
}
</style>