#0B111B

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

Shades of Black Pearl #0B111B

Tints of Black Pearl #0B111B

Color information

#0B111B (or 0x0B111B) is unknown color: approx Black Pearl. HEX triplet: 0B, 11 and 1B. RGB value is (11,17,27). Sum of RGB (Red+Green+Blue) = 11+17+27=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #0B111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B111B is #F4EEE4. Grayscale: #101010. Windows color (decimal): -16051941 or 1773835. OLE color: 1773835.

HSL color Cylindrical-coordinate representation of color #0B111B: hue angle of 217.5º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0B111B is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB111727-
CMYK0.590.3700.89
HSL217.5º42.11%7.45%-
HSV(B)217.5º59.26%10.59%-
XYZ0.540.551.12-
YUV16.35134.01124.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20%
GREEN value IS 17 (7.03% from 255) = 30.91%
BLUE value IS 27 (10.94% from 255) = 49.09%
R=20%
G=30.91%
B=49.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1117270.590.3700.89217.542.117.45
HexB111B3B25059da2a7
Octal13213373450131332527
Binary101110001110111110111001010101100111011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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