Shades of Black Pearl #0A1A1E
Tints of Black Pearl #0A1A1E
RGB
CMYK
RGB Variations
Color information
#0A1A1E (or 0x0A1A1E) is known color: Black Pearl. HEX triplet: 0A, 1A and 1E. RGB value is (10,26,30). Sum of RGB (Red+Green+Blue) = 10+26+30=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 26 (10.55% from 255 or 39.39% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 30 - color contains mainly: blue. Hex color #0A1A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1A1E is #F5E5E1. Grayscale: #151515. Windows color (decimal): -16115170 or 1972746. OLE color: 1972746.
HSL color Cylindrical-coordinate representation of color #0A1A1E: hue angle of 192º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0A1A1E is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 26 | 30 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.88 |
| HSL | 192º | 0.5% | 0.08% | - |
| HSV(B) | 192º | 0.67% | 0.12% | - |
| XYZ | 0.73 | 0.9 | 1.36 | - |
| YUV | 21.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 30 | 0.67 | 0.13 | 0 | 0.88 | 192 | 0.5 | 0.08 |
| Hex | A | 1A | 1E | 43 | D | 0 | 58 | C0 | 32 | 8 |
| Octal | 12 | 32 | 36 | 103 | 15 | 0 | 130 | 300 | 62 | 10 |
| Binary | 1010 | 11010 | 11110 | 1000011 | 1101 | 0 | 1011000 | 11000000 | 110010 | 1000 |
Color Harmonies of #0A1A1E
Complementary color
Monochromatic Colors of #0A1A1E
Black with #0A1A1E
Text Example
Text Example
White with #0A1A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1A1E; }
p { color: rgb(10,26,30); }
H1.HeaderClassName
{
color: #0A1A1E;
}
.AnyTagClassName
{
color: #0A1A1E;
}
</style>
background-color css
<style>
a { background-color: #0A1A1E; }
a { background-color: rgb(10,26,30); }
div.DivClassName
{
background-color: #0A1A1E;
}
.BgClassName
{
background-color: #0A1A1E;
}
</style>
border-color css
<style>
span { border-color: #0A1A1E; }
span { border-color: rgb(10,26,30); }
td.TdClassName
{
border-color: #0A1A1E;
}
.TagClassName
{
border-color: #0A1A1E;
}
</style>