#0B120B

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

Shades of Black Bean #0B120B

Tints of Black Bean #0B120B

Color information

#0B120B (or 0x0B120B) is unknown color: approx Black Bean. HEX triplet: 0B, 12 and 0B. RGB value is (11,18,11). Sum of RGB (Red+Green+Blue) = 11+18+11=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 18 - color contains mainly: green. Hex color #0B120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B120B is #F4EDF4. Grayscale: #0F0F0F. Windows color (decimal): -16051701 or 725515. OLE color: 725515.

HSL color Cylindrical-coordinate representation of color #0B120B: hue angle of 120º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0B120B is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB111811-
CMYK0.3900.390.93
HSL120º24.14%5.69%-
HSV(B)120º38.89%7.06%-
XYZ0.410.530.4-
YUV15.11125.68125.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 27.5%
GREEN value IS 18 (7.42% from 255) = 45%
BLUE value IS 11 (4.69% from 255) = 27.5%
R=27.5%
G=45%
B=27.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1118110.3900.390.9312024.145.69
HexB12B270275D78186
Octal13221347047135170306
Binary101110010101110011101001111011101111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,18,11); }

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

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

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

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

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

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

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