Shades of Black Pearl #010A12
Tints of Black Pearl #010A12
RGB
CMYK
RGB Variations
Color information
#010A12 (or 0x010A12) is known color: Black Pearl. HEX triplet: 01, 0A and 12. RGB value is (1,10,18). Sum of RGB (Red+Green+Blue) = 1+10+18=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 10 (4.30% from 255 or 34.48% from 29); Blue value is 18 (7.42% from 255 or 62.07% from 29); Max value from RGB is 18 - color contains mainly: blue. Hex color #010A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A12 is #FEF5ED. Grayscale: #080808. Windows color (decimal): -16709102 or 1182209. OLE color: 1182209.
HSL color Cylindrical-coordinate representation of color #010A12: hue angle of 208.24º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010A12 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 1 | 10 | 18 | - |
CMYK | 0.94 | 0.44 | 0 | 0.93 |
HSL | 208.24º | 0.89% | 0.04% | - |
HSV(B) | 208.24º | 0.94% | 0.07% | - |
XYZ | 0.23 | 0.27 | 0.61 | - |
YUV | 8.22 | 133.52 | 122.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 10 | 18 | 0.94 | 0.44 | 0 | 0.93 | 208.24 | 0.89 | 0.04 |
Hex | 1 | A | 12 | 5E | 2C | 0 | 5D | D0 | 59 | 4 |
Octal | 1 | 12 | 22 | 136 | 54 | 0 | 135 | 320 | 131 | 4 |
Binary | 1 | 1010 | 10010 | 1011110 | 101100 | 0 | 1011101 | 11010000 | 1011001 | 100 |
Color Harmonies of #010A12
Complementary color
Monochromatic Colors of #010A12
Black with #010A12
Text Example
Text Example
White with #010A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A12; }
p { color: rgb(1,10,18); }
H1.HeaderClassName
{
color: #010A12;
}
.AnyTagClassName
{
color: #010A12;
}
</style>
background-color css
<style>
a { background-color: #010A12; }
a { background-color: rgb(1,10,18); }
div.DivClassName
{
background-color: #010A12;
}
.BgClassName
{
background-color: #010A12;
}
</style>
border-color css
<style>
span { border-color: #010A12; }
span { border-color: rgb(1,10,18); }
td.TdClassName
{
border-color: #010A12;
}
.TagClassName
{
border-color: #010A12;
}
</style>