#0B130B

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

Shades of Black Bean #0B130B

Tints of Black Bean #0B130B

Color information

#0B130B (or 0x0B130B) is unknown color: approx Black Bean. HEX triplet: 0B, 13 and 0B. RGB value is (11,19,11). Sum of RGB (Red+Green+Blue) = 11+19+11=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #0B130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B130B is #F4ECF4. Grayscale: #0F0F0F. Windows color (decimal): -16051445 or 725771. OLE color: 725771.

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

Color convert

RGB111911-
CMYK0.4200.420.93
HSL120º26.67%5.88%-
HSV(B)120º42.11%7.45%-
XYZ0.430.560.4-
YUV15.7125.35124.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.83%
GREEN value IS 19 (7.81% from 255) = 46.34%
BLUE value IS 11 (4.69% from 255) = 26.83%
R=26.83%
G=46.34%
B=26.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1119110.4200.420.9312026.675.88
HexB13B2A02A5D781b6
Octal13231352052135170336
Binary101110011101110101001010101011101111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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