#0A1216

Color #0A1216 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #0A1216

Tints of Black Pearl #0A1216

Color information

#0A1216 (or 0x0A1216) is unknown color: approx Black Pearl. HEX triplet: 0A, 12 and 16. RGB value is (10,18,22). Sum of RGB (Red+Green+Blue) = 10+18+22=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A1216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1216 is #F5EDE9. Grayscale: #101010. Windows color (decimal): -16117226 or 1446410. OLE color: 1446410.

HSL color Cylindrical-coordinate representation of color #0A1216: hue angle of 200º degrees, saturation: 0.37, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0A1216 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB101822-
CMYK0.550.1800.91
HSL200º37.5%6.27%-
HSV(B)200º54.55%8.63%-
XYZ0.490.560.84-
YUV16.06131.35123.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 20%
GREEN value IS 18 (7.42% from 255) = 36%
BLUE value IS 22 (8.98% from 255) = 44%
R=20%
G=36%
B=44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1018220.550.1800.9120037.56.27
HexA1216371205Bc8256
Octal12222667220133310456
Binary10101001010110110111100100101101111001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1216; }

 p { color: rgb(10,18,22); }

 H1.HeaderClassName
 {
   color: #0A1216;
 }
 .AnyTagClassName
 {
   color: #0A1216;
 }
</style>
background-color css

<style>
 a { background-color: #0A1216; }

 a { background-color: rgb(10,18,22); }

 div.DivClassName
 {
   background-color: #0A1216;
 }
 .BgClassName
 {
   background-color: #0A1216;
 }
</style>
border-color css

<style>
 span { border-color: #0A1216; }

 span { border-color: rgb(10,18,22); }

 td.TdClassName
 {
   border-color: #0A1216;
 }
 .TagClassName
 {
   border-color: #0A1216;
 }
</style>