#0B1516

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

Shades of Black Pearl #0B1516

Tints of Black Pearl #0B1516

Color information

#0B1516 (or 0x0B1516) is unknown color: approx Black Pearl. HEX triplet: 0B, 15 and 16. RGB value is (11,21,22). Sum of RGB (Red+Green+Blue) = 11+21+22=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B1516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1516 is #F4EAE9. Grayscale: #121212. Windows color (decimal): -16050922 or 1447179. OLE color: 1447179.

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

Color convert

RGB112122-
CMYK0.50.0500.91
HSL185.45º33.33%6.47%-
HSV(B)185.45º50%8.63%-
XYZ0.550.670.86-
YUV18.12130.19122.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.37%
GREEN value IS 21 (8.59% from 255) = 38.89%
BLUE value IS 22 (8.98% from 255) = 40.74%
R=20.37%
G=38.89%
B=40.74%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1121220.50.0500.91185.4533.336.47
HexB151632505Bb9216
Octal1325266250133271416
Binary101110101101101100101010101101110111001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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