Shades of Black Pearl #0A2534
Tints of Black Pearl #0A2534
RGB
CMYK
RGB Variations
Color information
#0A2534 (or 0x0A2534) is known color: Black Pearl. HEX triplet: 0A, 25 and 34. RGB value is (10,37,52). Sum of RGB (Red+Green+Blue) = 10+37+52=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #0A2534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2534 is #F5DACB. Grayscale: #1E1E1E. Windows color (decimal): -16112332 or 3417354. OLE color: 3417354.
HSL color Cylindrical-coordinate representation of color #0A2534: hue angle of 201.43º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A2534 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 37 | 52 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.80 |
| HSL | 201.43º | 0.68% | 0.12% | - |
| HSV(B) | 201.43º | 0.81% | 0.2% | - |
| XYZ | 1.41 | 1.64 | 3.49 | - |
| YUV | 30.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 52 | 0.81 | 0.29 | 0 | 0.80 | 201.43 | 0.68 | 0.12 |
| Hex | A | 25 | 34 | 51 | 1D | 0 | 50 | C9 | 44 | C |
| Octal | 12 | 45 | 64 | 121 | 35 | 0 | 120 | 311 | 104 | 14 |
| Binary | 1010 | 100101 | 110100 | 1010001 | 11101 | 0 | 1010000 | 11001001 | 1000100 | 1100 |
Color Harmonies of #0A2534
Complementary color
Monochromatic Colors of #0A2534
Black with #0A2534
Text Example
Text Example
White with #0A2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2534; }
p { color: rgb(10,37,52); }
H1.HeaderClassName
{
color: #0A2534;
}
.AnyTagClassName
{
color: #0A2534;
}
</style>
background-color css
<style>
a { background-color: #0A2534; }
a { background-color: rgb(10,37,52); }
div.DivClassName
{
background-color: #0A2534;
}
.BgClassName
{
background-color: #0A2534;
}
</style>
border-color css
<style>
span { border-color: #0A2534; }
span { border-color: rgb(10,37,52); }
td.TdClassName
{
border-color: #0A2534;
}
.TagClassName
{
border-color: #0A2534;
}
</style>