#0B120D

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

Shades of Black Bean #0B120D

Tints of Black Bean #0B120D

Color information

#0B120D (or 0x0B120D) is unknown color: approx Black Bean. HEX triplet: 0B, 12 and 0D. RGB value is (11,18,13). Sum of RGB (Red+Green+Blue) = 11+18+13=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 18 - color contains mainly: green. Hex color #0B120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B120D is #F4EDF2. Grayscale: #0F0F0F. Windows color (decimal): -16051699 or 856587. OLE color: 856587.

HSL color Cylindrical-coordinate representation of color #0B120D: hue angle of 137.14º 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 #0B120D is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB111813-
CMYK0.3900.280.93
HSL137.14º24.14%5.69%-
HSV(B)137.14º38.89%7.06%-
XYZ0.430.530.46-
YUV15.34126.68124.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.19%
GREEN value IS 18 (7.42% from 255) = 42.86%
BLUE value IS 13 (5.47% from 255) = 30.95%
R=26.19%
G=42.86%
B=30.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1118130.3900.280.93137.1424.145.69
HexB12D2701C5D89186
Octal13221547034135211306
Binary101110010110110011101110010111011000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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