Shades of Black Pearl #0A131A
Tints of Black Pearl #0A131A
RGB
CMYK
RGB Variations
Color information
#0A131A (or 0x0A131A) is known color: Black Pearl. HEX triplet: 0A, 13 and 1A. RGB value is (10,19,26). Sum of RGB (Red+Green+Blue) = 10+19+26=55 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.18% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A131A is #F5ECE5. Grayscale: #111111. Windows color (decimal): -16116966 or 1708810. OLE color: 1708810.
HSL color Cylindrical-coordinate representation of color #0A131A: hue angle of 206.25º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A131A is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 19 | 26 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.90 |
| HSL | 206.25º | 0.44% | 0.07% | - |
| HSV(B) | 206.25º | 0.62% | 0.1% | - |
| XYZ | 0.54 | 0.6 | 1.07 | - |
| YUV | 17.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 26 | 0.62 | 0.27 | 0 | 0.90 | 206.25 | 0.44 | 0.07 |
| Hex | A | 13 | 1A | 3E | 1B | 0 | 5A | CE | 2C | 7 |
| Octal | 12 | 23 | 32 | 76 | 33 | 0 | 132 | 316 | 54 | 7 |
| Binary | 1010 | 10011 | 11010 | 111110 | 11011 | 0 | 1011010 | 11001110 | 101100 | 111 |
Color Harmonies of #0A131A
Complementary color
Monochromatic Colors of #0A131A
Black with #0A131A
Text Example
Text Example
White with #0A131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A131A; }
p { color: rgb(10,19,26); }
H1.HeaderClassName
{
color: #0A131A;
}
.AnyTagClassName
{
color: #0A131A;
}
</style>
background-color css
<style>
a { background-color: #0A131A; }
a { background-color: rgb(10,19,26); }
div.DivClassName
{
background-color: #0A131A;
}
.BgClassName
{
background-color: #0A131A;
}
</style>
border-color css
<style>
span { border-color: #0A131A; }
span { border-color: rgb(10,19,26); }
td.TdClassName
{
border-color: #0A131A;
}
.TagClassName
{
border-color: #0A131A;
}
</style>