#0B1E11

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

Shades of Black Bean #0B1E11

Tints of Black Bean #0B1E11

Color information

#0B1E11 (or 0x0B1E11) is unknown color: approx Black Bean. HEX triplet: 0B, 1E and 11. RGB value is (11,30,17). Sum of RGB (Red+Green+Blue) = 11+30+17=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 30 (12.11% from 255 or 51.72% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E11 is #F4E1EE. Grayscale: #161616. Windows color (decimal): -16048623 or 1121803. OLE color: 1121803.

HSL color Cylindrical-coordinate representation of color #0B1E11: hue angle of 138.95º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0B1E11 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.

Color convert

RGB113017-
CMYK0.6300.430.88
HSL138.95º46.34%8.04%-
HSV(B)138.95º63.33%11.76%-
XYZ0.71.040.69-
YUV22.84124.71119.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.97%
GREEN value IS 30 (12.11% from 255) = 51.72%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=18.97%
G=51.72%
B=29.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1130170.6300.430.88138.9546.348.04
HexB1E113F02B588b2e8
Octal133621770531302135610
Binary1011111101000111111101010111011000100010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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