#0B1118

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

Shades of Black Pearl #0B1118

Tints of Black Pearl #0B1118

Color information

#0B1118 (or 0x0B1118) is unknown color: approx Black Pearl. HEX triplet: 0B, 11 and 18. RGB value is (11,17,24). Sum of RGB (Red+Green+Blue) = 11+17+24=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B1118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1118 is #F4EEE7. Grayscale: #0F0F0F. Windows color (decimal): -16051944 or 1577227. OLE color: 1577227.

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

Color convert

RGB111724-
CMYK0.540.2900.91
HSL212.31º37.14%6.86%-
HSV(B)212.31º54.17%9.41%-
XYZ0.50.540.94-
YUV16132.51124.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 21.15%
GREEN value IS 17 (7.03% from 255) = 32.69%
BLUE value IS 24 (9.77% from 255) = 46.15%
R=21.15%
G=32.69%
B=46.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1117240.540.2900.91212.3137.146.86
HexB1118361D05Bd4257
Octal13213066350133324457
Binary10111000111000110110111010101101111010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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