#0B1016

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

Shades of Black Pearl #0B1016

Tints of Black Pearl #0B1016

Color information

#0B1016 (or 0x0B1016) is unknown color: approx Black Pearl. HEX triplet: 0B, 10 and 16. RGB value is (11,16,22). Sum of RGB (Red+Green+Blue) = 11+16+22=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B1016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1016 is #F4EFE9. Grayscale: #0F0F0F. Windows color (decimal): -16052202 or 1445899. OLE color: 1445899.

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

Color convert

RGB111622-
CMYK0.50.2700.91
HSL212.73º33.33%6.47%-
HSV(B)212.73º50%8.63%-
XYZ0.470.50.83-
YUV15.19131.84125.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.45%
GREEN value IS 16 (6.64% from 255) = 32.65%
BLUE value IS 22 (8.98% from 255) = 44.90%
R=22.45%
G=32.65%
B=44.90%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1116220.50.2700.91212.7333.336.47
HexB1016321B05Bd5216
Octal13202662330133325416
Binary10111000010110110010110110101101111010101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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