Shades of Black Pearl #0A1B2C
Tints of Black Pearl #0A1B2C
RGB
CMYK
RGB Variations
Color information
#0A1B2C (or 0x0A1B2C) is known color: Black Pearl. HEX triplet: 0A, 1B and 2C. RGB value is (10,27,44). Sum of RGB (Red+Green+Blue) = 10+27+44=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #0A1B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1B2C is #F5E4D3. Grayscale: #171717. Windows color (decimal): -16114900 or 2890506. OLE color: 2890506.
HSL color Cylindrical-coordinate representation of color #0A1B2C: hue angle of 210º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A1B2C is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 27 | 44 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.83 |
| HSL | 210º | 0.63% | 0.11% | - |
| HSV(B) | 210º | 0.77% | 0.17% | - |
| XYZ | 0.97 | 1.03 | 2.53 | - |
| YUV | 23.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 27 | 44 | 0.77 | 0.39 | 0 | 0.83 | 210 | 0.63 | 0.11 |
| Hex | A | 1B | 2C | 4D | 27 | 0 | 53 | D2 | 3F | B |
| Octal | 12 | 33 | 54 | 115 | 47 | 0 | 123 | 322 | 77 | 13 |
| Binary | 1010 | 11011 | 101100 | 1001101 | 100111 | 0 | 1010011 | 11010010 | 111111 | 1011 |
Color Harmonies of #0A1B2C
Complementary color
Monochromatic Colors of #0A1B2C
Black with #0A1B2C
Text Example
Text Example
White with #0A1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1B2C; }
p { color: rgb(10,27,44); }
H1.HeaderClassName
{
color: #0A1B2C;
}
.AnyTagClassName
{
color: #0A1B2C;
}
</style>
background-color css
<style>
a { background-color: #0A1B2C; }
a { background-color: rgb(10,27,44); }
div.DivClassName
{
background-color: #0A1B2C;
}
.BgClassName
{
background-color: #0A1B2C;
}
</style>
border-color css
<style>
span { border-color: #0A1B2C; }
span { border-color: rgb(10,27,44); }
td.TdClassName
{
border-color: #0A1B2C;
}
.TagClassName
{
border-color: #0A1B2C;
}
</style>