Shades of Black Pearl #0A2127
Tints of Black Pearl #0A2127
RGB
CMYK
RGB Variations
Color information
#0A2127 (or 0x0A2127) is known color: Black Pearl. HEX triplet: 0A, 21 and 27. RGB value is (10,33,39). Sum of RGB (Red+Green+Blue) = 10+33+39=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 39 (15.62% from 255 or 47.56% from 82); Max value from RGB is 39 - color contains mainly: blue. Hex color #0A2127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2127 is #F5DED8. Grayscale: #1A1A1A. Windows color (decimal): -16113369 or 2564362. OLE color: 2564362.
HSL color Cylindrical-coordinate representation of color #0A2127: hue angle of 192.41º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2127 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 33 | 39 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.85 |
| HSL | 192.41º | 0.59% | 0.1% | - |
| HSV(B) | 192.41º | 0.74% | 0.15% | - |
| XYZ | 1.04 | 1.3 | 2.12 | - |
| YUV | 26.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 39 | 0.74 | 0.15 | 0 | 0.85 | 192.41 | 0.59 | 0.1 |
| Hex | A | 21 | 27 | 4A | F | 0 | 55 | C0 | 3B | A |
| Octal | 12 | 41 | 47 | 112 | 17 | 0 | 125 | 300 | 73 | 12 |
| Binary | 1010 | 100001 | 100111 | 1001010 | 1111 | 0 | 1010101 | 11000000 | 111011 | 1010 |
Color Harmonies of #0A2127
Complementary color
Monochromatic Colors of #0A2127
Black with #0A2127
Text Example
Text Example
White with #0A2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2127; }
p { color: rgb(10,33,39); }
H1.HeaderClassName
{
color: #0A2127;
}
.AnyTagClassName
{
color: #0A2127;
}
</style>
background-color css
<style>
a { background-color: #0A2127; }
a { background-color: rgb(10,33,39); }
div.DivClassName
{
background-color: #0A2127;
}
.BgClassName
{
background-color: #0A2127;
}
</style>
border-color css
<style>
span { border-color: #0A2127; }
span { border-color: rgb(10,33,39); }
td.TdClassName
{
border-color: #0A2127;
}
.TagClassName
{
border-color: #0A2127;
}
</style>