#0B110C

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

Shades of Black Bean #0B110C

Tints of Black Bean #0B110C

Color information

#0B110C (or 0x0B110C) is unknown color: approx Black Bean. HEX triplet: 0B, 11 and 0C. RGB value is (11,17,12). Sum of RGB (Red+Green+Blue) = 11+17+12=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 17 - color contains mainly: green. Hex color #0B110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B110C is #F4EEF3. Grayscale: #0E0E0E. Windows color (decimal): -16051956 or 790795. OLE color: 790795.

HSL color Cylindrical-coordinate representation of color #0B110C: hue angle of 130º degrees, saturation: 0.21, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0B110C is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB111712-
CMYK0.3500.290.93
HSL130º21.43%5.49%-
HSV(B)130º35.29%6.67%-
XYZ0.40.50.42-
YUV14.64126.51125.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 27.5%
GREEN value IS 17 (7.03% from 255) = 42.5%
BLUE value IS 12 (5.08% from 255) = 30%
R=27.5%
G=42.5%
B=30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1117120.3500.290.9313021.435.49
HexB11C2301D5D82155
Octal13211443035135202255
Binary101110001110010001101110110111011000001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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