#0B160D

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

Shades of Black Bean #0B160D

Tints of Black Bean #0B160D

Color information

#0B160D (or 0x0B160D) is unknown color: approx Black Bean. HEX triplet: 0B, 16 and 0D. RGB value is (11,22,13). Sum of RGB (Red+Green+Blue) = 11+22+13=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 22 - color contains mainly: green. Hex color #0B160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B160D is #F4E9F2. Grayscale: #111111. Windows color (decimal): -16050675 or 857611. OLE color: 857611.

HSL color Cylindrical-coordinate representation of color #0B160D: hue angle of 130.91º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B160D is Cyan = 0.5, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.

Color convert

RGB112213-
CMYK0.500.410.91
HSL130.91º33.33%6.47%-
HSV(B)130.91º50%8.63%-
XYZ0.50.670.48-
YUV17.68125.36123.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.91%
GREEN value IS 22 (8.98% from 255) = 47.83%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=23.91%
G=47.83%
B=28.26%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1122130.500.410.91130.9133.336.47
HexB16D320295B83216
Octal13261562051133203416
Binary10111011011011100100101001101101110000011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,22,13); }

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

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

 a { background-color: rgb(11,22,13); }

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

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

 span { border-color: rgb(11,22,13); }

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