#0B1D11

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

Shades of Black Bean #0B1D11

Tints of Black Bean #0B1D11

Color information

#0B1D11 (or 0x0B1D11) is unknown color: approx Black Bean. HEX triplet: 0B, 1D and 11. RGB value is (11,29,17). Sum of RGB (Red+Green+Blue) = 11+29+17=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 29 (11.72% from 255 or 50.88% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 29 - color contains mainly: green. Hex color #0B1D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1D11 is #F4E2EE. Grayscale: #161616. Windows color (decimal): -16048879 or 1121547. OLE color: 1121547.

HSL color Cylindrical-coordinate representation of color #0B1D11: hue angle of 140º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B1D11 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB112917-
CMYK0.6200.410.89
HSL140º45%7.84%-
HSV(B)140º62.07%11.37%-
XYZ0.680.990.69-
YUV22.25125.04119.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.30%
GREEN value IS 29 (11.72% from 255) = 50.88%
BLUE value IS 17 (7.03% from 255) = 29.82%
R=19.30%
G=50.88%
B=29.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1129170.6200.410.89140457.84
HexB1D113E029598c2d8
Octal133521760511312145510
Binary1011111011000111111001010011011001100011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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