Shades of Black Pearl #0A1A1B
Tints of Black Pearl #0A1A1B
RGB
CMYK
RGB Variations
Color information
#0A1A1B (or 0x0A1A1B) is known color: Black Pearl. HEX triplet: 0A, 1A and 1B. RGB value is (10,26,27). Sum of RGB (Red+Green+Blue) = 10+26+27=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A1A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1A1B is #F5E5E4. Grayscale: #151515. Windows color (decimal): -16115173 or 1776138. OLE color: 1776138.
HSL color Cylindrical-coordinate representation of color #0A1A1B: hue angle of 183.53º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0A1A1B is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 26 | 27 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.89 |
| HSL | 183.53º | 0.46% | 0.07% | - |
| HSV(B) | 183.53º | 0.63% | 0.11% | - |
| XYZ | 0.69 | 0.88 | 1.17 | - |
| YUV | 21.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 27 | 0.63 | 0.04 | 0 | 0.89 | 183.53 | 0.46 | 0.07 |
| Hex | A | 1A | 1B | 3F | 4 | 0 | 59 | B8 | 2E | 7 |
| Octal | 12 | 32 | 33 | 77 | 4 | 0 | 131 | 270 | 56 | 7 |
| Binary | 1010 | 11010 | 11011 | 111111 | 100 | 0 | 1011001 | 10111000 | 101110 | 111 |
Color Harmonies of #0A1A1B
Complementary color
Monochromatic Colors of #0A1A1B
Black with #0A1A1B
Text Example
Text Example
White with #0A1A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1A1B; }
p { color: rgb(10,26,27); }
H1.HeaderClassName
{
color: #0A1A1B;
}
.AnyTagClassName
{
color: #0A1A1B;
}
</style>
background-color css
<style>
a { background-color: #0A1A1B; }
a { background-color: rgb(10,26,27); }
div.DivClassName
{
background-color: #0A1A1B;
}
.BgClassName
{
background-color: #0A1A1B;
}
</style>
border-color css
<style>
span { border-color: #0A1A1B; }
span { border-color: rgb(10,26,27); }
td.TdClassName
{
border-color: #0A1A1B;
}
.TagClassName
{
border-color: #0A1A1B;
}
</style>