Shades of Black Pearl #0A1C1F
Tints of Black Pearl #0A1C1F
RGB
CMYK
RGB Variations
Color information
#0A1C1F (or 0x0A1C1F) is known color: Black Pearl. HEX triplet: 0A, 1C and 1F. RGB value is (10,28,31). Sum of RGB (Red+Green+Blue) = 10+28+31=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A1C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1C1F is #F5E3E0. Grayscale: #161616. Windows color (decimal): -16114657 or 2038794. OLE color: 2038794.
HSL color Cylindrical-coordinate representation of color #0A1C1F: hue angle of 188.57º 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 #0A1C1F is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 28 | 31 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.88 |
| HSL | 188.57º | 0.51% | 0.08% | - |
| HSV(B) | 188.57º | 0.68% | 0.12% | - |
| XYZ | 0.79 | 0.99 | 1.45 | - |
| YUV | 22.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 31 | 0.68 | 0.10 | 0 | 0.88 | 188.57 | 0.51 | 0.08 |
| Hex | A | 1C | 1F | 44 | A | 0 | 58 | BD | 33 | 8 |
| Octal | 12 | 34 | 37 | 104 | 12 | 0 | 130 | 275 | 63 | 10 |
| Binary | 1010 | 11100 | 11111 | 1000100 | 1010 | 0 | 1011000 | 10111101 | 110011 | 1000 |
Color Harmonies of #0A1C1F
Complementary color
Monochromatic Colors of #0A1C1F
Black with #0A1C1F
Text Example
Text Example
White with #0A1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C1F; }
p { color: rgb(10,28,31); }
H1.HeaderClassName
{
color: #0A1C1F;
}
.AnyTagClassName
{
color: #0A1C1F;
}
</style>
background-color css
<style>
a { background-color: #0A1C1F; }
a { background-color: rgb(10,28,31); }
div.DivClassName
{
background-color: #0A1C1F;
}
.BgClassName
{
background-color: #0A1C1F;
}
</style>
border-color css
<style>
span { border-color: #0A1C1F; }
span { border-color: rgb(10,28,31); }
td.TdClassName
{
border-color: #0A1C1F;
}
.TagClassName
{
border-color: #0A1C1F;
}
</style>