Shades of Black Pearl #0A1D1F
Tints of Black Pearl #0A1D1F
RGB
CMYK
RGB Variations
Color information
#0A1D1F (or 0x0A1D1F) is known color: Black Pearl. HEX triplet: 0A, 1D and 1F. RGB value is (10,29,31). Sum of RGB (Red+Green+Blue) = 10+29+31=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A1D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1D1F is #F5E2E0. Grayscale: #171717. Windows color (decimal): -16114401 or 2039050. OLE color: 2039050.
HSL color Cylindrical-coordinate representation of color #0A1D1F: hue angle of 185.71º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A1D1F is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 29 | 31 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.88 |
| HSL | 185.71º | 0.51% | 0.08% | - |
| HSV(B) | 185.71º | 0.68% | 0.12% | - |
| XYZ | 0.81 | 1.04 | 1.45 | - |
| YUV | 23.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 31 | 0.68 | 0.06 | 0 | 0.88 | 185.71 | 0.51 | 0.08 |
| Hex | A | 1D | 1F | 44 | 6 | 0 | 58 | BA | 33 | 8 |
| Octal | 12 | 35 | 37 | 104 | 6 | 0 | 130 | 272 | 63 | 10 |
| Binary | 1010 | 11101 | 11111 | 1000100 | 110 | 0 | 1011000 | 10111010 | 110011 | 1000 |
Color Harmonies of #0A1D1F
Complementary color
Monochromatic Colors of #0A1D1F
Black with #0A1D1F
Text Example
Text Example
White with #0A1D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1D1F; }
p { color: rgb(10,29,31); }
H1.HeaderClassName
{
color: #0A1D1F;
}
.AnyTagClassName
{
color: #0A1D1F;
}
</style>
background-color css
<style>
a { background-color: #0A1D1F; }
a { background-color: rgb(10,29,31); }
div.DivClassName
{
background-color: #0A1D1F;
}
.BgClassName
{
background-color: #0A1D1F;
}
</style>
border-color css
<style>
span { border-color: #0A1D1F; }
span { border-color: rgb(10,29,31); }
td.TdClassName
{
border-color: #0A1D1F;
}
.TagClassName
{
border-color: #0A1D1F;
}
</style>