#0B100C

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

Shades of Black Bean #0B100C

Tints of Black Bean #0B100C

Color information

#0B100C (or 0x0B100C) is unknown color: approx Black Bean. HEX triplet: 0B, 10 and 0C. RGB value is (11,16,12). Sum of RGB (Red+Green+Blue) = 11+16+12=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 16 - color contains mainly: green. Hex color #0B100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B100C is #F4EFF3. Grayscale: #0E0E0E. Windows color (decimal): -16052212 or 790539. OLE color: 790539.

HSL color Cylindrical-coordinate representation of color #0B100C: hue angle of 132º degrees, saturation: 0.19, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #0B100C is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB111612-
CMYK0.3100.250.94
HSL132º18.52%5.29%-
HSV(B)132º31.25%6.27%-
XYZ0.390.470.42-
YUV14.05126.84125.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.21%
GREEN value IS 16 (6.64% from 255) = 41.03%
BLUE value IS 12 (5.08% from 255) = 30.77%
R=28.21%
G=41.03%
B=30.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1116120.3100.250.9413218.525.29
HexB10C1F0195E84135
Octal13201437031136204235
Binary10111000011001111101100110111101000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,16,12); }

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

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

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

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

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

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

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