#0B130C

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

Shades of Black Bean #0B130C

Tints of Black Bean #0B130C

Color information

#0B130C (or 0x0B130C) is unknown color: approx Black Bean. HEX triplet: 0B, 13 and 0C. RGB value is (11,19,12). Sum of RGB (Red+Green+Blue) = 11+19+12=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #0B130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B130C is #F4ECF3. Grayscale: #0F0F0F. Windows color (decimal): -16051444 or 791307. OLE color: 791307.

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

Color convert

RGB111912-
CMYK0.4200.370.93
HSL127.5º26.67%5.88%-
HSV(B)127.5º42.11%7.45%-
XYZ0.440.560.43-
YUV15.81125.85124.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.19%
GREEN value IS 19 (7.81% from 255) = 45.24%
BLUE value IS 12 (5.08% from 255) = 28.57%
R=26.19%
G=45.24%
B=28.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1119120.4200.370.93127.526.675.88
HexB13C2A0255D801b6
Octal13231452045135200336
Binary1011100111100101010010010110111011000000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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