#0B1116

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

Shades of Black Pearl #0B1116

Tints of Black Pearl #0B1116

Color information

#0B1116 (or 0x0B1116) is unknown color: approx Black Pearl. HEX triplet: 0B, 11 and 16. RGB value is (11,17,22). Sum of RGB (Red+Green+Blue) = 11+17+22=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 17 (7.03% from 255 or 34% 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 #0B1116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1116 is #F4EEE9. Grayscale: #0F0F0F. Windows color (decimal): -16051946 or 1446155. OLE color: 1446155.

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

Color convert

RGB111722-
CMYK0.50.2300.91
HSL207.27º33.33%6.47%-
HSV(B)207.27º50%8.63%-
XYZ0.480.530.84-
YUV15.78131.51124.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22%
GREEN value IS 17 (7.03% from 255) = 34%
BLUE value IS 22 (8.98% from 255) = 44%
R=22%
G=34%
B=44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1117220.50.2300.91207.2733.336.47
HexB1116321705Bcf216
Octal13212662270133317416
Binary10111000110110110010101110101101111001111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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