#0B111A

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

Shades of Black Pearl #0B111A

Tints of Black Pearl #0B111A

Color information

#0B111A (or 0x0B111A) is unknown color: approx Black Pearl. HEX triplet: 0B, 11 and 1A. RGB value is (11,17,26). Sum of RGB (Red+Green+Blue) = 11+17+26=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B111A is #F4EEE5. Grayscale: #101010. Windows color (decimal): -16051942 or 1708299. OLE color: 1708299.

HSL color Cylindrical-coordinate representation of color #0B111A: hue angle of 216º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0B111A is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB111726-
CMYK0.580.3500.90
HSL216º40.54%7.25%-
HSV(B)216º57.69%10.2%-
XYZ0.520.551.06-
YUV16.23133.51124.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.37%
GREEN value IS 17 (7.03% from 255) = 31.48%
BLUE value IS 26 (10.55% from 255) = 48.15%
R=20.37%
G=31.48%
B=48.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1117260.580.3500.9021640.547.25
HexB111A3A2305Ad8297
Octal13213272430132330517
Binary101110001110101110101000110101101011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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