#0A1516

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

Shades of Black Pearl #0A1516

Tints of Black Pearl #0A1516

Color information

#0A1516 (or 0x0A1516) is unknown color: approx Black Pearl. HEX triplet: 0A, 15 and 16. RGB value is (10,21,22). Sum of RGB (Red+Green+Blue) = 10+21+22=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A1516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1516 is #F5EAE9. Grayscale: #111111. Windows color (decimal): -16116458 or 1447178. OLE color: 1447178.

HSL color Cylindrical-coordinate representation of color #0A1516: hue angle of 185º 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 #0A1516 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB102122-
CMYK0.550.0500.91
HSL185º37.5%6.27%-
HSV(B)185º54.55%8.63%-
XYZ0.540.660.86-
YUV17.82130.36122.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.87%
GREEN value IS 21 (8.59% from 255) = 39.62%
BLUE value IS 22 (8.98% from 255) = 41.51%
R=18.87%
G=39.62%
B=41.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1021220.550.0500.9118537.56.27
HexA151637505Bb9256
Octal1225266750133271456
Binary101010101101101101111010101101110111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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